From: Paolo Abeni <pabeni@redhat.com>
To: mptcp@lists.linux.dev
Subject: [PATCH mptcp-next v2 0/6] mptcp: add some more diag info
Date: Mon, 22 May 2023 15:56:26 +0200 [thread overview]
Message-ID: <cover.1684763196.git.pabeni@redhat.com> (raw)
This is a follow up to the topic discussed in recent pubblic mtg.
Introduces unique id for accurate subflow stats tracking and
aggregate mptcp counters, plus some minimal self-tests.
The tests themself do not take in account support for running on
older kernel.
This is on top of "mptcp: a bunch of data race fixes".
There should be non trivial conflicts with:
"mptcp: use get_retrans wrapper".
v1 -> v2:
- introduce MPTCP_FULL_INFO instead of overloading a tcp_info field
- add related self-tests
- fix a couple of subflow_id initialization bugs
Paolo Abeni (6):
mptcp: add subflow unique id
mptcp: introduce MPTCP_FULL_INFO getsockopt
mptcp: move snd_una update earlier for fallback socket.
mptcp: track some aggregate data counters.
selftests: mptcp: explicitly tests aggregate counters
selftests: mptcp: add MPTCP_FULL_INFO testcase
include/uapi/linux/mptcp.h | 17 +++
net/mptcp/options.c | 14 ++-
net/mptcp/protocol.c | 22 ++--
net/mptcp/protocol.h | 9 +-
net/mptcp/sockopt.c | 97 ++++++++++++++++-
net/mptcp/subflow.c | 2 +
.../selftests/net/mptcp/mptcp_sockopt.c | 103 +++++++++++++++++-
7 files changed, 248 insertions(+), 16 deletions(-)
--
2.40.1
next reply other threads:[~2023-05-22 13:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-22 13:56 Paolo Abeni [this message]
2023-05-22 13:56 ` [PATCH mptcp-next v2 1/6] mptcp: add subflow unique id Paolo Abeni
2023-05-23 15:20 ` Matthieu Baerts
2023-05-23 16:45 ` Paolo Abeni
2023-05-22 13:56 ` [PATCH mptcp-next v2 2/6] mptcp: introduce MPTCP_FULL_INFO getsockopt Paolo Abeni
2023-05-23 15:31 ` Matthieu Baerts
2023-05-23 16:46 ` Paolo Abeni
2023-05-23 16:55 ` Matthieu Baerts
2023-05-23 17:10 ` Paolo Abeni
2023-05-22 13:56 ` [PATCH mptcp-next v2 3/6] mptcp: move snd_una update earlier for fallback socket Paolo Abeni
2023-05-22 13:56 ` [PATCH mptcp-next v2 4/6] mptcp: track some aggregate data counters Paolo Abeni
2023-05-22 13:56 ` [PATCH mptcp-next v2 5/6] selftests: mptcp: explicitly tests aggregate counters Paolo Abeni
2023-05-23 15:29 ` Matthieu Baerts
2023-05-23 16:59 ` Paolo Abeni
2023-05-22 13:56 ` [PATCH mptcp-next v2 6/6] selftests: mptcp: add MPTCP_FULL_INFO testcase Paolo Abeni
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.1684763196.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox