Re: [PATCH 3/3] virtio_net: remove the unnecessary check in get_config

2024-08-06 Thread Cindy Lu
On Tue, 6 Aug 2024 at 11:09, Jason Wang wrote: > > On Tue, Aug 6, 2024 at 8:58 AM Cindy Lu wrote: > > > > The vdpa device with MAC address 0 should not boot. > > So remove the check here > > > > Signed-off-by: Cindy Lu > > Please describe what issues you've seen, and how it is fixed by this comm

Re: [PATCH 3/3] virtio_net: remove the unnecessary check in get_config

2024-08-05 Thread Jason Wang
On Tue, Aug 6, 2024 at 8:58 AM Cindy Lu wrote: > > The vdpa device with MAC address 0 should not boot. > So remove the check here > > Signed-off-by: Cindy Lu Please describe what issues you've seen, and how it is fixed by this commit. Thanks > --- > hw/net/virtio-net.c | 13 - > 1

[PATCH 3/3] virtio_net: remove the unnecessary check in get_config

2024-08-05 Thread Cindy Lu
The vdpa device with MAC address 0 should not boot. So remove the check here Signed-off-by: Cindy Lu --- hw/net/virtio-net.c | 13 - 1 file changed, 13 deletions(-) diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index c144ae2e78..8a7c743ad3 100644 --- a/hw/net/virtio-net.c +