]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita83c68104615c60e9b778796aaf56673f2c256be
tree4f8e69da8c38e02df8fb0af8f66806fd0d3ffc6b
parent4f13717e766a3ef2f0c672594b2c9637b33d3bce
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