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

2020-03-19 Thread Dr. David Alan Gilbert
* Yuri Benditovich (yuri.benditov...@daynix.com) wrote: > On Wed, Mar 18, 2020 at 12:48 PM Dr. David Alan Gilbert > wrote: > > > * Yuri Benditovich (yuri.benditov...@daynix.com) wrote: > > > Save and restore RSS/hash report configuration. > > > > > > Signed-off-by: Yuri Benditovich > > > --- > >

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

2020-03-19 Thread Juan Quintela
Hi Yuri Yuri Benditovich wrote: > On Wed, Mar 18, 2020 at 12:48 PM Dr. David Alan Gilbert > wrote: > > * Yuri Benditovich (yuri.benditov...@daynix.com) wrote: > > Save and restore RSS/hash report configuration. > > > > Signed-off-by: Yuri Benditovich > > --- > > hw/net/virtio-net.c |

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

2020-03-19 Thread Michael S. Tsirkin
On Thu, Mar 19, 2020 at 07:19:26PM +0200, Yuri Benditovich wrote: > > > On Wed, Mar 18, 2020 at 12:48 PM Dr. David Alan Gilbert > wrote: > > * Yuri Benditovich (yuri.benditov...@daynix.com) wrote: > > Save and restore RSS/hash report configuration. > > > > Signed-off-by: Yuri Be

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

2020-03-19 Thread Yuri Benditovich
On Wed, Mar 18, 2020 at 12:48 PM Dr. David Alan Gilbert wrote: > * Yuri Benditovich (yuri.benditov...@daynix.com) wrote: > > Save and restore RSS/hash report configuration. > > > > Signed-off-by: Yuri Benditovich > > --- > > hw/net/virtio-net.c | 26 ++ > > 1 file change

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

2020-03-18 Thread Dr. David Alan Gilbert
* Yuri Benditovich (yuri.benditov...@daynix.com) 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 b/hw/net/virtio-net.

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

2020-03-18 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..0b058aae9f 100644 --- a/hw/net/virtio-net.c +++ b/hw