commit | ede61ca474a0348b975d9824565b66c7595461de | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Jun 14 16:22:19 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 14 20:18:28 2019 -0700 |
tree | bc0770bb86ede5aed3f91f68773e412ee1067d07 | |
parent | a8e11e5c5611a9f70470aebeb2c1dd6132f609d7 [diff] |
tcp: add tcp_rx_skb_cache sysctl Instead of relying on rps_needed, it is safer to use a separate static key, since we do not want to enable TCP rx_skb_cache by default. This feature can cause huge increase of memory usage on hosts with millions of sockets. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>