Re: [PATCH 1/4] drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.

From: Jakub Kicinski
Date: Sun Jan 09 2022 - 17:21:54 EST


On Sun, 9 Jan 2022 23:06:56 +0200 Andrew Melnychenko wrote:
> 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@xxxxxxxxxx>

You can't break build in between patches:

drivers/net/virtio_net.c: In function ‘page_to_skb’:
drivers/net/virtio_net.c:398:15: error: ‘struct virtnet_info’ has no member named ‘has_rss_hash_report’
398 | if (vi->has_rss_hash_report)
| ^~