Re: [dpdk-dev] [PATCH v2 0/4] net/tap: support flow API

2017-03-07 Thread Wiles, Keith
> On Mar 7, 2017, at 9:05 AM, Pascal Mazon wrote: > > Hi Keith, > > I'm working on a v3 for that series: > > - I added info regarding flow API support in tap.rst doc > - I fixed support for kernels where flower/vlan was not supported. > > Do you have any other remarks, or can I send the v3 (h

Re: [dpdk-dev] [PATCH v2 0/4] net/tap: support flow API

2017-03-07 Thread Pascal Mazon
Hi Keith, I'm working on a v3 for that series: - I added info regarding flow API support in tap.rst doc - I fixed support for kernels where flower/vlan was not supported. Do you have any other remarks, or can I send the v3 (hopefully ok for integration)? I'll send a v2 for the latest series (in

[dpdk-dev] [PATCH v2 0/4] net/tap: support flow API

2017-03-06 Thread Pascal Mazon
This series add support for the flow API in tap PMD. It enables filtering specific packets incoming on the tap netdevice, to process only desired ones. Under the hood, it uses kernel TC (traffic control), which takes place very early in the stack, and supports most common pattern items and actions