Hi, We have a custom graph node that receives packets from udp graph node and we would like to trace packets pertaining to a specific 5-tuple flow from our custom graph node point onwards.
Does following steps really possible to achieve for this functionality ? 1. Make the custom-graph node to enable tracing by usingĀ VLIB_BUFFER_TRACE_TRAJECTORY_INIT 2. add CLI option to give the 5-tuple data 3. Based on the give 5-tuple data, store this in the custom graph node 4. compare the packet with the 5-tuple data, and mark the buffer to be traced. 5. now onwards , all the other graph nodes will trace it. Also, what % of impact on the data throughput with VPP tracing ? -- Thanks & Regards, Murthy
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13671): https://lists.fd.io/g/vpp-dev/message/13671 Mute This Topic: https://lists.fd.io/mt/32744859/21656 Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
