Re: [PATCH v2 2/4] virtio-net: implement RSS configuration command

2020-03-10 Thread Yuri Benditovich
On Tue, Mar 10, 2020 at 5:02 AM Jason Wang wrote: > > On 2020/3/9 下午4:34, Yuri Benditovich wrote: > > Optionally report RSS feature. > > Handle RSS configuration command and keep RSS parameters > > in virtio-net device context. > > > > Signed-off-by: Yuri Benditovich > > --- > > hw/net/trace-e

Re: [PATCH v2 2/4] virtio-net: implement RSS configuration command

2020-03-09 Thread Jason Wang
On 2020/3/9 下午4:34, Yuri Benditovich wrote: Optionally report RSS feature. Handle RSS configuration command and keep RSS parameters in virtio-net device context. Signed-off-by: Yuri Benditovich --- hw/net/trace-events| 3 + hw/net/virtio-net.c| 148 +++

[PATCH v2 2/4] virtio-net: implement RSS configuration command

2020-03-09 Thread Yuri Benditovich
Optionally report RSS feature. Handle RSS configuration command and keep RSS parameters in virtio-net device context. Signed-off-by: Yuri Benditovich --- hw/net/trace-events| 3 + hw/net/virtio-net.c| 148 +++-- include/hw/virtio/virtio-net.h