From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingjing Wu Subject: [PATCH v2 6/6] doc: commands changed in testpmd_funcs for syn filter Date: Wed, 11 Feb 2015 15:51:50 +0800 Message-ID: <1423641110-658-7-git-send-email-jingjing.wu@intel.com> References: <1420681358-24809-1-git-send-email-zhida.zang@intel.com> <1423641110-658-1-git-send-email-jingjing.wu@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1423641110-658-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" document of new command: - syn_filter (port_id) (add|del) priority (high|low) queue (queue_id) Signed-off-by: Jingjing Wu --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 30 ++++------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 218835a..393cbea 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1550,12 +1550,12 @@ Example: protocol: 0x06 mask: 1 priority: 3 flags: 0x00 queue: 3 -add_syn_filter +syn_filter ~~~~~~~~~~~~~~ -Add SYN filter, which can forward TCP packets whose *SYN* flag is set into a separate queue. +By SYN filter, TCP packets whose *SYN* flag is set can be forwarded to a separate queue. -add_syn_filter (port_id) priority (high|low) queue (queue_id) +syn_filter (port_id) (add|del) priority (high|low) queue (queue_id) The available information parameters are: @@ -1571,29 +1571,7 @@ Example: .. code-block:: console - testpmd> add_syn_filter 0 priority high queue 3, - -remove_syn_filter -~~~~~~~~~~~~~~~~~ - -Remove SYN filter - -remove_syn_filter (port_id) - -get_syn_filter -~~~~~~~~~~~~~~ - -Get and display SYN filter - -get_syn_filter (port_id) - -Example: - -.. code-block:: console - - testpmd> get_syn_filter 0 - - syn filter: on, priority: high, queue: 3 + testpmd> syn_filter 0 add priority high queue 3 add_flex_filter ~~~~~~~~~~~~~~~ -- 1.9.3