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

2017-03-21 Thread Wiles, Keith
> On Mar 15, 2017, at 9:54 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 earl

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

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