All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next v2 0/3] mptcp: refactor memory accounting
@ 2021-10-15 15:39 Paolo Abeni
  2021-10-15 15:39 ` [PATCH mptcp-next v2 1/3] tcp: define macros for a couple reclaim thresholds Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Paolo Abeni @ 2021-10-15 15:39 UTC (permalink / raw)
  To: mptcp

This iteration address a fwd alloc memory leak.
Please see the patch 3/3 changelog for the details.

Paolo Abeni (3):
  tcp: define macros for a couple reclaim thresholds
  net: introduce sk_forward_alloc_get()
  mptcp: allocate fwd memory separatelly on the rx and tx path

 include/net/sock.h   |  21 +++-
 net/ipv4/af_inet.c   |   2 +-
 net/ipv4/inet_diag.c |   2 +-
 net/mptcp/protocol.c | 225 ++++++++++++++++++-------------------------
 net/mptcp/protocol.h |  15 +--
 net/sched/em_meta.c  |   2 +-
 6 files changed, 117 insertions(+), 150 deletions(-)

-- 
2.26.3


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

end of thread, other threads:[~2021-10-18  8:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15 15:39 [PATCH mptcp-next v2 0/3] mptcp: refactor memory accounting Paolo Abeni
2021-10-15 15:39 ` [PATCH mptcp-next v2 1/3] tcp: define macros for a couple reclaim thresholds Paolo Abeni
2021-10-15 23:54   ` Mat Martineau
2021-10-15 15:39 ` [PATCH mptcp-next v2 2/3] net: introduce sk_forward_alloc_get() Paolo Abeni
2021-10-15 23:55   ` Mat Martineau
2021-10-15 15:39 ` [PATCH mptcp-next v2 3/3] mptcp: allocate fwd memory separatelly on the rx and tx path Paolo Abeni
2021-10-15 16:44   ` mptcp: allocate fwd memory separatelly on the rx and tx path: Tests Results MPTCP CI
2021-10-16  0:04   ` [PATCH mptcp-next v2 3/3] mptcp: allocate fwd memory separatelly on the rx and tx path Mat Martineau
2021-10-16  0:57   ` mptcp: allocate fwd memory separatelly on the rx and tx path: Tests Results MPTCP CI
2021-10-18  8:35 ` [PATCH mptcp-next v2 0/3] mptcp: refactor memory accounting Matthieu Baerts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.