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

In this iteration I tried to address the RFC comments and issues.
Please see the patch 3/3 changelog for the details.
Added 2 pre-req patches:
- exposing macro for the reclain "magic numbers"
- implementing forward alloc helper


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 | 220 ++++++++++++++++++-------------------------
 net/mptcp/protocol.h |  15 +--
 net/sched/em_meta.c  |   2 +-
 6 files changed, 113 insertions(+), 149 deletions(-)

-- 
2.26.3


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

end of thread, other threads:[~2021-10-15 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15  9:25 [PATCH mptcp-next 0/3] mptcp: refactor memory accounting Paolo Abeni
2021-10-15  9:25 ` [PATCH mptcp-next 1/3] tcp: define macros for a couple reclaim thresholds Paolo Abeni
2021-10-15  9:25 ` [PATCH mptcp-next 2/3] net: introduce sk_forward_alloc_get() Paolo Abeni
2021-10-15  9:25 ` [PATCH mptcp-next 3/3] mptcp: allocate fwd memory separatelly on the rx and tx path Paolo Abeni
2021-10-15 10:33   ` mptcp: allocate fwd memory separatelly on the rx and tx path: Tests Results MPTCP CI
2021-10-15 11:47   ` [PATCH mptcp-next 3/3] mptcp: allocate fwd memory separatelly on the rx and tx path Paolo Abeni

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.