]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/testpmd_app_ug/run_app.rst
app/testpmd: change hairpin queues setup
[dpdk.git] / doc / guides / testpmd_app_ug / run_app.rst
index ec085c298ff7e65beba94ed80afcf19563c33a08..d3ee59deaeffcdec2ab3917fa63cc227a3f6b707 100644 (file)
@@ -503,3 +503,11 @@ The command line options are:
 *   ``--record-burst-stats``
 
     Enable display of RX and TX burst stats.
+
+*   ``--hairpin-mode=0xXX``
+
+    Set the hairpin port mode with bitmask, only valid when hairpin queues number is set.
+    bit 4 - explicit Tx flow rule
+    bit 1 - two hairpin ports paired
+    bit 0 - two hairpin ports loop
+    The default value is 0. Hairpin will use single port mode and implicit Tx flow mode.