Re: [PATCH 0/4] virtio_net: vdpa: update MAC address when it is generated by virtio-net

2023-01-23 Thread Laurent Vivier
On 1/22/23 11:23, Michael S. Tsirkin wrote: On Sun, Jan 22, 2023 at 11:05:22AM +0100, Laurent Vivier wrote: When the MAC address is not provided by the vdpa device virtio_net driver assigns a random one without notifying the device. The consequence, in the case of mlx5_vdpa, is the internal

Re: [PATCH 0/4] virtio_net: vdpa: update MAC address when it is generated by virtio-net

2023-01-22 Thread Michael S. Tsirkin
On Sun, Jan 22, 2023 at 11:05:22AM +0100, Laurent Vivier wrote: > When the MAC address is not provided by the vdpa device virtio_net > driver assigns a random one without notifying the device. > The consequence, in the case of mlx5_vdpa, is the internal routing > tables of the device are not

[PATCH 0/4] virtio_net: vdpa: update MAC address when it is generated by virtio-net

2023-01-22 Thread Laurent Vivier
When the MAC address is not provided by the vdpa device virtio_net driver assigns a random one without notifying the device. The consequence, in the case of mlx5_vdpa, is the internal routing tables of the device are not updated and this can block the communication between two namespaces. To fix