app/testpmd: new commands for syn filter
authorJingjing Wu <jingjing.wu@intel.com>
Wed, 11 Feb 2015 07:51:48 +0000 (15:51 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 22 Feb 2015 02:09:04 +0000 (03:09 +0100)
commit9df58d413ae236c68bcdd3963d5fcd63058c13ab
treefc0a2730afe35c06877ae6332aa95277d7aaa97a
parentafad6c82c6e8132e50d188cd6de30e96b6fc417b
app/testpmd: new commands for syn filter

Following commands of syn filter are removed:
  - add_syn_filter (port_id) priority (high|low) queue (queue_id)
  - remove_syn_filter (port_id)
  - get_syn_filter (port_id)
New command is added for syn filter by using filter_ctrl API and new
syn filter structure:
  - syn_filter (port_id) (add|del) priority (high|low) queue (queue_id)

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
app/test-pmd/cmdline.c
app/test-pmd/config.c
doc/guides/testpmd_app_ug/testpmd_funcs.rst