Home
last modified time | relevance | path

Searched hist:"9 bacd256f1354883d3c1402655153367982bba49" (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
H A Dtcp.hdiff 9bacd256f1354883d3c1402655153367982bba49 Fri Apr 17 16:10:23 CEST 2020 Eric Dumazet <edumazet@google.com> tcp: cache line align MAX_TCP_HEADER

TCP stack is dumb in how it cooks its output packets.

Depending on MAX_HEADER value, we might chose a bad ending point
for the headers.

If we align the end of TCP headers to cache line boundary, we
make sure to always use the smallest number of cache lines,
which always help.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>