From 03e263704d77bc812cd10fe86fb268eb68570f8f Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 6 Nov 2025 15:10:16 -0800 Subject: [PATCH] uapi: update to virtio_net.h Update from 6.18-rc4 Signed-off-by: Stephen Hemminger --- include/uapi/linux/virtio_net.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3