drivers/net/virtio_net: Added RSS hash report.
authorAndrew Melnychenko <andrew@daynix.com>
Mon, 28 Mar 2022 17:53:35 +0000 (20:53 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 28 Mar 2022 20:52:59 +0000 (16:52 -0400)
commit91f41f01d2195d4d059ad7f141e41d40a45e1e1c
treea0020875fc80bccf4abb2c1b952d603bacbfabf7
parentc7114b1249fa3b5f3a434606ba4cc89c4a27d618
drivers/net/virtio_net: Added RSS hash report.

Added features for RSS hash report.
If hash is provided - it sets to skb.
Added checks if rss and/or hash are enabled together.

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