[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230516-send-net-next-20220516-v1-0-e91822b7b6e0@kernel.org>
Date: Wed, 17 May 2023 12:16:13 -0700
From: Mat Martineau <martineau@...nel.org>
To: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Matthieu Baerts <matthieu.baerts@...sares.net>
Cc: netdev@...r.kernel.org, mptcp@...ts.linux.dev,
Mat Martineau <martineau@...nel.org>
Subject: [PATCH net-next 0/5] mptcp: Refactor inet_accept() and MIB updates
Patches 1 and 2 refactor inet_accept() to provide a new __inet_accept()
that's usable with locked sockets, and then make use of that helper to
simplify mptcp_stream_accept().
Patches 3 and 4 add some new MIBS related to MPTCP address advertisement
and update related selftest scripts.
Patch 5 modifies the selftests to ensure MIBS are only printed once when
a test case fails.
Signed-off-by: Mat Martineau <martineau@...nel.org>
---
Paolo Abeni (5):
inet: factor out locked section of inet_accept() in a new helper
mptcp: refactor mptcp_stream_accept()
mptcp: introduces more address related mibs
selftests: mptcp: add explicit check for new mibs
selftests: mptcp: centralize stats dumping
include/net/inet_common.h | 2 +
net/ipv4/af_inet.c | 32 +++----
net/mptcp/mib.c | 6 ++
net/mptcp/mib.h | 18 ++++
net/mptcp/options.c | 5 +-
net/mptcp/pm.c | 6 +-
net/mptcp/protocol.c | 21 +++--
tools/testing/selftests/net/mptcp/mptcp_join.sh | 112 +++++++++++++-----------
8 files changed, 122 insertions(+), 80 deletions(-)
---
base-commit: af2eab1a824349cfb0f6a720ad06eea48e9e6b74
change-id: 20230516-send-net-next-20220516-8dea88296e52
Best regards,
--
Mat Martineau <martineau@...nel.org>
Powered by blists - more mailing lists