From: patchwork-bot+netdevbpf@kernel.org
To: Jesper Dangaard Brouer <brouer@redhat.com>
Cc: bpf@vger.kernel.org, sdf@google.com, toke@redhat.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
martin.lau@kernel.org, ast@kernel.org, daniel@iogearbox.net,
alexandr.lobakin@intel.com, larysa.zaremba@intel.com,
xdp-hints@xdp-project.net, anthony.l.nguyen@intel.com,
yoong.siang.song@intel.com, boon.leong.ong@intel.com,
intel-wired-lan@lists.osuosl.org, pabeni@redhat.com,
jesse.brandeburg@intel.com, kuba@kernel.org, edumazet@google.com,
john.fastabend@gmail.com, hawk@kernel.org, davem@davemloft.net,
tariqt@nvidia.com, saeedm@nvidia.com, leon@kernel.org,
linux-rdma@vger.kernel.org
Subject: [xdp-hints] Re: [PATCH bpf V10 0/6] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
Date: Thu, 13 Apr 2023 20:30:20 +0000 [thread overview]
Message-ID: <168141782039.3934.14068721419146167788.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <168132888942.340624.2449617439220153267.stgit@firesoul>
Hello:
This series was applied to netdev/net.git (main)
by Alexei Starovoitov <ast@kernel.org>:
On Wed, 12 Apr 2023 21:48:30 +0200 you wrote:
> Current API for bpf_xdp_metadata_rx_hash() returns the raw RSS hash value,
> but doesn't provide information on the RSS hash type (part of 6.3-rc).
>
> This patchset proposal is to change the function call signature via adding
> a pointer value argument for providing the RSS hash type.
>
> Patchset also removes all bpf_printk's from xdp_hw_metadata program
> that we expect driver developers to use. Instead counters are introduced
> for relaying e.g. skip and fail info.
>
> [...]
Here is the summary with links:
- [bpf,V10,1/6] selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
https://git.kernel.org/netdev/net/c/e8163b98d96c
- [bpf,V10,2/6] xdp: rss hash types representation
https://git.kernel.org/netdev/net/c/0cd917a4a8ac
- [bpf,V10,3/6] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
https://git.kernel.org/netdev/net/c/67f245c2ec0a
- [bpf,V10,4/6] veth: bpf_xdp_metadata_rx_hash add xdp rss hash type
https://git.kernel.org/netdev/net/c/96b1a098f3db
- [bpf,V10,5/6] mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash type
https://git.kernel.org/netdev/net/c/9123397aeeb4
- [bpf,V10,6/6] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
https://git.kernel.org/netdev/net/c/0f26b74e7d07
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-04-13 20:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-12 19:48 [xdp-hints] " Jesper Dangaard Brouer
2023-04-12 19:48 ` [xdp-hints] [PATCH bpf V10 1/6] selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters Jesper Dangaard Brouer
2023-04-12 19:48 ` [xdp-hints] [PATCH bpf V10 2/6] xdp: rss hash types representation Jesper Dangaard Brouer
2023-04-12 19:48 ` [xdp-hints] [PATCH bpf V10 3/6] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type Jesper Dangaard Brouer
2023-04-12 19:48 ` [xdp-hints] [PATCH bpf V10 4/6] veth: " Jesper Dangaard Brouer
2023-04-12 19:48 ` [xdp-hints] [PATCH bpf V10 5/6] mlx4: " Jesper Dangaard Brouer
2023-04-12 19:49 ` [xdp-hints] [PATCH bpf V10 6/6] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg Jesper Dangaard Brouer
2023-04-13 20: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
List information: https://lists.xdp-project.net/postorius/lists/xdp-hints.xdp-project.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=168141782039.3934.14068721419146167788.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexandr.lobakin@intel.com \
--cc=anthony.l.nguyen@intel.com \
--cc=ast@kernel.org \
--cc=boon.leong.ong@intel.com \
--cc=bpf@vger.kernel.org \
--cc=brouer@redhat.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hawk@kernel.org \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jesse.brandeburg@intel.com \
--cc=john.fastabend@gmail.com \
--cc=kuba@kernel.org \
--cc=larysa.zaremba@intel.com \
--cc=leon@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=martin.lau@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=saeedm@nvidia.com \
--cc=sdf@google.com \
--cc=tariqt@nvidia.com \
--cc=toke@redhat.com \
--cc=xdp-hints@xdp-project.net \
--cc=yoong.siang.song@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox