summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-10-31 13:32:55 -0700
committerDavid S. Miller <davem@davemloft.net>2016-10-31 20:59:58 -0400
commitbd68a2a854ad5a85f0c8d0a9c8048ca3f6391efb (patch)
tree0cb804e92986b27471e99a0473f02f9d91b2a256 /drivers/net/ethernet/intel/i40e
parenta13925a46ebc176c4703c25b5f2edebba5bd2506 (diff)
net: set SK_MEM_QUANTUM to 4096
Systems with large pages (64KB pages for example) do not always have huge quantity of memory. A big SK_MEM_QUANTUM value leads to fewer interactions with the global counters (like tcp_memory_allocated) but might trigger memory pressure much faster, giving suboptimal TCP performance since windows are lowered to ridiculous values. Note that sysctl_mem units being in pages and in ABI, we also need to change sk_prot_mem_limits() accordingly. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/i40e')
0 files changed, 0 insertions, 0 deletions