]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp_mem_pressure'
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 May 2015 02:45:49 +0000 (22:45 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 May 2015 02:46:26 +0000 (22:46 -0400)
commit7fd42250d2097e529ff64de6428bbe8df941623d
tree13db6cdf2a7ff4f841f3ec44b5700a8e9af1b361
parent3de4d8e95c8f89098214c0e8380b1b11b114ac5b
parent022ca3685c56ae6819f03593ed0eb8a7570137f3
Merge branch 'tcp_mem_pressure'

Eric Dumazet says:

====================
tcp: better handling of memory pressure

When testing commit 3aa70b301daf ("tcp: set SOCK_NOSPACE under memory
pressure") using edge triggered epoll applications, I found various
issues under memory pressure and thousands of active sockets.

This patch series is a first round to solve these issues, in send
and receive paths. There are probably other fixes needed, but
with this series, my tests now all succeed.

v2: fix typo in "allow one skb to be received per socket under memory pressure",
as spotted by Jason Baron.
====================

Acked-by: Jason Baron <jbaron@akamai.com>
Signed-off-by: David S. Miller <davem@davemloft.net>