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] Troubeshooting tools #2

Closed
linglilongyi opened this issue Jul 23, 2024 · 0 comments
Closed

[Enhancement] Troubeshooting tools #2

linglilongyi opened this issue Jul 23, 2024 · 0 comments
Assignees

Comments

@linglilongyi
Copy link
Owner

linglilongyi commented Jul 23, 2024

solution 1:
save bpf event before formatting until get free
solution 2:
save bpf events in kernel as a map of u64 to arraies, push them into user mode when the skb is free by kernel.

input &ev
save them until __kfree_skb()
reference: https://sigma-star.at/blog/2023/11/ftrace-skb-drop/

bpf_ringbuf_output(&events, &ev, sizeof(ev), 0);

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

No branches or pull requests

1 participant