Re: [PATCH v2 4/4] virtio-net: block migration if RSS feature negotiated

2020-03-10 Thread Yuri Benditovich
IMO, this does not depend on features of vhost as soon as we're not able to provide parameters to it. On Tue, Mar 10, 2020 at 8:17 AM Michael S. Tsirkin wrote: > On Tue, Mar 10, 2020 at 11:12:05AM +0800, Jason Wang wrote: > > > > On 2020/3/9 下午4:34, Yuri Benditovich wrote: > > > Block migration

Re: [PATCH v2 4/4] virtio-net: block migration if RSS feature negotiated

2020-03-09 Thread Michael S. Tsirkin
On Tue, Mar 10, 2020 at 11:12:05AM +0800, Jason Wang wrote: > > On 2020/3/9 下午4:34, Yuri Benditovich wrote: > > Block migration for reference implementation of > > RSS feature in QEMU. When we add support for RSS > > on backend side, we'll implement migration of > > current RSS settings. > > > >

Re: [PATCH v2 4/4] virtio-net: block migration if RSS feature negotiated

2020-03-09 Thread Jason Wang
On 2020/3/9 下午4:34, Yuri Benditovich wrote: Block migration for reference implementation of RSS feature in QEMU. When we add support for RSS on backend side, we'll implement migration of current RSS settings. Signed-off-by: Yuri Benditovich --- hw/net/virtio-net.c| 18 ++

[PATCH v2 4/4] virtio-net: block migration if RSS feature negotiated

2020-03-09 Thread Yuri Benditovich
Block migration for reference implementation of RSS feature in QEMU. When we add support for RSS on backend side, we'll implement migration of current RSS settings. Signed-off-by: Yuri Benditovich --- hw/net/virtio-net.c| 18 ++ include/hw/virtio/virtio-net.h | 1 +