You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments