mbox series

[net-next,0/4] mptcp: Updates for mem scheduling and SK_RECLAIM

Message ID 20220630221757.763751-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Updates for mem scheduling and SK_RECLAIM | expand

Message

Mat Martineau June 30, 2022, 10:17 p.m. UTC
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

Comments

patchwork-bot+netdevbpf@kernel.org July 1, 2022, 12:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 30 Jun 2022 15:17:53 -0700 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] mptcp: never fetch fwd memory from the subflow
    https://git.kernel.org/netdev/net-next/c/4aaa1685f750
  - [net-next,2/4] mptcp: drop SK_RECLAIM_* macros
    https://git.kernel.org/netdev/net-next/c/d24141fe7b48
  - [net-next,3/4] mptcp: refine memory scheduling
    https://git.kernel.org/netdev/net-next/c/69d93daec026
  - [net-next,4/4] net: remove SK_RECLAIM_THRESHOLD and SK_RECLAIM_CHUNK
    https://git.kernel.org/netdev/net-next/c/e918c137db40

You are awesome, thank you!