Re: [dpdk-dev] [PATCH v6 4/4] net/tap: add basic flow API patterns and actions

2017-03-22 Thread Ferruh Yigit
On 3/22/2017 9:48 AM, Pascal Mazon wrote: > Supported flow rules are now mapped to TC rules on the tap netdevice. > The netlink message used for creating the TC rule is stored in struct > rte_flow. That way, by simply changing a metadata in it, we can require > for the rule deletion without further

[dpdk-dev] [PATCH v6 4/4] net/tap: add basic flow API patterns and actions

2017-03-22 Thread Pascal Mazon
Supported flow rules are now mapped to TC rules on the tap netdevice. The netlink message used for creating the TC rule is stored in struct rte_flow. That way, by simply changing a metadata in it, we can require for the rule deletion without further parsing. Supported items: - eth: src and dst (wi