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

2017-03-03 Thread Wiles, Keith
> On Mar 3, 2017, at 4:45 AM, Pascal Mazon wrote: > > 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

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

2017-03-03 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