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

[Enhancement] BPF unit test #522

Closed
jschwinger233 opened this issue May 23, 2024 · 2 comments · Fixed by #671
Closed

[Enhancement] BPF unit test #522

jschwinger233 opened this issue May 23, 2024 · 2 comments · Fixed by #671
Assignees
Labels
bpf ci enhancement New feature or request good first issue Good for newcomers

Comments

@jschwinger233
Copy link
Member

Improvement Suggestion

Let's test the important route() function in bpf.

Potential Benefits

If we are changing something regarding route(), e.g. using bpf_tailcall instead of bpf2bpf to lift limit of verifier complexity, it's better we have this core function covered.

@jschwinger233 jschwinger233 added enhancement New feature or request good first issue Good for newcomers ci bpf labels May 23, 2024
@dae-prow
Copy link
Contributor

dae-prow bot commented May 23, 2024

Thanks for opening this issue!

@jschwinger233 jschwinger233 self-assigned this Jun 16, 2024
@jschwinger233
Copy link
Member Author

Just self-assigned this. Really wanna cover the intimidating route() bpf function in CI test before we add more flavors into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bpf ci enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant