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

2017-03-21 Thread Ferruh Yigit
On 3/15/2017 2:54 PM, 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 v5 4/4] net/tap: add basic flow API patterns and actions

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