igb: migrate ntuple filter to new API
authorJingjing Wu <jingjing.wu@intel.com>
Tue, 10 Feb 2015 04:48:30 +0000 (12:48 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 22 Feb 2015 03:04:53 +0000 (04:04 +0100)
commitfdaa76971a738c51fa3cb82111e92c259e1013d0
treec3184124d3256106579a2450f7c8ce0f8a6f9024
parent5e4944a1d6a001089982b7b035f187b29dfed0a7
igb: migrate ntuple filter to new API

This patch defines new functions dealing with ntuple filters which is
corresponding to 2tuple filter for 82580 and i350 in HW, and to 5tuple
filter for 82576 in HW.
It removes old functions which deal with 2tuple and 5tuple filters in igb driver.
Ntuple filter is dealt with through entrance eth_igb_filter_ctrl.

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
lib/librte_pmd_e1000/e1000_ethdev.h
lib/librte_pmd_e1000/igb_ethdev.c