public inbox for netdev@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, tirthendu.sarkar@intel.com,
	jonathan.lemon@gmail.com
Subject: Re: [PATCH bpf-next v3 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
Date: Thu, 12 Jan 2023 02:30:25 +0000	[thread overview]
Message-ID: <167349062577.27632.8804687487948517842.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230111093526.11682-1-magnus.karlsson@gmail.com>

Hello:

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

On Wed, 11 Jan 2023 10:35:11 +0100 you wrote:
> This is a patch set of various performance improvements, fixes, and
> the introduction of more than one XDP program to the xsk selftests
> framework so we can test more things in the future such as upcoming
> multi-buffer and metadata support for AF_XDP. The new programs just
> reuse the framework that all the other eBPF selftests use. The new
> feature is used to implement one new test that does XDP_DROP on every
> other packet. More tests using this will be added in future commits.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v3,01/15] selftests/xsk: print correct payload for packet dump
    https://git.kernel.org/bpf/bpf-next/c/2d0b2ae2871a
  - [bpf-next,v3,02/15] selftests/xsk: do not close unused file descriptors
    https://git.kernel.org/bpf/bpf-next/c/5adaf52776a4
  - [bpf-next,v3,03/15] selftests/xsk: submit correct number of frames in populate_fill_ring
    https://git.kernel.org/bpf/bpf-next/c/1e04f23bccf9
  - [bpf-next,v3,04/15] selftests/xsk: print correct error codes when exiting
    https://git.kernel.org/bpf/bpf-next/c/085dcccfb7d3
  - [bpf-next,v3,05/15] selftests/xsk: remove unused variable outstanding_tx
    https://git.kernel.org/bpf/bpf-next/c/a4ca62277b6a
  - [bpf-next,v3,06/15] selftests/xsk: add debug option for creating netdevs
    https://git.kernel.org/bpf/bpf-next/c/703bfd371013
  - [bpf-next,v3,07/15] selftests/xsk: replace asm acquire/release implementations
    https://git.kernel.org/bpf/bpf-next/c/efe620e5ba03
  - [bpf-next,v3,08/15] selftests/xsk: remove namespaces
    https://git.kernel.org/bpf/bpf-next/c/64aef77d750e
  - [bpf-next,v3,09/15] selftests/xsk: load and attach XDP program only once per mode
    https://git.kernel.org/bpf/bpf-next/c/aa61d81f397c
  - [bpf-next,v3,10/15] selftests/xsk: remove unnecessary code in control path
    https://git.kernel.org/bpf/bpf-next/c/6b3c0821caa4
  - [bpf-next,v3,11/15] selftests/xsk: get rid of built-in XDP program
    https://git.kernel.org/bpf/bpf-next/c/f0a249df1b07
  - [bpf-next,v3,12/15] selftests/xsk: add test when some packets are XDP_DROPed
    https://git.kernel.org/bpf/bpf-next/c/80bea9acabb7
  - [bpf-next,v3,13/15] selftests/xsk: merge dual and single thread dispatchers
    https://git.kernel.org/bpf/bpf-next/c/7f881984073a
  - [bpf-next,v3,14/15] selftests/xsk: automatically restore packet stream
    https://git.kernel.org/bpf/bpf-next/c/e67b2554f301
  - [bpf-next,v3,15/15] selftests/xsk: automatically switch XDP programs
    https://git.kernel.org/bpf/bpf-next/c/7d8319a7cc66

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-01-12  2:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-11  9:35 [PATCH bpf-next v3 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 01/15] selftests/xsk: print correct payload for packet dump Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 02/15] selftests/xsk: do not close unused file descriptors Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 03/15] selftests/xsk: submit correct number of frames in populate_fill_ring Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 04/15] selftests/xsk: print correct error codes when exiting Magnus Karlsson
2023-01-12  2:23   ` Alexei Starovoitov
2023-01-12  9:29     ` Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 05/15] selftests/xsk: remove unused variable outstanding_tx Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 06/15] selftests/xsk: add debug option for creating netdevs Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 07/15] selftests/xsk: replace asm acquire/release implementations Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 08/15] selftests/xsk: remove namespaces Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 09/15] selftests/xsk: load and attach XDP program only once per mode Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 10/15] selftests/xsk: remove unnecessary code in control path Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 11/15] selftests/xsk: get rid of built-in XDP program Magnus Karlsson
2023-01-12  2:16   ` Alexei Starovoitov
2023-01-11  9:35 ` [PATCH bpf-next v3 12/15] selftests/xsk: add test when some packets are XDP_DROPed Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 13/15] selftests/xsk: merge dual and single thread dispatchers Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 14/15] selftests/xsk: automatically restore packet stream Magnus Karlsson
2023-01-11  9:35 ` [PATCH bpf-next v3 15/15] selftests/xsk: automatically switch XDP programs Magnus Karlsson
2023-01-12  2:30 ` 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=167349062577.27632.8804687487948517842.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=jonathan.lemon@gmail.com \
    --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=sdf@google.com \
    --cc=song@kernel.org \
    --cc=tirthendu.sarkar@intel.com \
    --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