diff options
| author | Jakub Kicinski <[email protected]> | 2025-02-13 00:38:03 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-02-13 00:39:33 +0000 |
| commit | 2f4720318d02b3879e858e373826aa0b63a55e5a (patch) | |
| tree | ca02d51e813c4393b34e8998914bf252b95df334 /tools/net/ynl/pyynl/lib/ynl.py | |
| parent | Merge branch 'use-phylib-for-reset-randomization-and-adjustable-polling' (diff) | |
| parent | eth: fbnic: re-sort the objects in the Makefile (diff) | |
| download | kernel-2f4720318d02b3879e858e373826aa0b63a55e5a.tar.gz kernel-2f4720318d02b3879e858e373826aa0b63a55e5a.zip | |
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/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/net/ynl/pyynl/lib/ynl.py')
0 files changed, 0 insertions, 0 deletions
