Skip to content

Test bpf_xdp_pull_data draft #9500

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

Open
wants to merge 5 commits into
base: bpf-next_base
Choose a base branch
from

Conversation

ameryhung
Copy link
Contributor

No description provided.

Extend bpf_xdp_shrink_data() to be able to handle shrinking an xdp
fragment from both head and tail. In a later patch, bpf_xdp_pull_data()
will shrink a xdp fragment from the head.

Signed-off-by: Amery Hung <[email protected]>
Allow xdp linear data that were pulled by bpf_xdp_pull_data to be read

Add bpf_xdp_pull_data to the special kfunc list instead of introducing
a new KF_PKT_CHANGING until there are more kfuncs changing packet data.

Signed-off-by: Amery Hung <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant