[PATCH mptcp-next 0/3] mptcp: refactor memory accounting

Paolo Abeni posted 3 patches 2 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1634289695.git.pabeni@redhat.com
Maintainers: David Ahern <dsahern@kernel.org>, Cong Wang <xiyou.wangcong@gmail.com>, Jakub Kicinski <kuba@kernel.org>, Jamal Hadi Salim <jhs@mojatatu.com>, Mat Martineau <mathew.j.martineau@linux.intel.com>, Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>, "David S. Miller" <davem@davemloft.net>, Matthieu Baerts <matthieu.baerts@tessares.net>, Jiri Pirko <jiri@resnulli.us>
There is a newer version of this series
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(-)
[PATCH mptcp-next 0/3] mptcp: refactor memory accounting
Posted by Paolo Abeni 2 years, 5 months ago
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