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

2017-01-05 Thread Ferruh Yigit
On 1/5/2017 3:45 PM, Beilei Xing wrote: > 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. >

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

2017-01-05 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