new filter APIs definition in ethdev define filter_ctrl ops in i40e driver v2 changes: remove OP from the name of filter opeartions add API implementation in i40e. correct comments
Jingjing Wu (2): librte_ether: new filter APIs definition i40e: define filter_ctrl ops in i40e driver lib/librte_ether/Makefile | 1 + lib/librte_ether/rte_eth_ctrl.h | 80 +++++++++++++++++++++++++++++++++++++++ lib/librte_ether/rte_ethdev.c | 32 ++++++++++++++++ lib/librte_ether/rte_ethdev.h | 44 +++++++++++++++++++++ lib/librte_pmd_i40e/i40e_ethdev.c | 63 ++++++++++++++++++++++++++++++ 5 files changed, 220 insertions(+) create mode 100644 lib/librte_ether/rte_eth_ctrl.h -- 1.8.1.4