Re: [PATCH v2 2/3] virtio_net: Add the 2rd acceptable situation for Mac setup.

2024-10-13 Thread Cindy Lu
On Wed, 9 Oct 2024 at 16:30, Jason Wang wrote: > > On Mon, Sep 30, 2024 at 12:01 AM Cindy Lu wrote: > > > > When using a VDPA device, the following situations are > > also acceptable: the hardware MAC address is not 0, > > and the MAC address in the QEMU command line is 0. > > > > Signed-off-by:

Re: [PATCH v2 2/3] virtio_net: Add the 2rd acceptable situation for Mac setup.

2024-10-09 Thread Jason Wang
On Mon, Sep 30, 2024 at 12:01 AM Cindy Lu wrote: > > When using a VDPA device, the following situations are > also acceptable: the hardware MAC address is not 0, > and the MAC address in the QEMU command line is 0. > > Signed-off-by: Cindy Lu > --- > hw/net/virtio-net.c | 12 > 1 fi

[PATCH v2 2/3] virtio_net: Add the 2rd acceptable situation for Mac setup.

2024-09-29 Thread Cindy Lu
When using a VDPA device, the following situations are also acceptable: the hardware MAC address is not 0, and the MAC address in the QEMU command line is 0. Signed-off-by: Cindy Lu --- hw/net/virtio-net.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/net/virtio-net.c b/hw