app/testpmd: add command for single flow dump
[dpdk.git] / doc / guides / testpmd_app_ug / testpmd_funcs.rst
index 5785e94..72667de 100644 (file)
@@ -3335,7 +3335,11 @@ following sections.
 
 - Dump internal representation information of all flows in hardware::
 
-   flow dump {port_id} {output_file}
+   flow dump {port_id} all {output_file}
+
+  for one flow::
+
+   flow dump {port_id} rule {rule_id} {output_file}
 
 - List and destroy aged flow rules::