> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jingjing Wu > Sent: Thursday, November 13, 2014 8:50 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/2] support ethertype filter on fortville > > From: "jingjing.wu" <jingjing.wu at intel.com> > > The patch set supports ethertype filter on fortville. > > v3 changes: > - redefine the control packet filter to ethertype filter > > v2 changes: > - strip the filter APIs definitions from this patch set > > jingjing.wu (2): > ethdev: new structure of Ethertype Filter for filter_ctrl api > i40e: implement operation to add/delete an ethertype filter > > lib/librte_ether/rte_eth_ctrl.h | 20 ++++++++ > lib/librte_pmd_i40e/i40e_ethdev.c | 99 > +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 119 insertions(+) > > -- > 1.8.1.4
Acked-by: Jijiang Liu <Jijiang.liu at intel.com>