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)
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>

No differences found