Re: [PATCH v2 3/7] virtio-net: Disable RSS on reset

2023-10-10 Thread Michael Tokarev
10.10.2023 05:59, Akihiko Odaki wrote: RSS is disabled by default. Fixes: 590790297c ("virtio-net: implement RSS configuration command") Signed-off-by: Akihiko Odaki This one is difficult to review since it moves whole function around *and* adding a single statement to this function. I'd pre

[PATCH v2 3/7] virtio-net: Disable RSS on reset

2023-10-09 Thread Akihiko Odaki
RSS is disabled by default. Fixes: 590790297c ("virtio-net: implement RSS configuration command") Signed-off-by: Akihiko Odaki --- hw/net/virtio-net.c | 70 +++-- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/hw/net/virtio-net.c b/hw/net/