Re: [PATCH v2 4/5] vdpa: Add virtio-net mac address via CVQ at start

2022-07-22 Thread Eugenio Perez Martin
On Fri, Jul 22, 2022 at 4:29 AM Jason Wang wrote: > > On Tue, Jul 19, 2022 at 12:30 AM Eugenio Pérez wrote: > > > > This is needed so the destination vdpa device see the same state a the > > guest set in the source. > > > > Signed-off-by: Eugenio Pérez > > --- > > include/net/vhost-vdpa.h | 1

Re: [PATCH v2 4/5] vdpa: Add virtio-net mac address via CVQ at start

2022-07-21 Thread Jason Wang
On Tue, Jul 19, 2022 at 12:30 AM Eugenio Pérez wrote: > > This is needed so the destination vdpa device see the same state a the > guest set in the source. > > Signed-off-by: Eugenio Pérez > --- > include/net/vhost-vdpa.h | 1 + > hw/net/vhost_net.c | 8 + > net/vhost-vdpa.c

[PATCH v2 4/5] vdpa: Add virtio-net mac address via CVQ at start

2022-07-18 Thread Eugenio Pérez
This is needed so the destination vdpa device see the same state a the guest set in the source. Signed-off-by: Eugenio Pérez --- include/net/vhost-vdpa.h | 1 + hw/net/vhost_net.c | 8 + net/vhost-vdpa.c | 64 ++-- 3 files changed, 71 inser