On Fri, Aug 15, 2025 at 1:39 AM <chia-yu.ch...@nokia-bell-labs.com> wrote:
>
> From: Ilpo Järvinen <i...@kernel.org>
>
> These three byte counters track IP ECN field payload byte sums for
> all arriving (acceptable) packets for ECT0, ECT1, and CE. The
> AccECN option (added by a later patch in the series) echoes these
> counters back to sender side; therefore, it is placed within the
> group of tcp_sock_write_txrx.
>
> Below are the pahole outcomes before and after this patch, in which
> the group size of tcp_sock_write_txrx is increased from 95 + 4 to
> 107 + 4 and an extra 4-byte hole is created but will be exploited
> in later patches:
>
>
> Signed-off-by: Ilpo Järvinen <i...@kernel.org>
> Signed-off-by: Neal Cardwell <ncardw...@google.com>
> Co-developed-by: Chia-Yu Chang <chia-yu.ch...@nokia-bell-labs.com>
> Signed-off-by: Chia-Yu Chang <chia-yu.ch...@nokia-bell-labs.com>
>

Reviewed-by: Eric Dumazet <eduma...@google.com>

Reply via email to