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

Matthieu Baerts (NGI0) posted 2 patches 6 days, 18 hours ago
net/mptcp/pm_netlink.c | 33 +++++++++++++--------------------
1 file changed, 13 insertions(+), 20 deletions(-)
[PATCH net-next 0/2] mptcp: pm: lockless list traversal and cleanup
Posted by Matthieu Baerts (NGI0) 6 days, 18 hours ago
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>