Re: [PATCH 3/3] virtio-net: implement RX RSS processing

2020-03-05 Thread Yuri Benditovich
On Thu, Mar 5, 2020 at 10:02 PM Michael S. Tsirkin wrote: > On Thu, Mar 05, 2020 at 09:54:31PM +0200, Yuri Benditovich wrote: > > On Thu, Mar 5, 2020 at 3:20 PM Michael S. Tsirkin > wrote: > > > > > > On Wed, Feb 26, 2020 at 07:48:09PM +0200, Yuri Benditovich wrote: > > > > If VIRTIO_NET_F_RSS n

Re: [PATCH 3/3] virtio-net: implement RX RSS processing

2020-03-05 Thread Michael S. Tsirkin
On Thu, Mar 05, 2020 at 09:54:31PM +0200, Yuri Benditovich wrote: > On Thu, Mar 5, 2020 at 3:20 PM Michael S. Tsirkin wrote: > > > > On Wed, Feb 26, 2020 at 07:48:09PM +0200, Yuri Benditovich wrote: > > > If VIRTIO_NET_F_RSS negotiated and RSS is enabled, process > > > incoming packets, calculate

Re: [PATCH 3/3] virtio-net: implement RX RSS processing

2020-03-05 Thread Yuri Benditovich
On Thu, Mar 5, 2020 at 3:20 PM Michael S. Tsirkin wrote: > > On Wed, Feb 26, 2020 at 07:48:09PM +0200, Yuri Benditovich wrote: > > If VIRTIO_NET_F_RSS negotiated and RSS is enabled, process > > incoming packets, calculate packet's hash and place the > > packet into respective RX virtqueue. > > > >

Re: [PATCH 3/3] virtio-net: implement RX RSS processing

2020-03-05 Thread Michael S. Tsirkin
On Wed, Feb 26, 2020 at 07:48:09PM +0200, Yuri Benditovich wrote: > If VIRTIO_NET_F_RSS negotiated and RSS is enabled, process > incoming packets, calculate packet's hash and place the > packet into respective RX virtqueue. > > Signed-off-by: Yuri Benditovich > --- > hw/net/virtio-net.c

[PATCH 3/3] virtio-net: implement RX RSS processing

2020-02-26 Thread Yuri Benditovich
If VIRTIO_NET_F_RSS negotiated and RSS is enabled, process incoming packets, calculate packet's hash and place the packet into respective RX virtqueue. Signed-off-by: Yuri Benditovich --- hw/net/virtio-net.c| 86 +- include/hw/virtio/virtio-net.h | 1