]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rxrpc: Send jumbo DATA packets
authorDavid Howells <dhowells@redhat.com>
Wed, 4 Dec 2024 07:46:59 +0000 (07:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 21:48:31 +0000 (13:48 -0800)
commitfe24a5494390d22ff645fd201d2bf1669fa3aab1
tree9a5e78765a3d5b024fc895fbe4a1604cd91ccd77
parent0130eff911b13e0ad5fc2eebd44833cacd5a8b0b
rxrpc: Send jumbo DATA packets

Send jumbo DATA packets if the path-MTU probing using padded PING ACK
packets shows up sufficient capacity to do so.  This allows larger chunks
of data to be sent without reducing the retryability as the subpackets in a
jumbo packet can also be retransmitted individually.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/ar-internal.h
net/rxrpc/call_event.c
net/rxrpc/call_object.c
net/rxrpc/input.c