virtio-net: Introduce RSS receive steering feature
authorYuri Benditovich <yuri.benditovich@daynix.com>
Mon, 2 Mar 2020 11:50:02 +0000 (13:50 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 23 Mar 2020 13:50:02 +0000 (09:50 -0400)
commitfd58bf674564f1731ca8a61a5150d40383f3df60
treec4acae9bd24c762ca1e958378a311376a634c291
parent22b436c9b5682e877d34425d05576db74a8647e1
virtio-net: Introduce RSS receive steering feature

RSS (Receive-side scaling) defines hash calculation
rules and decision on receive virtqueue according to
the calculated hash, provided mask to apply and
provided indirection table containing indices of
receive virqueues. The driver sends the control
command to enable multiqueue and provide parameters
for receive steering.

Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
Link: https://lore.kernel.org/r/20200302115003.14877-3-yuri.benditovich@daynix.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/uapi/linux/virtio_net.h