summaryrefslogtreecommitdiff
path: root/drivers/net/team/team.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2020-04-17 07:10:23 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-02 17:20:33 +0200
commitec63c6bde7a0a4484d1d0a959551df23494b395b (patch)
treee1650a5d7a6ee5224a6934b9a4dc652d2e7e65d2 /drivers/net/team/team.c
parent25765e8afb01bdb7cd06d1bf2111cd0443323935 (diff)
tcp: cache line align MAX_TCP_HEADER
[ Upstream commit 9bacd256f1354883d3c1402655153367982bba49 ] 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/team/team.c')
0 files changed, 0 insertions, 0 deletions