Re: [RFC PATCH 11/12] vdpa: Add virtio-net mac address via CVQ at start

2022-07-18 Thread Eugenio Perez Martin
On Mon, Jul 18, 2022 at 10:55 AM Jason Wang wrote: > > > 在 2022/7/16 19:34, 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 | 53 ++

Re: [RFC PATCH 11/12] vdpa: Add virtio-net mac address via CVQ at start

2022-07-18 Thread Jason Wang
在 2022/7/16 19:34, 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 | 53 +++- 1 file changed, 52 insertions(+), 1 deletion(-) dif

[RFC PATCH 11/12] vdpa: Add virtio-net mac address via CVQ at start

2022-07-16 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 | 53 +++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa