]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f13717e766a3ef2f0c672594b2c9637b33d3bce
tree607ab386d5c42c9e8de9f56aec423bc16b990625
parentfc0a48e95886d0f9aa1611e7598c4b82831850e4
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