-
Notifications
You must be signed in to change notification settings - Fork 183
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
Support dumping skb hash #502
Comments
Hi Daniel, I don't think we should add more output options to pwru in order to output skb meta data. With the PR #499, we're able to filter skb/xdp meta data by Then, like this PR, it's better to output skb meta data by The expected result would be After the PR #499 getting merged, I'll try to implement |
I just checked,
There are two issues:
|
Extend pwru to support duming:
It would be useful to see this meta data at each traced function.
For example, packet comes in from HW/NIC, gets into Cilium, is rewritten (K8s services) and pushed via tunnel device to a backend. It would be useful to analyze the skb hash at each of these stages.
The text was updated successfully, but these errors were encountered: