Re: [PATCH v2 1/3] virtio_net: Add the check for vdpa's mac address

2024-10-09 Thread Jason Wang
On Mon, Sep 30, 2024 at 12:01 AM Cindy Lu wrote: > > When using a VDPA device, it is important to ensure that the MAC > address is correctly set. The MAC address in the hardware should > match the MAC address from the QEMU command line. This is a recommended > configuration and will allow the syst

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

2024-09-29 Thread Cindy Lu
When using a VDPA device, it is important to ensure that the MAC address is correctly set. The MAC address in the hardware should match the MAC address from the QEMU command line. This is a recommended configuration and will allow the system to boot. Signed-off-by: Cindy Lu --- hw/net/virtio-net