From: Jakub Kicinski Date: Thu, 13 Feb 2025 00:38:03 +0000 (-0800) Subject: Merge branch 'eth-fbnic-report-software-queue-stats' X-Git-Tag: v6.15-rc1~160^2~339 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f4720318d02b3879e858e373826aa0b63a55e5a;p=thirdparty%2Fkernel%2Flinux.git 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 --- 2f4720318d02b3879e858e373826aa0b63a55e5a