virtio-net: implement RX RSS processing
authorYuri Benditovich <yuri.benditovich@daynix.com>
Fri, 8 May 2020 12:59:29 +0000 (15:59 +0300)
committerJason Wang <jasowang@redhat.com>
Thu, 18 Jun 2020 13:05:50 +0000 (21:05 +0800)
commit4474e37a5b3a616803f4570b542e8eede91e50d2
treeee27122403e8b4e3f07b765af241c687fec84e15
parent590790297c0dd2c8e817c7b33daf66862b0ee8ef
virtio-net: implement RX RSS processing

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 <yuri.benditovich@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/Makefile.objs
hw/net/virtio-net.c
include/hw/virtio/virtio-net.h