drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.
authorAndrew Melnychenko <andrew@daynix.com>
Mon, 28 Mar 2022 17:53:33 +0000 (20:53 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 28 Mar 2022 20:52:59 +0000 (16:52 -0400)
commitc1ddc42da2b2632545b76be884faf0ca363b3246
tree607ab386d5c42c9e8de9f56aec423bc16b990625
parent8d65bc9a5be3f23c5e2ab36b6b8ef40095165b18
drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.

The header v1 provides additional info about RSS.
Added changes to computing proper header length.
In the next patches, the header may contain RSS hash info
for the hash population.

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