Re: [PATCH v3 5/6] virtio-net: add migration support for RSS and hast report

2020-03-12 Thread Michael S. Tsirkin
On Thu, Mar 12, 2020 at 09:37:06AM +0200, Yuri Benditovich wrote: > > > On Wed, Mar 11, 2020 at 10:21 PM Michael S. Tsirkin wrote: > > On Wed, Mar 11, 2020 at 04:00:44PM +0200, Yuri Benditovich wrote: > > > > > > On Wed, Mar 11, 2020 at 3:48 PM Michael S. Tsirkin > wrote: >

Re: [PATCH v3 5/6] virtio-net: add migration support for RSS and hast report

2020-03-12 Thread Yuri Benditovich
On Wed, Mar 11, 2020 at 10:21 PM Michael S. Tsirkin wrote: > On Wed, Mar 11, 2020 at 04:00:44PM +0200, Yuri Benditovich wrote: > > > > > > On Wed, Mar 11, 2020 at 3:48 PM Michael S. Tsirkin > wrote: > > > > On Wed, Mar 11, 2020 at 02:35:17PM +0200, Yuri Benditovich wrote: > > > Save and

Re: [PATCH v3 5/6] virtio-net: add migration support for RSS and hast report

2020-03-11 Thread Michael S. Tsirkin
On Wed, Mar 11, 2020 at 04:00:44PM +0200, Yuri Benditovich wrote: > > > On Wed, Mar 11, 2020 at 3:48 PM Michael S. Tsirkin wrote: > > On Wed, Mar 11, 2020 at 02:35:17PM +0200, Yuri Benditovich wrote: > > Save and restore RSS/hash report configuration. > > > > Signed-off-by: Yuri

Re: [PATCH v3 5/6] virtio-net: add migration support for RSS and hast report

2020-03-11 Thread Yuri Benditovich
On Wed, Mar 11, 2020 at 3:48 PM Michael S. Tsirkin wrote: > On Wed, Mar 11, 2020 at 02:35:17PM +0200, Yuri Benditovich wrote: > > Save and restore RSS/hash report configuration. > > > > Signed-off-by: Yuri Benditovich > > --- > > hw/net/virtio-net.c | 9 + > > 1 file changed, 9 insertio

Re: [PATCH v3 5/6] virtio-net: add migration support for RSS and hast report

2020-03-11 Thread Michael S. Tsirkin
On Wed, Mar 11, 2020 at 02:35:17PM +0200, Yuri Benditovich wrote: > Save and restore RSS/hash report configuration. > > Signed-off-by: Yuri Benditovich > --- > hw/net/virtio-net.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c > index

[PATCH v3 5/6] virtio-net: add migration support for RSS and hast report

2020-03-11 Thread Yuri Benditovich
Save and restore RSS/hash report configuration. Signed-off-by: Yuri Benditovich --- hw/net/virtio-net.c | 9 + 1 file changed, 9 insertions(+) diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index 7b6a929e8c..c8d97d45cd 100644 --- a/hw/net/virtio-net.c +++ b/hw/net/virtio-net.c @