All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tushar Vyavahare <tushar.vyavahare@intel.com>
Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, bjorn@kernel.org,
	magnus.karlsson@intel.com, maciej.fijalkowski@intel.com,
	jonathan.lemon@gmail.com, davem@davemloft.net, kuba@kernel.org,
	pabeni@redhat.com, ast@kernel.org, daniel@iogearbox.net,
	tirthendu.sarkar@intel.com
Subject: Re: [PATCH bpf-next v3 0/8] Add a test for SHARED_UMEM feature
Date: Wed, 04 Oct 2023 13:40:30 +0000	[thread overview]
Message-ID: <169642683021.23579.808775840588074841.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230927135241.2287547-1-tushar.vyavahare@intel.com>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Wed, 27 Sep 2023 19:22:33 +0530 you wrote:
> Implement a test for the SHARED_UMEM feature in this patch set and make
> necessary changes/improvements. Ensure that the framework now supports
> different streams for different sockets.
> 
> v2->v3
> - Set the sock_num at the end of the while loop.
> - Declare xsk at the top of the while loop.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v3,1/8] selftests/xsk: move pkt_stream to the xsk_socket_info
    https://git.kernel.org/bpf/bpf-next/c/8367eb954e24
  - [bpf-next,v3,2/8] selftests/xsk: rename xsk_xdp_metadata.h to xsk_xdp_common.h
    https://git.kernel.org/bpf/bpf-next/c/93ba11247907
  - [bpf-next,v3,3/8] selftests/xsk: move src_mac and dst_mac to the xsk_socket_info
    https://git.kernel.org/bpf/bpf-next/c/985fd2145a29
  - [bpf-next,v3,4/8] selftests/xsk: iterate over all the sockets in the receive pkts function
    https://git.kernel.org/bpf/bpf-next/c/8913e653e9b8
  - [bpf-next,v3,5/8] selftests/xsk: remove unnecessary parameter from pkt_set() function call
    https://git.kernel.org/bpf/bpf-next/c/46e43786cc60
  - [bpf-next,v3,6/8] selftests/xsk: iterate over all the sockets in the send pkts function
    https://git.kernel.org/bpf/bpf-next/c/fd0815ae9b8a
  - [bpf-next,v3,7/8] selftests/xsk: modify xsk_update_xskmap() to accept the index as an argument
    https://git.kernel.org/bpf/bpf-next/c/fc2cb86495da
  - [bpf-next,v3,8/8] selftests/xsk: add a test for shared umem feature
    https://git.kernel.org/bpf/bpf-next/c/6d198a89c004

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-10-04 13:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27 13:52 [PATCH bpf-next v3 0/8] Add a test for SHARED_UMEM feature Tushar Vyavahare
2023-09-27 13:52 ` [PATCH bpf-next v3 1/8] selftests/xsk: move pkt_stream to the xsk_socket_info Tushar Vyavahare
2023-09-27 13:52 ` [PATCH bpf-next v3 2/8] selftests/xsk: rename xsk_xdp_metadata.h to xsk_xdp_common.h Tushar Vyavahare
2023-09-27 13:52 ` [PATCH bpf-next v3 3/8] selftests/xsk: move src_mac and dst_mac to the xsk_socket_info Tushar Vyavahare
2023-09-27 13:52 ` [PATCH bpf-next v3 4/8] selftests/xsk: iterate over all the sockets in the receive pkts function Tushar Vyavahare
2023-09-27 13:52 ` [PATCH bpf-next v3 5/8] selftests/xsk: remove unnecessary parameter from pkt_set() function call Tushar Vyavahare
2023-09-27 13:52 ` [PATCH bpf-next v3 6/8] selftests/xsk: iterate over all the sockets in the send pkts function Tushar Vyavahare
2023-09-27 13:52 ` [PATCH bpf-next v3 7/8] selftests/xsk: modify xsk_update_xskmap() to accept the index as an argument Tushar Vyavahare
2023-09-27 13:52 ` [PATCH bpf-next v3 8/8] selftests/xsk: add a test for shared umem feature Tushar Vyavahare
2023-10-04 13:17 ` [PATCH bpf-next v3 0/8] Add a test for SHARED_UMEM feature Magnus Karlsson
2023-10-04 13:40 ` 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=169642683021.23579.808775840588074841.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=ast@kernel.org \
    --cc=bjorn@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=jonathan.lemon@gmail.com \
    --cc=kuba@kernel.org \
    --cc=maciej.fijalkowski@intel.com \
    --cc=magnus.karlsson@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=tirthendu.sarkar@intel.com \
    --cc=tushar.vyavahare@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.