From a3d0471b03fcb2c4decf4bb38180354bb84a18e5 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 28 Feb 2025 16:38:11 +0900 Subject: [PATCH] basic/linux: update kernel headers from v6.14-rc4 --- src/basic/linux/ethtool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/basic/linux/ethtool.h b/src/basic/linux/ethtool.h index 34f5dabd33e..3bd99694a1f 100644 --- a/src/basic/linux/ethtool.h +++ b/src/basic/linux/ethtool.h @@ -680,6 +680,7 @@ enum ethtool_link_ext_substate_module { * @ETH_SS_STATS_ETH_CTRL: names of IEEE 802.3 MAC Control statistics * @ETH_SS_STATS_RMON: names of RMON statistics * @ETH_SS_STATS_PHY: names of PHY(dev) statistics + * @ETH_SS_TS_FLAGS: hardware timestamping flags * * @ETH_SS_COUNT: number of defined string sets */ @@ -706,6 +707,7 @@ enum ethtool_stringset { ETH_SS_STATS_ETH_CTRL, ETH_SS_STATS_RMON, ETH_SS_STATS_PHY, + ETH_SS_TS_FLAGS, /* add new constants above here */ ETH_SS_COUNT -- 2.47.3