All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] mptcp: Updates for mem scheduling and SK_RECLAIM
@ 2022-06-30 22:17 Mat Martineau
  2022-06-30 22:17 ` [PATCH net-next 1/4] mptcp: never fetch fwd memory from the subflow Mat Martineau
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mat Martineau @ 2022-06-30 22:17 UTC (permalink / raw)
  To: netdev; +Cc: Mat Martineau, davem, kuba, pabeni, edumazet, matthieu.baerts,
	mptcp

In the "net: reduce tcp_memory_allocated inflation" series (merge commit
e10b02ee5b6c), Eric Dumazet noted that "Removal of SK_RECLAIM_CHUNK and
SK_RECLAIM_THRESHOLD is left to MPTCP maintainers as a follow up."

Patches 1-3 align MPTCP with the above TCP changes to forward memory
allocation, reclaim, and memory scheduling.

Patch 4 removes the SK_RECLAIM_* macros as Eric requested.


Paolo Abeni (4):
  mptcp: never fetch fwd memory from the subflow
  mptcp: drop SK_RECLAIM_* macros
  mptcp: refine memory scheduling
  net: remove SK_RECLAIM_THRESHOLD and SK_RECLAIM_CHUNK

 include/net/sock.h   |  5 -----
 net/mptcp/protocol.c | 49 +++++++-------------------------------------
 2 files changed, 7 insertions(+), 47 deletions(-)


base-commit: b7d78b46d5e8dc77c656c13885d31e931923b915
-- 
2.37.0


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

end of thread, other threads:[~2022-07-01 12:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 22:17 [PATCH net-next 0/4] mptcp: Updates for mem scheduling and SK_RECLAIM Mat Martineau
2022-06-30 22:17 ` [PATCH net-next 1/4] mptcp: never fetch fwd memory from the subflow Mat Martineau
2022-06-30 22:17 ` [PATCH net-next 2/4] mptcp: drop SK_RECLAIM_* macros Mat Martineau
2022-06-30 22:17 ` [PATCH net-next 3/4] mptcp: refine memory scheduling Mat Martineau
2022-06-30 22:17 ` [PATCH net-next 4/4] net: remove SK_RECLAIM_THRESHOLD and SK_RECLAIM_CHUNK Mat Martineau
2022-07-01 12:40 ` [PATCH net-next 0/4] mptcp: Updates for mem scheduling and SK_RECLAIM patchwork-bot+netdevbpf

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.