From: Jakub Kicinski Date: Thu, 5 Dec 2024 20:03:09 +0000 (-0800) Subject: Merge branch 'ethtool-generate-uapi-header-from-the-spec' X-Git-Tag: v6.14-rc1~162^2~278 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f930594981cd9db15315c0ca03292a91828e39f0;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'ethtool-generate-uapi-header-from-the-spec' Stanislav Fomichev says: ==================== ethtool: generate uapi header from the spec We keep expanding ethtool netlink api surface and this leads to constantly playing catchup on the ynl spec side. There are a couple of things that prevent us from fully converting to generating the header from the spec (stats and cable tests), but we can generate 95% of the header which is still better than maintaining c header and spec separately. The series adds a couple of missing features on the ynl-gen-c side and separates the parts that we can generate into new ethtool_netlink_generated.h. ==================== Link: https://patch.msgid.link/20241204155549.641348-1-sdf@fomichev.me Signed-off-by: Jakub Kicinski --- f930594981cd9db15315c0ca03292a91828e39f0