Re: [PATCH net-next 10/37] rxrpc: Prepare to be able to send jumbo DATA packets

From: Jakub Kicinski
Date: Mon Dec 02 2024 - 22:43:44 EST


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;
| ^