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

2017-03-06 Thread Pascal Mazon
On Fri, 3 Mar 2017 15:47:58 + "Wiles, Keith" wrote: > > > On Mar 3, 2017, at 4:45 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 s

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

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

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

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