[dpdk-dev] [PATCH v2 0/2] new filter APIs definition

Jingjing Wu jingjing.wu at intel.com
Mon Oct 20 07:40:31 CEST 2014


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



More information about the dev mailing list