All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/4] mptcp: run mptcp_sockopt from a new netns + cleanup
@ 2022-10-19 16:19 Matthieu Baerts
  2022-10-19 16:19 ` [PATCH mptcp-net 1/4] selftests: mptcp: run mptcp_sockopt from a new netns Matthieu Baerts
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Matthieu Baerts @ 2022-10-19 16:19 UTC (permalink / raw)
  To: mptcp; +Cc: Matthieu Baerts

Here are some small fixes for the MPTCP selftests, no big changes.

The first patch is a fix and for -net: if we run mptcp_sockopt.sh after having
modified some settings related to MPTCP on the host, we can run into issues
without this patch.

The second patch uses the new netns for mptcp_inq, cleaner.

The third one remove some defined but unused vars.

The last one uniform 'rndh' variable because it was declared with undefined
variables in a few places.

Matthieu Baerts (4):
  selftests: mptcp: run mptcp_sockopt from a new netns
  selftests: mptcp: run mptcp_inq from a clean netns
  selftests: mptcp: removed defined but unused vars
  selftests: mptcp: uniform 'rndh' variable

 tools/testing/selftests/net/mptcp/diag.sh       |  1 +
 .../selftests/net/mptcp/mptcp_connect.sh        |  6 +-----
 tools/testing/selftests/net/mptcp/mptcp_join.sh |  5 +++--
 .../selftests/net/mptcp/mptcp_sockopt.sh        | 17 ++++++++---------
 .../testing/selftests/net/mptcp/simult_flows.sh |  4 +---
 .../testing/selftests/net/mptcp/userspace_pm.sh |  2 +-
 6 files changed, 15 insertions(+), 20 deletions(-)


base-commit: 1907372cfe4315a0491ae262ac23b1b4cd9cdf94
-- 
2.37.2


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

end of thread, other threads:[~2022-11-10 17:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 16:19 [PATCH mptcp-next 0/4] mptcp: run mptcp_sockopt from a new netns + cleanup Matthieu Baerts
2022-10-19 16:19 ` [PATCH mptcp-net 1/4] selftests: mptcp: run mptcp_sockopt from a new netns Matthieu Baerts
2022-10-23  9:28   ` Geliang Tang
2022-10-31 13:38     ` Matthieu Baerts
2022-10-31 16:08       ` Mat Martineau
2022-10-31 17:09         ` Matthieu Baerts
2022-10-31 21:57           ` Mat Martineau
2022-10-19 16:19 ` [PATCH mptcp-next 2/4] selftests: mptcp: run mptcp_inq from a clean netns Matthieu Baerts
2022-10-19 16:19 ` [PATCH mptcp-next 3/4] selftests: mptcp: removed defined but unused vars Matthieu Baerts
2022-10-19 16:19 ` [PATCH mptcp-next 4/4] selftests: mptcp: uniform 'rndh' variable Matthieu Baerts
2022-10-19 18:32   ` selftests: mptcp: uniform 'rndh' variable: Tests Results MPTCP CI
2022-10-31 23:52   ` MPTCP CI
2022-10-29  0:48 ` [PATCH mptcp-next 0/4] mptcp: run mptcp_sockopt from a new netns + cleanup Mat Martineau
2022-10-31 22:04 ` Mat Martineau
2022-11-10 17:16   ` 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.