From: Paul Vinciguerra Date: Fri, 1 Nov 2019 02:34:30 +0000 (-0400) Subject: docs: Add list of nodes for 'trace add' X-Git-Tag: v20.09-rc0~444 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F23165%2F4;p=vpp.git docs: Add list of nodes for 'trace add' (provided by Andrew/Damjan: git grep -h -B20 VLIB_NODE_FLAG_TRACE_SUPPORTED | grep VLIB_REGISTER_NODE | awk -F [\(\),] '{print $2 }' | sed 's/_/-/g' | sort |sed 's/-node//' ) Type: docs Change-Id: I4a58fe5ed6bb3598551482ea1c5f16e502cbd6a7 Signed-off-by: Paul Vinciguerra --- diff --git a/docs/gettingstarted/progressivevpp/traces.rst b/docs/gettingstarted/progressivevpp/traces.rst index b8238db2cd8..df520dcfc73 100644 --- a/docs/gettingstarted/progressivevpp/traces.rst +++ b/docs/gettingstarted/progressivevpp/traces.rst @@ -44,6 +44,28 @@ Add Trace vpp# trace add af-packet-input 10 +The following list of nodes are supported under trace add: + +* af-packet-input +* avf-input +* bond-process +* dpdk-crypto-input +* dpdk-input +* handoff-trace +* ixge-input +* memif-input +* mrvl-pp2-input +* netmap-input +* p2p-ethernet-input +* pg-input +* punt-socket-rx +* rdma-input +* session-queue +* tuntap-rx +* vhost-user-input +* virtio-input +* vmxnet3-input + Ping from Host to VPP ----------------------