mbox series

[net-next,0/2] mptcp: pm: lockless list traversal and cleanup

Message ID 20241115-net-next-mptcp-pm-lockless-dump-v1-0-f4a1bcb4ca2c@kernel.org (mailing list archive)
Headers show
Series mptcp: pm: lockless list traversal and cleanup | expand

Message

Matthieu Baerts Nov. 15, 2024, 4:52 p.m. UTC
Here are two patches improving the MPTCP in-kernel path-manager.

- Patch 1: the get and dump endpoints operations are iterating over the
  endpoints list in a lockless way.

- Patch 2: reduce the code duplication to lookup an endpoint.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Geliang Tang (1):
      mptcp: pm: avoid code duplication to lookup endp

Matthieu Baerts (NGI0) (1):
      mptcp: pm: lockless list traversal to dump endp

 net/mptcp/pm_netlink.c | 33 +++++++++++++--------------------
 1 file changed, 13 insertions(+), 20 deletions(-)
---
base-commit: dfc14664794a4706e0c2186a0c082386e6b14c4d
change-id: 20241115-net-next-mptcp-pm-lockless-dump-a5a00e51f819

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 19, 2024, 4 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 15 Nov 2024 17:52:33 +0100 you wrote:
> Here are two patches improving the MPTCP in-kernel path-manager.
> 
> - Patch 1: the get and dump endpoints operations are iterating over the
>   endpoints list in a lockless way.
> 
> - Patch 2: reduce the code duplication to lookup an endpoint.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] mptcp: pm: lockless list traversal to dump endp
    https://git.kernel.org/netdev/net-next/c/3fbb27b7f87e
  - [net-next,2/2] mptcp: pm: avoid code duplication to lookup endp
    https://git.kernel.org/netdev/net-next/c/1d7fa6ceb91f

You are awesome, thank you!