]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rxrpc: Display stats about jumbo packets transmitted and received
authorDavid Howells <dhowells@redhat.com>
Wed, 4 Dec 2024 07:46:49 +0000 (07:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 21:48:28 +0000 (13:48 -0800)
commitf003e4038f0e14b3b374f7dae76dfeef9591f006
tree007dc0300b6dc089c34e7b7d768de420e4dc52d3
parent203457e11b591f80ada571f981dd5f4d683b0009
rxrpc: Display stats about jumbo packets transmitted and received

In /proc/net/rxrpc/stats, display statistics about the numbers of different
sizes of jumbo packets transmitted and received, showing counts for 1
subpacket (ie. a non-jumbo packet), 2 subpackets, 3, ... to 8 and then 9+.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20241204074710.990092-22-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/ar-internal.h
net/rxrpc/input.c
net/rxrpc/output.c
net/rxrpc/proc.c