docs: Add list of nodes for 'trace add' 65/23165/4
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 1 Nov 2019 02:34:30 +0000 (22:34 -0400)
committerDave Barach <openvpp@barachs.net>
Mon, 9 Mar 2020 11:35:05 +0000 (11:35 +0000)
(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 <pvinci@vinciconsulting.com>
docs/gettingstarted/progressivevpp/traces.rst

index b8238db..df520dc 100644 (file)
@@ -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
 ----------------------