Re: [PATCH] virtio-net: Add check for mac address while peer is vdpa

2021-02-25 Thread Cindy Lu
sure, Thanks michael, I will address, these comment and send a new version On Wed, Feb 24, 2021 at 3:59 PM Michael S. Tsirkin wrote: > > > [PATCH] virtio-net: Add check for mac address while peer is vdpa > please do keep numbering patch versions. > > > On Wed, Feb 24, 202

Re: [PATCH] virtio-net: Add check for mac address while peer is vdpa

2021-02-23 Thread Michael S. Tsirkin
> [PATCH] virtio-net: Add check for mac address while peer is vdpa please do keep numbering patch versions. On Wed, Feb 24, 2021 at 03:33:33PM +0800, Cindy Lu wrote: > Sometime vdpa get an all zero mac address from the hardware, this will cause > the > traffic down, So we add the

[PATCH] virtio-net: Add check for mac address while peer is vdpa

2021-02-23 Thread Cindy Lu
Sometime vdpa get an all zero mac address from the hardware, this will cause the traffic down, So we add the check for in part.if we get an zero mac address we will use the default/cmdline mac address instead Signed-off-by: Cindy Lu --- hw/net/virtio-net.c | 7 ++- 1 file changed, 6 inserti

Re: [PATCH] virtio-net: Add check for mac address while peer is vdpa

2020-10-23 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201023090743.3023-1-l...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20201023090743.3023-1-l...@redhat.com Subject: [PATCH] virtio-net: Add check for mac address

[PATCH] virtio-net: Add check for mac address while peer is vdpa

2020-10-23 Thread Cindy Lu
Sometime vdpa get an all 0 mac address from the hardware, this will cause the traffic down So we add the check for this part. if we get an 0 mac address we will use the default mac address instead --- hw/net/virtio-net.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw