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

2025-04-05 Thread Cindy Lu
On Thu, Apr 3, 2025 at 12:35 AM Michael S. Tsirkin wrote: > > On Wed, Mar 26, 2025 at 09:19:32PM +0800, 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. > > > > Signed-off-by: Cindy Lu

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

2025-04-02 Thread Michael S. Tsirkin
On Wed, Mar 26, 2025 at 09:19:32PM +0800, 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. > > Signed-off-by: Cindy Lu > --- > hw/net/virtio-net.c | 14 ++ > 1 file changed, 1

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

2025-03-26 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. Signed-off-by: Cindy Lu --- hw/net/virtio-net.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c