public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Magnus Karlsson <magnus.karlsson@gmail.com>
Cc: magnus.karlsson@intel.com, bjorn@kernel.org, ast@kernel.org,
	daniel@iogearbox.net, netdev@vger.kernel.org,
	maciej.fijalkowski@intel.com, bpf@vger.kernel.org, yhs@fb.com,
	andrii@kernel.org, martin.lau@linux.dev, song@kernel.org,
	john.fastabend@gmail.com, kpsingh@kernel.org, sdf@google.com,
	haoluo@google.com, jolsa@kernel.org,
	przemyslaw.kitszel@intel.com
Subject: Re: [PATCH bpf-next v4 00/10] seltests/xsk: various improvements to xskxceiver
Date: Thu, 14 Sep 2023 17:00:30 +0000	[thread overview]
Message-ID: <169471083073.13698.15966940549889255467.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230914084900.492-1-magnus.karlsson@gmail.com>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Thu, 14 Sep 2023 10:48:47 +0200 you wrote:
> This patch set implements several improvements to the xsk selftests
> test suite that I thought were useful while debugging the xsk
> multi-buffer code and tests. The largest new feature is the ability to
> be able to execute a single test instead of the whole test suite. This
> required some surgery on the current code, details below.
> 
> Anatomy of the path set:
> 
> [...]

Here is the summary with links:
  - [bpf-next,v4,01/10] selftests/xsk: print per packet info in verbose mode
    https://git.kernel.org/bpf/bpf-next/c/2d2712caf44b
  - [bpf-next,v4,02/10] selftests/xsk: add timeout for Tx thread
    https://git.kernel.org/bpf/bpf-next/c/64370d7c8a91
  - [bpf-next,v4,03/10] selftests/xsk: add option to only run tests in a single mode
    https://git.kernel.org/bpf/bpf-next/c/3956bc34b66c
  - [bpf-next,v4,04/10] selftests/xsk: move all tests to separate functions
    https://git.kernel.org/bpf/bpf-next/c/13c341c45083
  - [bpf-next,v4,05/10] selftests/xsk: declare test names in struct
    https://git.kernel.org/bpf/bpf-next/c/f20fbcd077eb
  - [bpf-next,v4,06/10] selftests/xsk: add option that lists all tests
    https://git.kernel.org/bpf/bpf-next/c/c53dab7d39ab
  - [bpf-next,v4,07/10] selftests/xsk: add option to run single test
    https://git.kernel.org/bpf/bpf-next/c/146e30554a53
  - [bpf-next,v4,08/10] selftests/xsk: use ksft_print_msg uniformly
    https://git.kernel.org/bpf/bpf-next/c/7c3fcf088ba3
  - [bpf-next,v4,09/10] selftests/xsk: fail single test instead of all tests
    https://git.kernel.org/bpf/bpf-next/c/5fc494d5ab41
  - [bpf-next,v4,10/10] selftests/xsk: display command line options with -h
    https://git.kernel.org/bpf/bpf-next/c/4a5f0ba55f46

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



      parent reply	other threads:[~2023-09-14 17:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-14  8:48 [PATCH bpf-next v4 00/10] seltests/xsk: various improvements to xskxceiver Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 01/10] selftests/xsk: print per packet info in verbose mode Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 02/10] selftests/xsk: add timeout for Tx thread Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 03/10] selftests/xsk: add option to only run tests in a single mode Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 04/10] selftests/xsk: move all tests to separate functions Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 05/10] selftests/xsk: declare test names in struct Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 06/10] selftests/xsk: add option that lists all tests Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 07/10] selftests/xsk: add option to run single test Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 08/10] selftests/xsk: use ksft_print_msg uniformly Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 09/10] selftests/xsk: fail single test instead of all tests Magnus Karlsson
2023-09-14  8:48 ` [PATCH bpf-next v4 10/10] selftests/xsk: display command line options with -h Magnus Karlsson
2023-09-14 10:49 ` [PATCH bpf-next v4 00/10] seltests/xsk: various improvements to xskxceiver Maciej Fijalkowski
2023-09-14 17:00 ` 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=169471083073.13698.15966940549889255467.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bjorn@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=haoluo@google.com \
    --cc=john.fastabend@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=kpsingh@kernel.org \
    --cc=maciej.fijalkowski@intel.com \
    --cc=magnus.karlsson@gmail.com \
    --cc=magnus.karlsson@intel.com \
    --cc=martin.lau@linux.dev \
    --cc=netdev@vger.kernel.org \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=sdf@google.com \
    --cc=song@kernel.org \
    --cc=yhs@fb.com \
    /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