Adds TRACE_TO_NETWORK obs label and trace pkts in to-netdev prog.#12245
Adds TRACE_TO_NETWORK obs label and trace pkts in to-netdev prog.#12245qmonnet merged 1 commit intocilium:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
test-me-please |
gandro
left a comment
There was a problem hiding this comment.
Thanks for the PR! I do have some concerns about API compatibility, both with regards to Hubble (where this is a breaking API change which is not allowed) and with regards to the cilium monitor socket (where I do not know our compatibility policy).
This comment has been minimized.
This comment has been minimized.
ddb8e21 to
ab1b75a
Compare
|
@Weil0ng FYI, the BPF checkpatch GitHub Action is failing here, but I don't think you need to fix it. It is not required, would require a lot more line changes than you PR currently has, and you didn't introduce it. |
Signed-off-by: Weilong Cui <cuiwl@google.com>
|
test-me-please |
|
K8s-1.11-Kernel-netnext seems to be failing for reasons irrelevant to this PR? |
Looks like it. I checked the logs for that failure and couldn't find anything wierd or indicate this PR was to blame, so I opened #12491 with all necessary information to track it. I'll now restart just the net-next build to double check it's just a flake. |
|
retest-net-next |
|
There are several reviews on all touched code areas and the required tests are passing (+GKE only has the usual failures). I'm marking as ready to merge. |
This adds TRACE_TO_NETWORK label in the datapath and starts tracing pkts going out in to-netdev prog.
Fixes: #12084
Signed-off-by: Weilong Cui cuiwl@google.com