projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5fbd32
)
ynl: expose xdp-zc-max-segs
author
Stanislav Fomichev
<sdf@google.com>
Thu, 27 Jul 2023 16:29:58 +0000
(09:29 -0700)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 28 Jul 2023 16:33:12 +0000
(09:33 -0700)
Also rename it to dashes, to match the rest. And fix unrelated
spelling error while we're at it.
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Link:
https://lore.kernel.org/r/20230727163001.3952878-2-sdf@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/netdev.yaml
patch
|
blob
|
history
diff --git
a/Documentation/netlink/specs/netdev.yaml
b/Documentation/netlink/specs/netdev.yaml
index e41015310a6e30c19643f7a3df8119a4da6c448a..1c7284fd535bd456e54563ecc4e63ce4d977614c 100644
(file)
--- a/
Documentation/netlink/specs/netdev.yaml
+++ b/
Documentation/netlink/specs/netdev.yaml
@@
-14,7
+14,7
@@
definitions:
-
name: basic
doc:
- XDP fea
utu
es set supported by all drivers
+ XDP fea
tur
es set supported by all drivers
(XDP_ABORTED, XDP_DROP, XDP_PASS, XDP_TX)
-
name: redirect
@@
-63,7
+63,7
@@
attribute-sets:
enum: xdp-act
enum-as-flags: true
-
- name: xdp
_zc_max_
segs
+ name: xdp
-zc-max-
segs
doc: max fragment count supported by ZC driver
type: u32
checks:
@@
-83,6
+83,7
@@
operations:
attributes:
- ifindex
- xdp-features
+ - xdp-zc-max-segs
dump:
reply: *dev-all
-