Skip to content

Commit 4992240

Browse files
Stanislav Fomichevkuba-moo
authored andcommitted
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: Stanislav Fomichev <sdf@fomichev.me> Link: https://patch.msgid.link/20241204155549.641348-7-sdf@fomichev.me Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 001b0b5 commit 4992240

File tree

3 files changed

+901
-893
lines changed

3 files changed

+901
-893
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16280,7 +16280,7 @@ F: include/linux/inetdevice.h
1628016280
F: include/linux/netdev*
1628116281
F: include/linux/platform_data/wiznet.h
1628216282
F: include/uapi/linux/cn_proc.h
16283-
F: include/uapi/linux/ethtool_netlink.h
16283+
F: include/uapi/linux/ethtool_netlink*
1628416284
F: include/uapi/linux/if_*
1628516285
F: include/uapi/linux/net_shaper.h
1628616286
F: include/uapi/linux/netdev*

0 commit comments

Comments
 (0)