From: Paolo Abeni <pabeni@redhat.com>
To: mptcp@lists.linux.dev
Subject: [PATCH mptcp-next 0/2] mptcp: a couple of cleanups
Date: Mon, 6 Dec 2021 18:34:45 +0100 [thread overview]
Message-ID: <cover.1638811854.git.pabeni@redhat.com> (raw)
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
next reply other threads:[~2021-12-06 17:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-06 17:34 Paolo Abeni [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1638811854.git.pabeni@redhat.com \
--to=pabeni@redhat.com \
--cc=mptcp@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.