Commit 49922401 authored by Stanislav Fomichev's avatar Stanislav Fomichev Committed by Jakub Kicinski
Browse files

ethtool: separate definitions that are gonna be generated



Reshuffle definitions that are gonna be generated into
ethtool_netlink_generated.h and match ynl spec order.
This should make it easier to compare the output of the ynl-gen-c
to the existing uapi header. No functional changes.

Things that are still remaining to be manually defined:
- ETHTOOL_FLAG_ALL - probably no good way to add to spec?
- some of the cable test bits (not sure whether it's possible to move to
  spec)
- some of the stats definitions (no way currently to move to spec)

Signed-off-by: default avatarStanislav Fomichev <sdf@fomichev.me>
Link: https://patch.msgid.link/20241204155549.641348-7-sdf@fomichev.me


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 001b0b59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16280,7 +16280,7 @@ F: include/linux/inetdevice.h
F:	include/linux/netdev*
F:	include/linux/platform_data/wiznet.h
F:	include/uapi/linux/cn_proc.h
F:	include/uapi/linux/ethtool_netlink.h
F:	include/uapi/linux/ethtool_netlink*
F:	include/uapi/linux/if_*
F:	include/uapi/linux/net_shaper.h
F:	include/uapi/linux/netdev*
+1 −892

File changed.

Preview size limit exceeded, changes collapsed.

+899 −0

File added.

Preview size limit exceeded, changes collapsed.