drivers/net/virtio_net: Added basic RSS support.
authorAndrew Melnychenko <andrew@daynix.com>
Mon, 28 Mar 2022 17:53:34 +0000 (20:53 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 28 Mar 2022 20:52:59 +0000 (16:52 -0400)
commitc7114b1249fa3b5f3a434606ba4cc89c4a27d618
tree4f8e69da8c38e02df8fb0af8f66806fd0d3ffc6b
parentc1ddc42da2b2632545b76be884faf0ca363b3246
drivers/net/virtio_net: Added basic RSS support.

Added features for RSS.
Added initialization, RXHASH feature and ethtool ops.
By default RSS/RXHASH is disabled.
Virtio RSS "IPv6 extensions" hashes disabled.
Added ethtools ops to set key and indirection table.

Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Link: https://lore.kernel.org/r/20220328175336.10802-3-andrew@daynix.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/net/virtio_net.c