mirror of https://github.com/torvalds/linux.git
netlink: specs: netdev add missing stats to qstat-get
Add missing entries in C attribute list. Link: https://patch.msgid.link/20251104232348.1954349-2-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
6fc33710cd
commit
c6934c4e04
|
|
@ -733,6 +733,29 @@ operations:
|
|||
- rx-bytes
|
||||
- tx-packets
|
||||
- tx-bytes
|
||||
- rx-alloc-fail
|
||||
- rx-hw-drops
|
||||
- rx-hw-drop-overruns
|
||||
- rx-csum-complete
|
||||
- rx-csum-unnecessary
|
||||
- rx-csum-none
|
||||
- rx-csum-bad
|
||||
- rx-hw-gro-packets
|
||||
- rx-hw-gro-bytes
|
||||
- rx-hw-gro-wire-packets
|
||||
- rx-hw-gro-wire-bytes
|
||||
- rx-hw-drop-ratelimits
|
||||
- tx-hw-drops
|
||||
- tx-hw-drop-errors
|
||||
- tx-csum-none
|
||||
- tx-needs-csum
|
||||
- tx-hw-gso-packets
|
||||
- tx-hw-gso-bytes
|
||||
- tx-hw-gso-wire-packets
|
||||
- tx-hw-gso-wire-bytes
|
||||
- tx-hw-drop-ratelimits
|
||||
- tx-stop
|
||||
- tx-wake
|
||||
-
|
||||
name: bind-rx
|
||||
doc: Bind dmabuf to netdev
|
||||
|
|
|
|||
Loading…
Reference in New Issue