Re: [dpdk-dev] [PATCH v5 00/17] net/i40e: consistent filter API

2017-01-03 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Wednesday, January 4, 2017 11:23 AM > To: Wu, Jingjing ; Zhang, Helin > Cc: dev@dpdk.org > Subject: [PATCH v5 00/17] net/i40e: consistent filter API > > The patch set depends on Adrien's Generic flow API(rte_flow). > > The patches mainl

[dpdk-dev] [PATCH v5 00/17] net/i40e: consistent filter API

2017-01-03 Thread Beilei Xing
The patch set depends on Adrien's Generic flow API(rte_flow). The patches mainly finish following functions: 1) Store and restore all kinds of filters. 2) Parse all kinds of filters. 3) Add flow validate function. 4) Add flow create function. 5) Add flow destroy function. 6) Add flow flush functio