numam-dpdk/doc
Jingjing Wu a47ce91502 app/testpmd: new commands for flex filter
Following commands of flex filter are removed:
  - add_flex_filter (port_id) len (len_value) bytes (bytes_string) mask (mask_value)
    priority (prio_value) queue (queue_id)
  - remove_flex_filter (port_id) index (idx)
  - get_flex_filter (port_id) index (idx)
New command is added for flex filter by using filter_ctrl API and new flex filter structure:
  - flex_filter (port_id) (add|del) len (len_value) bytes (bytes_value) mask (mask_value)
    priority (prio_value) queue (queue_id)

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2015-02-22 02:53:29 +01:00
..
api eal: split atomic operations to architecture specific 2014-11-05 22:18:31 +01:00
guides app/testpmd: new commands for flex filter 2015-02-22 02:53:29 +01:00
build-sdk-quick.txt config: rename "default" configurations as "native" 2014-05-21 16:25:06 +02:00