Commit 486b0d2
Herton R. Krzesinski
Merge: virtio_net: notify MAC address change on device initialization
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2037
# Merge Request Required Information
Bugzilla: https://bugzilla.redhat.com/2153210
Tested: by QE
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=50667660
Upstream: git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git
In maintainer's branch, not yet merged in master
## Summary of Changes
Update virtio-net driver to forward MAC address change to the backend, in our case vdpa.
The bug has been found with mlx5_vdpa driver.
The first patch is needed to add the netlink lock around the virtnet_send_command() call.
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Approved-by: Eugenio Pérez <eperezma@redhat.com>
Approved-by: Cindy Lu <lulu@redhat.com>
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>1 file changed
+35
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3100 | 3100 | | |
3101 | 3101 | | |
3102 | 3102 | | |
| 3103 | + | |
| 3104 | + | |
| 3105 | + | |
| 3106 | + | |
| 3107 | + | |
| 3108 | + | |
3103 | 3109 | | |
3104 | 3110 | | |
3105 | 3111 | | |
| |||
3180 | 3186 | | |
3181 | 3187 | | |
3182 | 3188 | | |
3183 | | - | |
| 3189 | + | |
3184 | 3190 | | |
| 3191 | + | |
| 3192 | + | |
| 3193 | + | |
3185 | 3194 | | |
3186 | 3195 | | |
3187 | 3196 | | |
| |||
3269 | 3278 | | |
3270 | 3279 | | |
3271 | 3280 | | |
3272 | | - | |
| 3281 | + | |
| 3282 | + | |
| 3283 | + | |
| 3284 | + | |
3273 | 3285 | | |
3274 | 3286 | | |
| 3287 | + | |
3275 | 3288 | | |
3276 | 3289 | | |
3277 | 3290 | | |
3278 | 3291 | | |
3279 | 3292 | | |
| 3293 | + | |
| 3294 | + | |
| 3295 | + | |
| 3296 | + | |
| 3297 | + | |
| 3298 | + | |
| 3299 | + | |
| 3300 | + | |
| 3301 | + | |
| 3302 | + | |
| 3303 | + | |
| 3304 | + | |
| 3305 | + | |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
| 3312 | + | |
3280 | 3313 | | |
3281 | 3314 | | |
3282 | 3315 | | |
| |||
0 commit comments