mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] mptcp: pm: lockless list traversal and cleanup
@ 2024-11-15 16:52 Matthieu Baerts (NGI0)
  2024-11-15 16:52 ` [PATCH net-next 1/2] mptcp: pm: lockless list traversal to dump endp Matthieu Baerts (NGI0)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matthieu Baerts (NGI0) @ 2024-11-15 16:52 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Simon Horman
  Cc: netdev, linux-kernel, Matthieu Baerts (NGI0), Geliang Tang

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,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>


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

end of thread, other threads:[~2024-11-19  4:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-15 16:52 [PATCH net-next 0/2] mptcp: pm: lockless list traversal and cleanup Matthieu Baerts (NGI0)
2024-11-15 16:52 ` [PATCH net-next 1/2] mptcp: pm: lockless list traversal to dump endp Matthieu Baerts (NGI0)
2024-11-15 16:52 ` [PATCH net-next 2/2] mptcp: pm: avoid code duplication to lookup endp Matthieu Baerts (NGI0)
2024-11-19  4:00 ` [PATCH net-next 0/2] mptcp: pm: lockless list traversal and cleanup patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome