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

2017-01-18 Thread Thomas Monjalon
2017-01-13 15:54, Ferruh Yigit: > On 1/13/2017 8:12 AM, Wei Zhao wrote: > > zhao wei (18): > > net/ixgbe: store TCP SYN filter > > net/ixgbe: store flow director filter > > net/ixgbe: store L2 tunnel filter > > net/ixgbe: restore n-tuple filter > > net/ixgbe: restore ether type filter > >

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

2017-01-14 Thread Lu, Wenzhuo
Hi Ferruh, > Series applied to dpdk-next-net/master, thanks. Great, thanks for applying this patch set!

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

2017-01-13 Thread Ferruh Yigit
On 1/13/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. > <...>