netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] udp: behave under memory pressure
@ 2020-01-17 17:27 Paolo Abeni
  2020-01-17 17:27 ` [PATCH net 1/3] net: generic enter_memory_pressure implementation Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paolo Abeni @ 2020-01-17 17:27 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller, Willem de Bruijn

Williem reported that in some scenarios the UDP protocol can keep a lot of
memory in use on an idle system. He also diagnosed the root cause in the
forward allocated memory bulk free.

This series addresses the issue adding memory pressure tracking for the UDP
protocol, and flushing the fwd allocated memory if the protocol is under
memory pressure.

The first two patches clean-up the current memory pressure helpers for UDP
usage, and the 3rd one is the actual fix.

Targeting the net tree, as this addresses a reported issue. I guess even
net-next can be considered a valid target, as this also changes slightly the
protocol behavior under memory pressure. Please advise on the preferred option.

Paolo Abeni (3):
  net: generic enter_memory_pressure implementation.
  net: add annotation to memory_pressure lockless access
  udp: avoid bulk memory scheduling on memory pressure.

 include/net/sock.h |  4 ++--
 include/net/udp.h  |  2 ++
 net/core/sock.c    | 10 +++++++---
 net/ipv4/udp.c     | 13 ++++++++++++-
 net/ipv6/udp.c     |  2 ++
 5 files changed, 25 insertions(+), 6 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2020-01-17 18:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-17 17:27 [PATCH net 0/3] udp: behave under memory pressure Paolo Abeni
2020-01-17 17:27 ` [PATCH net 1/3] net: generic enter_memory_pressure implementation Paolo Abeni
2020-01-17 17:27 ` [PATCH net 2/3] net: add annotations to memory_pressure lockless access Paolo Abeni
2020-01-17 17:27 ` [PATCH net 3/3] udp: avoid bulk memory scheduling on memory pressure Paolo Abeni
2020-01-17 17:51   ` Eric Dumazet
2020-01-17 18:37     ` Paolo Abeni
2020-01-17 18:38     ` Willem de Bruijn

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).