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

Add minimal ebpf support for discontiguous frames #518

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

mtfriesen
Copy link
Contributor

Resolves #514

N.B. The second step of the task was to match Linux behavior based on a new flag, but ebpf-for-windows does not yet support such flags. That follow-up is now separately being tracked by #517

@mtfriesen mtfriesen requested a review from a team as a code owner May 23, 2024 20:19
@mtfriesen mtfriesen added the ebpf label May 23, 2024
@mtfriesen mtfriesen added this to the Release 1.1 milestone May 23, 2024
saxena-anurag
saxena-anurag previously approved these changes May 25, 2024
src/xdp/program.c Show resolved Hide resolved
shankarseal
shankarseal previously approved these changes May 30, 2024
@mtfriesen
Copy link
Contributor Author

Waiting to complete this PR until #526 is resolved.

@mtfriesen mtfriesen added the feature request New feature or request label Jun 13, 2024
@mtfriesen mtfriesen dismissed stale reviews from shankarseal and saxena-anurag via 40d7ce1 June 13, 2024 14:57
@mtfriesen mtfriesen enabled auto-merge (squash) June 13, 2024 14:58
@mtfriesen mtfriesen merged commit 55dbd46 into main Jun 13, 2024
11 of 20 checks passed
@mtfriesen mtfriesen deleted the mtfriesen/ebpf_discontiguous branch June 13, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ebpf feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow eBPF to inspect discontiguous frames
4 participants