aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-10-31 22:34:30 -0400
committerDave Barach <openvpp@barachs.net>2020-03-09 11:35:05 +0000
commit262971e7830413c58b9b45965f799f540e634437 (patch)
treee99d5f32e5932ebab2b33a07a79b1d0458de9590 /docs
parentfa95842462af583d7e0842d02df0e2a19934c0fc (diff)
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 <pvinci@vinciconsulting.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/gettingstarted/progressivevpp/traces.rst22
1 files changed, 22 insertions, 0 deletions
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
----------------------