[PATCH net-next 10/37] rxrpc: Prepare to be able to send jumbo DATA packets
Jakub Kicinski
kuba at kernel.org
Mon Dec 2 19:43:37 PST 2024
On Mon, 2 Dec 2024 14:30:28 +0000 David Howells wrote:
> 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.
clang says (probably transient but since i'm nit picking anyway):
net/rxrpc/input.c:696:25: warning: variable 'capacity' set but not used [-Wunused-but-set-variable]
696 | unsigned int max_data, capacity;
| ^
More information about the linux-afs
mailing list