]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rxrpc: Prepare to be able to send jumbo DATA packets
authorDavid Howells <dhowells@redhat.com>
Wed, 4 Dec 2024 07:46:39 +0000 (07:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 21:48:26 +0000 (13:48 -0800)
commitb7313009c2e56d6e8bffd3d21c1a3a67a9149e2e
treee0364be9428f38d9ad67b9ac4c8f105e69bc24e3
parent3d2bdf73cea57d7f6bf314aa1c948af11af94980
rxrpc: Prepare to be able to send jumbo DATA packets

Prepare to be able to send jumbo DATA packets if the we decide to, but
don't enable that yet.  This will allow 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
Link: https://patch.msgid.link/20241204074710.990092-12-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/ar-internal.h
net/rxrpc/call_event.c
net/rxrpc/input.c
net/rxrpc/insecure.c
net/rxrpc/output.c
net/rxrpc/rxkad.c