Re: [PATCH v7 3/4] virtio_net: Add second acceptable configuration for MAC setup

2025-04-27 Thread Cindy Lu
On Mon, Apr 21, 2025 at 11:19 AM Jason Wang wrote: > > On Thu, Apr 17, 2025 at 6:25 PM Cindy Lu wrote: > > > > For VDPA devices, Allow configurations where the hardware MAC address > > is non-zero while the MAC address in the QEMU command line is zero. > > In this case, QEMU will use the hardware

Re: [PATCH v7 3/4] virtio_net: Add second acceptable configuration for MAC setup

2025-04-20 Thread Jason Wang
On Thu, Apr 17, 2025 at 6:25 PM Cindy Lu wrote: > > For VDPA devices, Allow configurations where the hardware MAC address > is non-zero while the MAC address in the QEMU command line is zero. > In this case, QEMU will use the hardware MAC address from the device. > > Signed-off-by: Cindy Lu > ---

[PATCH v7 3/4] virtio_net: Add second acceptable configuration for MAC setup

2025-04-17 Thread Cindy Lu
For VDPA devices, Allow configurations where the hardware MAC address is non-zero while the MAC address in the QEMU command line is zero. In this case, QEMU will use the hardware MAC address from the device. Signed-off-by: Cindy Lu --- hw/net/virtio-net.c | 14 ++ 1 file changed, 14