All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/2] mptcp: a couple of cleanups
@ 2021-12-06 17:34 Paolo Abeni
  2021-12-06 17:34 ` [PATCH mptcp-next 1/2] mptcp: cleanup MPJ subflow list handling Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paolo Abeni @ 2021-12-06 17:34 UTC (permalink / raw)
  To: mptcp

The first patch was already shared as RFC, this iteration
addresses a couple of bugs there.

The second patch removes a bunch of conditionals and atomic
operations in the fast path, but the performance impact is
actually below noise level. Still I think it's worthy, as the
unneeded atomic operations are confusing.

Paolo Abeni (2):
  mptcp: cleanup MPJ subflow list handling
  mptcp: avoid atomic bit manipulation when possible

 net/mptcp/pm_netlink.c |   3 -
 net/mptcp/protocol.c   | 149 ++++++++++++++++++-----------------------
 net/mptcp/protocol.h   |  31 ++++-----
 net/mptcp/sockopt.c    |  24 ++-----
 net/mptcp/subflow.c    |   9 ++-
 5 files changed, 89 insertions(+), 127 deletions(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH mptcp-next 0/2] mptcp: a couple of cleanups
@ 2023-03-06 18:30 Paolo Abeni
  2023-03-07 16:28 ` Matthieu Baerts
  2023-03-07 17:41 ` Matthieu Baerts
  0 siblings, 2 replies; 7+ messages in thread
From: Paolo Abeni @ 2023-03-06 18:30 UTC (permalink / raw)
  To: mptcp

After the recent fixes we have both a good changes and some
needs to simplify subflow_syn_recv_sock().

A couple of patches in that direction, also addressing a long
standing feature issue.

Paolo Abeni (2):
  mptcp: avoid unneeded address copy
  mptcp: simplify subflow_syn_recv_sock()

 net/mptcp/subflow.c | 40 ++++++++++------------------------------
 1 file changed, 10 insertions(+), 30 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-03-07 17:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 17:34 [PATCH mptcp-next 0/2] mptcp: a couple of cleanups Paolo Abeni
2021-12-06 17:34 ` [PATCH mptcp-next 1/2] mptcp: cleanup MPJ subflow list handling Paolo Abeni
2021-12-06 17:34 ` [PATCH mptcp-next 2/2] mptcp: avoid atomic bit manipulation when possible Paolo Abeni
2021-12-09  1:03 ` [PATCH mptcp-next 0/2] mptcp: a couple of cleanups Mat Martineau
  -- strict thread matches above, loose matches on Subject: below --
2023-03-06 18:30 Paolo Abeni
2023-03-07 16:28 ` Matthieu Baerts
2023-03-07 17:41 ` Matthieu Baerts

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.