Re: [vpp-dev] per-node tracing

2019-10-31 Thread Damjan Marion via Lists.Fd.Io
$ git grep -h -B20 VLIB_NODE_FLAG_TRACE_SUPPORTED | grep VLIB_REGISTER_NODE VLIB_REGISTER_NODE (avf_input_node) = { VLIB_REGISTER_NODE (dpdk_input_node) = { VLIB_REGISTER_NODE (dpdk_crypto_input_node) = VLIB_REGISTER_NODE (ixge_input_node, static) = { VLIB_REGISTER_NODE (mrvl_pp2_input_node) = {

Re: [vpp-dev] per-node tracing

2019-10-31 Thread Andrew Yourtchenko
grep for VLIB_NODE_FLAG_TRACE_SUPPORTED Cf: Damjan’s commit 29dc11bd --a > On 31 Oct 2019, at 16:45, Paul Vinciguerra wrote: > >  > Is there some simple way to identify the nodes that are supported under trace > add? > > > trace add: node 'ethernet-input' doesn't support per-node tracing.

[vpp-dev] per-node tracing

2019-10-31 Thread Paul Vinciguerra
Is there some simple way to identify the nodes that are supported under trace add? trace add: node 'ethernet-input' doesn't support per-node tracing. There may be another way to initiate trace on this node. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply