diff options
author | Jakub Kicinski <kuba@kernel.org> | 2025-02-13 03:38:03 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-02-13 03:39:33 +0300 |
commit | 2f4720318d02b3879e858e373826aa0b63a55e5a (patch) | |
tree | ca02d51e813c4393b34e8998914bf252b95df334 /tools/net/ynl/pyynl/lib/ynl.py | |
parent | fea5d562822bac85ceb44ad108f845ad6d04a704 (diff) | |
parent | 0ec023282a9d9487d5f80fd785b0c2e80a40ba43 (diff) | |
download | linux-2f4720318d02b3879e858e373826aa0b63a55e5a.tar.xz |
Merge branch 'eth-fbnic-report-software-queue-stats'
Jakub Kicinski says:
====================
eth: fbnic: report software queue stats
Fill in typical software queue stats.
# ./pyynl/cli.py --spec netlink/specs/netdev.yaml --dump qstats-get
[{'ifindex': 2,
'rx-alloc-fail': 0,
'rx-bytes': 398064076,
'rx-csum-complete': 271,
'rx-csum-none': 0,
'rx-packets': 276044,
'tx-bytes': 7223770,
'tx-needs-csum': 28148,
'tx-packets': 28449,
'tx-stop': 0,
'tx-wake': 0}]
Note that we don't collect csum-unnecessary, just the uncommon
cases (and unnecessary is all the rest of the packets). There
is no programatic use for these stats AFAIK, just manual debug.
====================
Link: https://patch.msgid.link/20250211181356.580800-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/net/ynl/pyynl/lib/ynl.py')
0 files changed, 0 insertions, 0 deletions