diff options
author | 2025-02-12 16:38:03 -0800 | |
---|---|---|
committer | 2025-02-12 16:39:33 -0800 | |
commit | 2f4720318d02b3879e858e373826aa0b63a55e5a (patch) | |
tree | ca02d51e813c4393b34e8998914bf252b95df334 /net/ipv4/tcp_fastopen.c | |
parent | Merge branch 'use-phylib-for-reset-randomization-and-adjustable-polling' (diff) | |
parent | eth: fbnic: re-sort the objects in the Makefile (diff) | |
download | wireguard-linux-2f4720318d02b3879e858e373826aa0b63a55e5a.tar.xz wireguard-linux-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/20250211181356.580800-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ipv4/tcp_fastopen.c')
0 files changed, 0 insertions, 0 deletions