Skip to content
Commit 35fc07ae authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'tcp-add-three-static-keys'



Eric Dumazet says:

====================
tcp: add three static keys

Recent addition of per TCP socket rx/tx cache brought
regressions for some workloads, as reported by Feng Tang.

It seems better to make them opt-in, before we adopt better
heuristics.

The last patch adds high_order_alloc_disable sysctl
to ask TCP sendmsg() to exclusively use order-0 allocations,
as mm layer has specific optimizations.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 9a33629b ce27ec60
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment