Message ID | 20250114-net-next-mptcp-st-more-debug-err-v1-0-2ffb16a6cf35@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: selftests: more debug in case of errors | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 14 Jan 2025 19:03:10 +0100 you wrote: > Here are just a bunch of small improvements for the MPTCP selftests: > > Patch 1: Unify errors messages in simult_flows: print MIB and 'ss -Me'. > > Patch 2: Unify errors messages in sockopt: print MIB. > > Patch 3: Move common code to print debug info to mptcp_lib.sh. > > [...] Here is the summary with links: - [net-next,1/6] selftests: mptcp: simult_flows: unify errors msgs https://git.kernel.org/netdev/net-next/c/894dae026bf6 - [net-next,2/6] selftests: mptcp: sockopt: save nstat infos https://git.kernel.org/netdev/net-next/c/3257d4cb8d5c - [net-next,3/6] selftests: mptcp: move stats info in case of errors to lib.sh https://git.kernel.org/netdev/net-next/c/8c6bb011e188 - [net-next,4/6] selftests: mptcp: add -m with ss in case of errors https://git.kernel.org/netdev/net-next/c/5fbea888f8aa - [net-next,5/6] selftests: mptcp: connect: remove unused variable https://git.kernel.org/netdev/net-next/c/b265c5a17423 - [net-next,6/6] selftests: mptcp: connect: better display the files size https://git.kernel.org/netdev/net-next/c/540d3f8f1dac You are awesome, thank you!
Here are just a bunch of small improvements for the MPTCP selftests: Patch 1: Unify errors messages in simult_flows: print MIB and 'ss -Me'. Patch 2: Unify errors messages in sockopt: print MIB. Patch 3: Move common code to print debug info to mptcp_lib.sh. Patch 4: Use 'ss' with '-m' in case of errors. Patch 5: Remove an unused variable. Patch 6: Print only the size instead of size + filename again. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> --- Geliang Tang (1): selftests: mptcp: sockopt: save nstat infos Matthieu Baerts (NGI0) (5): selftests: mptcp: simult_flows: unify errors msgs selftests: mptcp: move stats info in case of errors to lib.sh selftests: mptcp: add -m with ss in case of errors selftests: mptcp: connect: remove unused variable selftests: mptcp: connect: better display the files size tools/testing/selftests/net/mptcp/mptcp_connect.sh | 13 ++++--------- tools/testing/selftests/net/mptcp/mptcp_join.sh | 9 ++------- tools/testing/selftests/net/mptcp/mptcp_lib.sh | 21 +++++++++++++++++++++ tools/testing/selftests/net/mptcp/mptcp_sockopt.sh | 17 ++++++++++++----- tools/testing/selftests/net/mptcp/simult_flows.sh | 21 ++++++++++++++------- 5 files changed, 53 insertions(+), 28 deletions(-) --- base-commit: 9c7ad35632297edc08d0f2c7b599137e9fb5f9ff change-id: 20250114-net-next-mptcp-st-more-debug-err-3f3f1aa15a10 Best regards,