netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/6] tcp: better handling of memory pressure
@ 2015-05-15 19:39 Eric Dumazet
  2015-05-15 19:39 ` [PATCH v2 net-next 1/6] net: fix sk_mem_reclaim_partial() Eric Dumazet
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Eric Dumazet @ 2015-05-15 19:39 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Jason Baron, Neal Cardwell, Yuchung Cheng, Eric Dumazet,
	Eric Dumazet

When testing commit 790ba4566c1a ("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.

Eric Dumazet (6):
  net: fix sk_mem_reclaim_partial()
  tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()
  tcp: introduce tcp_under_memory_pressure()
  tcp: fix behavior for epoll edge trigger
  tcp: allow one skb to be received per socket under memory pressure
  tcp: halves tcp_mem[] limits

 include/net/sock.h    |  6 +++---
 include/net/tcp.h     | 10 ++++++++++
 net/core/sock.c       |  9 +++++----
 net/ipv4/tcp.c        | 24 ++++++++++++++++++------
 net/ipv4/tcp_input.c  | 18 ++++++++++--------
 net/ipv4/tcp_output.c | 10 ++++++----
 net/ipv4/tcp_timer.c  |  2 +-
 7 files changed, 53 insertions(+), 26 deletions(-)

-- 
2.2.0.rc0.207.ga3a616c

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-08-03 20:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15 19:39 [PATCH v2 net-next 0/6] tcp: better handling of memory pressure Eric Dumazet
2015-05-15 19:39 ` [PATCH v2 net-next 1/6] net: fix sk_mem_reclaim_partial() Eric Dumazet
2015-08-03 20:53   ` Jason Baron
2015-05-15 19:39 ` [PATCH v2 net-next 2/6] tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() Eric Dumazet
2015-05-15 19:39 ` [PATCH v2 net-next 3/6] tcp: introduce tcp_under_memory_pressure() Eric Dumazet
2015-05-15 19:39 ` [PATCH v2 net-next 4/6] tcp: fix behavior for epoll edge trigger Eric Dumazet
2015-05-15 19:39 ` [PATCH v2 net-next 5/6] tcp: allow one skb to be received per socket under memory pressure Eric Dumazet
2015-05-15 19:39 ` [PATCH v2 net-next 6/6] tcp: halves tcp_mem[] limits Eric Dumazet
2015-05-15 21:20 ` [PATCH v2 net-next 0/6] tcp: better handling of memory pressure Jason Baron
2015-05-18  2:46 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).