bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net,
	andrii@kernel.org, netdev@vger.kernel.org,
	magnus.karlsson@intel.com, bjorn@kernel.org, toke@kernel.org,
	kuba@kernel.org, horms@kernel.org, tirthendu.sarkar@intel.com
Subject: Re: [PATCH v7 bpf-next 00/24] xsk: multi-buffer support
Date: Wed, 19 Jul 2023 17:10:26 +0000	[thread overview]
Message-ID: <168978662615.29125.14969531440674735433.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230719132421.584801-1-maciej.fijalkowski@intel.com>

Hello:

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

On Wed, 19 Jul 2023 15:23:57 +0200 you wrote:
> v6->v7:
> - rebase...[Alexei]
> 
> v5->v6:
> - update bpf_xdp_query_opts__last_field in patch 10 [Alexei]
> 
> v4->v5:
> - align options argument size to match options from xdp_desc [Benjamin]
> - cleanup skb from xdp_sock on socket termination [Toke]
> - introduce new netlink attribute for letting user space know about Tx
>   frag limit; this substitutes xdp_features flag previously dedicated
>   for setting ZC multi-buffer support [Toke, Jakub]
> - include i40e ZC multi-buffer support
> - enable TOO_MANY_FRAGS for ZC on xskxceiver; this is now possible due
>   to netlink attribute mentioned two bullets above
> 
> [...]

Here is the summary with links:
  - [v7,bpf-next,01/24] xsk: prepare 'options' in xdp_desc for multi-buffer use
    https://git.kernel.org/bpf/bpf-next/c/63a64a56bc3f
  - [v7,bpf-next,02/24] xsk: introduce XSK_USE_SG bind flag for xsk socket
    https://git.kernel.org/bpf/bpf-next/c/81470b5c3c66
  - [v7,bpf-next,03/24] xsk: prepare both copy and zero-copy modes to co-exist
    https://git.kernel.org/bpf/bpf-next/c/556444c4e683
  - [v7,bpf-next,04/24] xsk: move xdp_buff's data length check to xsk_rcv_check
    https://git.kernel.org/bpf/bpf-next/c/faa91b839b09
  - [v7,bpf-next,05/24] xsk: add support for AF_XDP multi-buffer on Rx path
    https://git.kernel.org/bpf/bpf-next/c/804627751b42
  - [v7,bpf-next,06/24] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
    https://git.kernel.org/bpf/bpf-next/c/b7f72a30e9ac
  - [v7,bpf-next,07/24] xsk: allow core/drivers to test EOP bit
    https://git.kernel.org/bpf/bpf-next/c/1b725b0c8163
  - [v7,bpf-next,08/24] xsk: add support for AF_XDP multi-buffer on Tx path
    https://git.kernel.org/bpf/bpf-next/c/cf24f5a5feea
  - [v7,bpf-next,09/24] xsk: discard zero length descriptors in Tx path
    https://git.kernel.org/bpf/bpf-next/c/07428da9e25a
  - [v7,bpf-next,10/24] xsk: add new netlink attribute dedicated for ZC max frags
    https://git.kernel.org/bpf/bpf-next/c/13ce2daa259a
  - [v7,bpf-next,11/24] xsk: support mbuf on ZC RX
    https://git.kernel.org/bpf/bpf-next/c/24ea50127ecf
  - [v7,bpf-next,12/24] ice: xsk: add RX multi-buffer support
    https://git.kernel.org/bpf/bpf-next/c/1bbc04de607b
  - [v7,bpf-next,13/24] i40e: xsk: add RX multi-buffer support
    https://git.kernel.org/bpf/bpf-next/c/1c9ba9c14658
  - [v7,bpf-next,14/24] xsk: support ZC Tx multi-buffer in batch API
    https://git.kernel.org/bpf/bpf-next/c/d5581966040f
  - [v7,bpf-next,15/24] ice: xsk: Tx multi-buffer support
    https://git.kernel.org/bpf/bpf-next/c/eeb2b5381038
  - [v7,bpf-next,16/24] i40e: xsk: add TX multi-buffer support
    https://git.kernel.org/bpf/bpf-next/c/a92b96c4ae10
  - [v7,bpf-next,17/24] xsk: add multi-buffer documentation
    https://git.kernel.org/bpf/bpf-next/c/49ca37d0d825
  - [v7,bpf-next,18/24] selftests/xsk: transmit and receive multi-buffer packets
    https://git.kernel.org/bpf/bpf-next/c/17f1034dd76d
  - [v7,bpf-next,19/24] selftests/xsk: add basic multi-buffer test
    https://git.kernel.org/bpf/bpf-next/c/f540d44e05cf
  - [v7,bpf-next,20/24] selftests/xsk: add unaligned mode test for multi-buffer
    https://git.kernel.org/bpf/bpf-next/c/1005a226da9a
  - [v7,bpf-next,21/24] selftests/xsk: add invalid descriptor test for multi-buffer
    https://git.kernel.org/bpf/bpf-next/c/697604492b64
  - [v7,bpf-next,22/24] selftests/xsk: add metadata copy test for multi-buff
    https://git.kernel.org/bpf/bpf-next/c/f80ddbec4762
  - [v7,bpf-next,23/24] selftests/xsk: add test for too many frags
    https://git.kernel.org/bpf/bpf-next/c/807bf4da2049
  - [v7,bpf-next,24/24] selftests/xsk: reset NIC settings to default after running test suite
    https://git.kernel.org/bpf/bpf-next/c/3666bccab43a

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-07-19 17:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-19 13:23 [PATCH v7 bpf-next 00/24] xsk: multi-buffer support Maciej Fijalkowski
2023-07-19 13:23 ` [PATCH v7 bpf-next 01/24] xsk: prepare 'options' in xdp_desc for multi-buffer use Maciej Fijalkowski
2023-07-19 13:23 ` [PATCH v7 bpf-next 02/24] xsk: introduce XSK_USE_SG bind flag for xsk socket Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 03/24] xsk: prepare both copy and zero-copy modes to co-exist Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 04/24] xsk: move xdp_buff's data length check to xsk_rcv_check Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 05/24] xsk: add support for AF_XDP multi-buffer on Rx path Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 06/24] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 07/24] xsk: allow core/drivers to test EOP bit Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 08/24] xsk: add support for AF_XDP multi-buffer on Tx path Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 09/24] xsk: discard zero length descriptors in " Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 11/24] xsk: support mbuf on ZC RX Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 12/24] ice: xsk: add RX multi-buffer support Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 13/24] i40e: " Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 14/24] xsk: support ZC Tx multi-buffer in batch API Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 15/24] ice: xsk: Tx multi-buffer support Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 16/24] i40e: xsk: add TX " Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 17/24] xsk: add multi-buffer documentation Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 18/24] selftests/xsk: transmit and receive multi-buffer packets Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 19/24] selftests/xsk: add basic multi-buffer test Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 20/24] selftests/xsk: add unaligned mode test for multi-buffer Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 21/24] selftests/xsk: add invalid descriptor " Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 22/24] selftests/xsk: add metadata copy test for multi-buff Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 23/24] selftests/xsk: add test for too many frags Maciej Fijalkowski
2023-07-19 13:24 ` [PATCH v7 bpf-next 24/24] selftests/xsk: reset NIC settings to default after running test suite Maciej Fijalkowski
2023-07-19 17:10 ` 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=168978662615.29125.14969531440674735433.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=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=maciej.fijalkowski@intel.com \
    --cc=magnus.karlsson@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=tirthendu.sarkar@intel.com \
    --cc=toke@kernel.org \
    /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 NNTP newsgroup(s).