Re: [dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API

2017-06-12 Thread Ferruh Yigit
On 6/12/2017 7:48 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. > > v2

[dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API

2017-06-11 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 warning rebase patch set v3 chan

[dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API

2017-06-11 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 warning rebase patch set v3 chan

[dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API

2017-06-08 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 warning rebase patch set v3 chan

[dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API

2017-06-01 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 warning rebase patch set zhao we

Re: [dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API

2017-05-30 Thread Zhao1, Wei
Hi, Ferruh > -Original Message- > From: Yigit, Ferruh > Sent: Monday, May 29, 2017 7:01 PM > To: Zhao1, Wei ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API > > On 5/23/2017 8:12 AM, Wei Zhao wrote: > > The patches mainly

Re: [dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API

2017-05-29 Thread Ferruh Yigit
On 5/23/2017 8:12 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. > > zha

[dpdk-dev] [PATCH 00/11] net/e1000: Consistent filter API

2017-05-23 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. zhao wei (11): net/e1000: store and restore TCP SYN filte