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

2017-03-23 Thread Ferruh Yigit
On 3/23/2017 8:33 AM, Pascal Mazon wrote: > This series adds 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 stac

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

2017-03-23 Thread Pascal Mazon
This series adds 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 action