Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xdp: Add drv_priv pointer to struct xdp_buff #4090

Closed
wants to merge 3 commits into from

Conversation

kernel-patches-bot
Copy link

Pull request for series with
subject: xdp: Add drv_priv pointer to struct xdp_buff
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=698554

@kernel-patches-bot
Copy link
Author

Upstream branch: 8a2162a
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=698554
version: 1

@kernel-patches-bot
Copy link
Author

Upstream branch: 2fcc608
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=698554
version: 1

@kernel-patches-bot
Copy link
Author

Upstream branch: 8ac88ee
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=698554
version: 1

@kernel-patches-bot
Copy link
Author

Upstream branch: beb3d47
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=698554
version: 1

This allows drivers to add more context data to the xdp_buff object, which
they can use for metadata kfunc implementations.

Cc: John Fastabend <john.fastabend@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Martin KaFai Lau <martin.lau@linux.dev>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Willem de Bruijn <willemb@google.com>
Cc: Jesper Dangaard Brouer <brouer@redhat.com>
Cc: Anatoly Burakov <anatoly.burakov@intel.com>
Cc: Alexander Lobakin <alexandr.lobakin@intel.com>
Cc: Magnus Karlsson <magnus.karlsson@gmail.com>
Cc: Maryam Tahhan <mtahhan@redhat.com>
Cc: Stanislav Fomichev <sdf@google.com>
Cc: xdp-hints@xdp-project.net
Cc: netdev@vger.kernel.org
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
@kernel-patches-bot
Copy link
Author

Upstream branch: c742cb7
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=698554
version: 1

Support RX hash and timestamp metadata kfuncs. We need to pass in the cqe
pointer to the mlx5e_skb_from* functions so it can be retrieved from the
XDP ctx to do this.

Cc: John Fastabend <john.fastabend@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Martin KaFai Lau <martin.lau@linux.dev>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Willem de Bruijn <willemb@google.com>
Cc: Jesper Dangaard Brouer <brouer@redhat.com>
Cc: Anatoly Burakov <anatoly.burakov@intel.com>
Cc: Alexander Lobakin <alexandr.lobakin@intel.com>
Cc: Magnus Karlsson <magnus.karlsson@gmail.com>
Cc: Maryam Tahhan <mtahhan@redhat.com>
Cc: Stanislav Fomichev <sdf@google.com>
Cc: xdp-hints@xdp-project.net
Cc: netdev@vger.kernel.org
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
@kernel-patches-bot
Copy link
Author

At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=698554 irrelevant now. Closing PR.

@kernel-patches-bot kernel-patches-bot deleted the series/698554=>bpf-next branch November 23, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants