Re: [PATCH v4 6/6] virtio-net: add migration support for RSS and hash report

2020-03-17 Thread Yuri Benditovich
On Tue, Mar 17, 2020 at 8:33 AM Michael S. Tsirkin wrote: > On Tue, Mar 17, 2020 at 07:48:55AM +0200, Yuri Benditovich wrote: > > > > > > On Tue, Mar 17, 2020 at 1:05 AM Michael S. Tsirkin > wrote: > > > > On Mon, Mar 16, 2020 at 12:09:33PM +0200, Yuri Benditovich wrote: > > > Save and

Re: [PATCH v4 6/6] virtio-net: add migration support for RSS and hash report

2020-03-17 Thread Michael S. Tsirkin
On Tue, Mar 17, 2020 at 07:48:55AM +0200, Yuri Benditovich wrote: > > > On Tue, Mar 17, 2020 at 1:05 AM Michael S. Tsirkin wrote: > > On Mon, Mar 16, 2020 at 12:09:33PM +0200, Yuri Benditovich wrote: > > Save and restore RSS/hash report configuration. > > > > Signed-off-by:

Re: [PATCH v4 6/6] virtio-net: add migration support for RSS and hash report

2020-03-16 Thread Yuri Benditovich
On Tue, Mar 17, 2020 at 1:05 AM Michael S. Tsirkin wrote: > On Mon, Mar 16, 2020 at 12:09:33PM +0200, Yuri Benditovich wrote: > > Save and restore RSS/hash report configuration. > > > > Signed-off-by: Yuri Benditovich > > --- > > hw/net/virtio-net.c | 26 ++ > > 1 file

Re: [PATCH v4 6/6] virtio-net: add migration support for RSS and hash report

2020-03-16 Thread Michael S. Tsirkin
On Mon, Mar 16, 2020 at 12:09:33PM +0200, Yuri Benditovich wrote: > Save and restore RSS/hash report configuration. > > Signed-off-by: Yuri Benditovich > --- > hw/net/virtio-net.c | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/hw/net/virtio-net.c

[PATCH v4 6/6] virtio-net: add migration support for RSS and hash report

2020-03-16 Thread Yuri Benditovich
Save and restore RSS/hash report configuration. Signed-off-by: Yuri Benditovich --- hw/net/virtio-net.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index a0614ad4e6..f343762a0f 100644 --- a/hw/net/virtio-net.c +++