Re: [PATCH net-next] tcp: shrink inet_connection_sock icsk_mtup enabled and probe_size

2021-01-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 29 Jan 2021 13:54:38 -0500 you wrote: > From: Neal Cardwell > > This commit shrinks inet_connection_sock by 4 bytes, by shrinking > icsk_mtup.enabled from 32 bits to 1 bit, and shrinking > icsk_mtup.probe_size fro

[PATCH net-next] tcp: shrink inet_connection_sock icsk_mtup enabled and probe_size

2021-01-29 Thread Neal Cardwell
From: Neal Cardwell This commit shrinks inet_connection_sock by 4 bytes, by shrinking icsk_mtup.enabled from 32 bits to 1 bit, and shrinking icsk_mtup.probe_size from s32 to an unsuigned 31 bit field. This is to save space to compensate for the recent introduction of a new u32 in inet_connection