commit | 4474e37a5b3a616803f4570b542e8eede91e50d2 | [log] [tgz] |
---|---|---|
author | Yuri Benditovich <yuri.benditovich@daynix.com> | Fri May 08 15:59:29 2020 +0300 |
committer | Jason Wang <jasowang@redhat.com> | Thu Jun 18 21:05:50 2020 +0800 |
tree | ee27122403e8b4e3f07b765af241c687fec84e15 | |
parent | 590790297c0dd2c8e817c7b33daf66862b0ee8ef [diff] |
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>