netdev: add queue stats
These stats are commonly. Support reporting those via netdev-genl queue stats. name: rx-hw-drops name: rx-hw-drop-overruns name: rx-csum-unnecessary name: rx-csum-none name: rx-csum-bad name: rx-hw-gro-packets name: rx-hw-gro-bytes name: rx-hw-gro-wire-packets name: rx-hw-gro-wire-bytes name: rx-hw-drop-ratelimits name: tx-hw-drops name: tx-hw-drop-errors name: tx-csum-none name: tx-needs-csum name: tx-hw-gso-packets name: tx-hw-gso-bytes name: tx-hw-gso-wire-packets name: tx-hw-gso-wire-bytes name: tx-hw-drop-ratelimits Signed-off-by:Xuan Zhuo <xuanzhuo@linux.alibaba.com> Reviewed-by:
Jakub Kicinski <kuba@kernel.org> Signed-off-by:
Paolo Abeni <pabeni@redhat.com>
Showing
- Documentation/netlink/specs/netdev.yaml 104 additions, 0 deletionsDocumentation/netlink/specs/netdev.yaml
- include/net/netdev_queues.h 27 additions, 0 deletionsinclude/net/netdev_queues.h
- include/uapi/linux/netdev.h 19 additions, 0 deletionsinclude/uapi/linux/netdev.h
- net/core/netdev-genl.c 21 additions, 2 deletionsnet/core/netdev-genl.c
- tools/include/uapi/linux/netdev.h 19 additions, 0 deletionstools/include/uapi/linux/netdev.h
Please register or sign in to comment