Re: [PATCH v4 6/7] vdpa: Add virtio-net mac address via CVQ at start

2022-08-02 Thread Eugenio Perez Martin
On Mon, Aug 1, 2022 at 9:09 AM Eugenio Perez Martin wrote: > > On Mon, Jul 25, 2022 at 11:32 AM Jason Wang wrote: > > > > > > 在 2022/7/22 19:12, 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:

Re: [PATCH v4 6/7] vdpa: Add virtio-net mac address via CVQ at start

2022-08-01 Thread Eugenio Perez Martin
On Mon, Jul 25, 2022 at 11:32 AM Jason Wang wrote: > > > 在 2022/7/22 19:12, 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 > > --- > > net/vhost-vdpa.c | 61 ++

Re: [PATCH v4 6/7] vdpa: Add virtio-net mac address via CVQ at start

2022-07-25 Thread Jason Wang
在 2022/7/22 19:12, 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 --- net/vhost-vdpa.c | 61 1 file changed, 61 insertions(+) diff --git a/net/v

[PATCH v4 6/7] vdpa: Add virtio-net mac address via CVQ at start

2022-07-22 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 --- net/vhost-vdpa.c | 61 1 file changed, 61 insertions(+) diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index 61516b