Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+23
+23
Documentation/netlink/specs/netdev.yaml
··· 733 733 - rx-bytes 734 734 - tx-packets 735 735 - tx-bytes 736 + - rx-alloc-fail 737 + - rx-hw-drops 738 + - rx-hw-drop-overruns 739 + - rx-csum-complete 740 + - rx-csum-unnecessary 741 + - rx-csum-none 742 + - rx-csum-bad 743 + - rx-hw-gro-packets 744 + - rx-hw-gro-bytes 745 + - rx-hw-gro-wire-packets 746 + - rx-hw-gro-wire-bytes 747 + - rx-hw-drop-ratelimits 748 + - tx-hw-drops 749 + - tx-hw-drop-errors 750 + - tx-csum-none 751 + - tx-needs-csum 752 + - tx-hw-gso-packets 753 + - tx-hw-gso-bytes 754 + - tx-hw-gso-wire-packets 755 + - tx-hw-gso-wire-bytes 756 + - tx-hw-drop-ratelimits 757 + - tx-stop 758 + - tx-wake 736 759 - 737 760 name: bind-rx 738 761 doc: Bind dmabuf to netdev