Commit e5c157f0 authored by Stanislav Fomichev's avatar Stanislav Fomichev Committed by Jakub Kicinski

ynl: expose xdp-zc-max-segs

Also rename it to dashes, to match the rest. And fix unrelated
spelling error while we're at it.
Signed-off-by: default avatarStanislav Fomichev <sdf@google.com>
Reviewed-by: default avatarJakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/r/20230727163001.3952878-2-sdf@google.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent f5fbd324
...@@ -14,7 +14,7 @@ definitions: ...@@ -14,7 +14,7 @@ definitions:
- -
name: basic name: basic
doc: doc:
XDP feautues set supported by all drivers XDP features set supported by all drivers
(XDP_ABORTED, XDP_DROP, XDP_PASS, XDP_TX) (XDP_ABORTED, XDP_DROP, XDP_PASS, XDP_TX)
- -
name: redirect name: redirect
...@@ -63,7 +63,7 @@ attribute-sets: ...@@ -63,7 +63,7 @@ attribute-sets:
enum: xdp-act enum: xdp-act
enum-as-flags: true enum-as-flags: true
- -
name: xdp_zc_max_segs name: xdp-zc-max-segs
doc: max fragment count supported by ZC driver doc: max fragment count supported by ZC driver
type: u32 type: u32
checks: checks:
...@@ -83,6 +83,7 @@ operations: ...@@ -83,6 +83,7 @@ operations:
attributes: attributes:
- ifindex - ifindex
- xdp-features - xdp-features
- xdp-zc-max-segs
dump: dump:
reply: *dev-all reply: *dev-all
- -
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment