From: David Ahern Date: Fri, 21 Nov 2025 16:05:58 +0000 (-0700) Subject: Update kernel headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a2172e4f557c8c37b34f1bfa5986fccc32e719;p=thirdparty%2Fiproute2.git Update kernel headers Update kernel headers to commit: e2c20036a887: ("Merge branch 'devlink-net-mlx5-implement-swp_l4_csum_mode-via-devlink-params'") Signed-off-by: David Ahern --- diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h index 317c088b..3a8f8a3c 100644 --- a/include/uapi/linux/devlink.h +++ b/include/uapi/linux/devlink.h @@ -639,6 +639,9 @@ enum devlink_attr { DEVLINK_ATTR_HEALTH_REPORTER_BURST_PERIOD, /* u64 */ + DEVLINK_ATTR_PARAM_VALUE_DEFAULT, /* dynamic */ + DEVLINK_ATTR_PARAM_RESET_DEFAULT, /* flag */ + /* Add new attributes above here, update the spec in * Documentation/netlink/specs/devlink.yaml and re-generate * net/devlink/netlink_gen.c.