diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-12-14 17:57:34 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-12-15 12:17:16 +0000 |
commit | 209bcb9af8f166ed6ed81dd550d41b8b64b2ac09 (patch) | |
tree | ae2999cf86830aa81207265d73ee87809ee30b6e | |
parent | 3ada0b33c454e2c8e3909b6d90576e993ac52d78 (diff) | |
download | linux-stable-209bcb9af8f166ed6ed81dd550d41b8b64b2ac09.tar.gz linux-stable-209bcb9af8f166ed6ed81dd550d41b8b64b2ac09.tar.bz2 linux-stable-209bcb9af8f166ed6ed81dd550d41b8b64b2ac09.zip |
netlink: specs: ovs: correct enum names in specs
Align the enum-names of OVS with what's actually in the uAPI.
Either correct the names, or mark the enum as empty because
the values are in fact #defines.
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/netlink/specs/ovs_datapath.yaml | 1 | ||||
-rw-r--r-- | Documentation/netlink/specs/ovs_flow.yaml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/ovs_datapath.yaml b/Documentation/netlink/specs/ovs_datapath.yaml index 067c54a52d7a..edc8c95ca6f5 100644 --- a/Documentation/netlink/specs/ovs_datapath.yaml +++ b/Documentation/netlink/specs/ovs_datapath.yaml @@ -20,6 +20,7 @@ definitions: name: user-features type: flags name-prefix: ovs-dp-f- + enum-name: entries: - name: unaligned diff --git a/Documentation/netlink/specs/ovs_flow.yaml b/Documentation/netlink/specs/ovs_flow.yaml index 29315f3538fd..4fdfc6b5cae9 100644 --- a/Documentation/netlink/specs/ovs_flow.yaml +++ b/Documentation/netlink/specs/ovs_flow.yaml @@ -124,6 +124,7 @@ definitions: - name: ovs-frag-type name-prefix: ovs-frag-type- + enum-name: ovs-frag-type type: enum entries: - @@ -269,6 +270,7 @@ definitions: - name: ovs-ufid-flags name-prefix: ovs-ufid-f- + enum-name: type: flags entries: - omit-key @@ -288,6 +290,7 @@ definitions: doc: Basis used for computing hash. - name: ovs-hash-alg + enum-name: ovs-hash-alg type: enum doc: | Data path hash algorithm for computing Datapath hash. The algorithm type only specifies @@ -339,6 +342,7 @@ definitions: MPLS tunnel attributes. - name: ct-state-flags + enum-name: type: flags name-prefix: ovs-cs-f- entries: |