Re: [dpdk-dev] [PATCH v5 00/18] net/ixgbe: Consistent filter API

2017-01-12 Thread Dai, Wei
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xing, Beilei > Sent: Thursday, January 12, 2017 7:39 PM > To: Zhao1, Wei ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 00/18] net/ixgbe: Consistent filter API > > > > -Original

Re: [dpdk-dev] [PATCH v5 00/18] net/ixgbe: Consistent filter API

2017-01-12 Thread Ferruh Yigit
Hi Wei, On 1/12/2017 9:17 AM, Wei Zhao wrote: > 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 function.

Re: [dpdk-dev] [PATCH v5 00/18] net/ixgbe: Consistent filter API

2017-01-12 Thread Xing, Beilei
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wei Zhao > Sent: Thursday, January 12, 2017 5:17 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v5 00/18] net/ixgbe: Consistent filter API > > The patches mainly finish following func

[dpdk-dev] [PATCH v5 00/18] net/ixgbe: Consistent filter API

2017-01-12 Thread Wei Zhao
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 function. v2 changes: fix git log error Modify some function call r