mbox series

[v2,0/3] virtio_net: Add the check for vdpa's mac address

Message ID 20240929160045.2133423-1-lulu@redhat.com
Headers show
Series virtio_net: Add the check for vdpa's mac address | expand

Message

Cindy Lu Sept. 29, 2024, 3:59 p.m. UTC
When using a VDPA device, it is important to ensure that the MAC
address is correctly set.
There are only three acceptable situations for MAC setup; any other
configuration will fail to boot.

tested by ConnectX-6 Dx device

Cindy Lu (3):
  virtio_net: Add the check for vdpa's mac address
  virtio_net: Add the 2rd acceptable situation for Mac setup.
  virtio_net: Add the 3rd acceptable situation for Mac setup.

 hw/net/virtio-net.c | 63 ++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 59 insertions(+), 4 deletions(-)