netlink: specs: ethtool: add C render hints

Most of the C enum names are guessed correctly, but there
is a handful of corner cases we need to name explicitly.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jakub Kicinski
2023-06-09 14:43:38 -07:00
committed by David S. Miller
parent ed2042cc77
commit d4813b11d6

View File

@@ -9,6 +9,7 @@ doc: Partial family for Ethtool Netlink.
definitions: definitions:
- -
name: udp-tunnel-type name: udp-tunnel-type
enum-name:
type: enum type: enum
entries: [ vxlan, geneve, vxlan-gpe ] entries: [ vxlan, geneve, vxlan-gpe ]
@@ -836,12 +837,15 @@ attribute-sets:
- -
name: admin-state name: admin-state
type: u32 type: u32
name-prefix: ethtool-a-podl-pse-
- -
name: admin-control name: admin-control
type: u32 type: u32
name-prefix: ethtool-a-podl-pse-
- -
name: pw-d-status name: pw-d-status
type: u32 type: u32
name-prefix: ethtool-a-podl-pse-
- -
name: rss name: rss
attributes: attributes:
@@ -895,6 +899,7 @@ attribute-sets:
operations: operations:
enum-model: directional enum-model: directional
name-prefix: ethtool-msg-
list: list:
- -
name: strset-get name: strset-get