diff options
author | Eric Dumazet <[email protected]> | 2020-04-17 07:10:23 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-04-18 15:47:28 -0700 |
commit | 9bacd256f1354883d3c1402655153367982bba49 (patch) | |
tree | 425e4d253f88dfe91c25fc0debefc7469a199afd /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 56e639e6a241de67488597fe2e07150f24ebc9de (diff) |
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 <[email protected]>
Cc: Soheil Hassas Yeganeh <[email protected]>
Acked-by: Soheil Hassas Yeganeh <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions