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
> [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
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
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
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