From: Stephen Hemminger Date: Thu, 6 Nov 2025 23:10:16 +0000 (-0800) Subject: uapi: update to virtio_net.h X-Git-Tag: v6.18.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e263704d77bc812cd10fe86fb268eb68570f8f;p=thirdparty%2Fiproute2.git uapi: update to virtio_net.h Update from 6.18-rc4 Signed-off-by: Stephen Hemminger --- diff --git a/include/uapi/linux/virtio_net.h b/include/uapi/linux/virtio_net.h index 05748dd3..c73cc284 100644 --- a/include/uapi/linux/virtio_net.h +++ b/include/uapi/linux/virtio_net.h @@ -193,7 +193,8 @@ struct virtio_net_hdr_v1 { struct virtio_net_hdr_v1_hash { struct virtio_net_hdr_v1 hdr; - __le32 hash_value; + __le16 hash_value_lo; + __le16 hash_value_hi; #define VIRTIO_NET_HASH_REPORT_NONE 0 #define VIRTIO_NET_HASH_REPORT_IPv4 1 #define VIRTIO_NET_HASH_REPORT_TCPv4 2