diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-04-06 07:22:38 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-06 07:26:30 +0200 |
commit | ff8877b04ef282b2bdb16c9dccc2e42216a34f62 (patch) | |
tree | 2c04d5399180c087411f0d769d8f20100340881f /Documentation/netlink | |
parent | net/mlx5e: Implement ethtool hardware timestamping statistics (diff) | |
download | linux-ff8877b04ef282b2bdb16c9dccc2e42216a34f62.tar.xz linux-ff8877b04ef282b2bdb16c9dccc2e42216a34f62.zip |
netlink: specs: ethtool: define header-flags as an enum
Recent changes added header flags to the spec.
Use an enum instead of defines for more seamless codegen.
[Jakub: drop the already applied parts and rewrite message]
Signed-off-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com>
Link: https://lore.kernel.org/r/20240403212931.128541-6-rrameshbabu@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/netlink')
-rw-r--r-- | Documentation/netlink/specs/ethtool.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index b76916394ec9..87ae7b397984 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -18,7 +18,6 @@ definitions: entries: [] - name: header-flags - enum-name: type: flags entries: [ compact-bitsets, omit-reply, stats ] |