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

2020-03-10 Thread Yuri Benditovich
On Tue, Mar 10, 2020 at 5:10 AM Jason Wang wrote: > > > On 2020/3/9 下午4:34, 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 Bendit

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

2020-03-09 Thread Michael S. Tsirkin
On Mon, Mar 09, 2020 at 10:34:37AM +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

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

2020-03-09 Thread Jason Wang
On 2020/3/9 下午4:34, 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| 86 +++

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

2020-03-09 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