MPTCP Archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Cc: mptcp@lists.linux.dev, martineau@kernel.org, geliang@kernel.org,
	tanggeliang@kylinos.cn, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, shuah@kernel.org,
	netdev@vger.kernel.org, linux-kselftest@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 00/15] selftests: mptcp: various improvements
Date: Mon, 11 Mar 2024 22:20:31 +0000	[thread overview]
Message-ID: <171019563147.21986.8830557428552738563.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240308-upstream-net-next-20240308-selftests-mptcp-unification-v1-0-4f42c347b653@kernel.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 08 Mar 2024 23:10:07 +0100 you wrote:
> In this series from Geliang, there are various improvements in MPTCP
> selftests: sharing code, doing actions the same way, colours, etc.
> 
> Patch 1 prints all error messages to stdout: what was done in almost all
> other MPTCP selftests. This can be now easily changed later if needed.
> 
> Patch 2 makes sure the test counter is continuous in mptcp_connect.sh.
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] selftests: mptcp: print all error messages to stdout
    https://git.kernel.org/netdev/net-next/c/6215df11b945
  - [net-next,02/15] selftests: mptcp: connect: add dedicated port counter
    https://git.kernel.org/netdev/net-next/c/01ed9838107f
  - [net-next,03/15] selftests: mptcp: connect: fix misaligned output
    https://git.kernel.org/netdev/net-next/c/c9161a0f8ff9
  - [net-next,04/15] selftests: mptcp: sockopt: print every test result
    https://git.kernel.org/netdev/net-next/c/fd959262c1bb
  - [net-next,05/15] selftests: mptcp: export TEST_COUNTER variable
    https://git.kernel.org/netdev/net-next/c/9e6a39ecb9a1
  - [net-next,06/15] selftests: mptcp: add print_title in mptcp_lib
    https://git.kernel.org/netdev/net-next/c/3382bb09701b
  - [net-next,07/15] selftests: mptcp: print test results with counters
    https://git.kernel.org/netdev/net-next/c/aa7694766f14
  - [net-next,08/15] selftests: mptcp: use += operator to append strings
    https://git.kernel.org/netdev/net-next/c/e7c42bf4d320
  - [net-next,09/15] selftests: mptcp: print test results with colors
    https://git.kernel.org/netdev/net-next/c/747ba8783a33
  - [net-next,10/15] selftests: mptcp: call test_fail without argument
    https://git.kernel.org/netdev/net-next/c/339c225e2e03
  - [net-next,11/15] selftests: mptcp: extract mptcp_lib_check_expected
    https://git.kernel.org/netdev/net-next/c/663260e14668
  - [net-next,12/15] selftests: mptcp: print_test out of verify_listener_events
    https://git.kernel.org/netdev/net-next/c/8ebb44196585
  - [net-next,13/15] selftests: mptcp: add mptcp_lib_verify_listener_events
    https://git.kernel.org/netdev/net-next/c/7f0782ca1ce9
  - [net-next,14/15] selftests: mptcp: declare event macros in mptcp_lib
    https://git.kernel.org/netdev/net-next/c/23a0485d1c04
  - [net-next,15/15] selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAIL
    https://git.kernel.org/netdev/net-next/c/8f7a69a8e7dc

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-03-11 22:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 22:10 [PATCH net-next 00/15] selftests: mptcp: various improvements Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 01/15] selftests: mptcp: print all error messages to stdout Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 02/15] selftests: mptcp: connect: add dedicated port counter Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 03/15] selftests: mptcp: connect: fix misaligned output Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 04/15] selftests: mptcp: sockopt: print every test result Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 05/15] selftests: mptcp: export TEST_COUNTER variable Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 06/15] selftests: mptcp: add print_title in mptcp_lib Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 07/15] selftests: mptcp: print test results with counters Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 08/15] selftests: mptcp: use += operator to append strings Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 09/15] selftests: mptcp: print test results with colors Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 10/15] selftests: mptcp: call test_fail without argument Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 11/15] selftests: mptcp: extract mptcp_lib_check_expected Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 12/15] selftests: mptcp: print_test out of verify_listener_events Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 13/15] selftests: mptcp: add mptcp_lib_verify_listener_events Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 14/15] selftests: mptcp: declare event macros in mptcp_lib Matthieu Baerts (NGI0)
2024-03-08 22:10 ` [PATCH net-next 15/15] selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAIL Matthieu Baerts (NGI0)
2024-03-11 22:20 ` patchwork-bot+netdevbpf [this message]

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=171019563147.21986.8830557428552738563.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=geliang@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=martineau@kernel.org \
    --cc=matttbe@kernel.org \
    --cc=mptcp@lists.linux.dev \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=shuah@kernel.org \
    --cc=tanggeliang@kylinos.cn \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).