[dpdk-dev] [PATCH v3 4/4] doc: add description of raw flow type in flow director in testpmd

Kirill Rybalchenko kirill.rybalchenko at intel.com
Thu Oct 5 22:52:51 CEST 2017


v3:
Add description of raw flow type mode for flow_director_filter
command in testpmd.

Signed-off-by: Kirill Rybalchenko <kirill.rybalchenko at intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index aeef3e1..434b4b5 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -2193,6 +2193,10 @@ Different NICs may have different capabilities, command show port fdir (port_id)
                         flexbytes (flexbytes_value) (drop|fwd) \
                         queue (queue_id) fd_id (fd_id_value)
 
+   flow_director_filter (port_id) mode raw (add|del|update) \
+                        flow (flow_id) flexbytes (flexbytes_value) (drop|fwd) \
+                        pf|vf(vf_id) queue (queue_id) fd_id (fd_id_value)
+
 For example, to add an ipv4-udp flow type filter::
 
    testpmd> flow_director_filter 0 mode IP add flow ipv4-udp src 2.2.2.3 32 \
-- 
2.5.5



More information about the dev mailing list