Re: [dpdk-dev] [PATCH v3 3/4] net/mlx5: add rte_flow rule creation

2016-12-26 Thread Nélio Laranjeiro
On Fri, Dec 23, 2016 at 12:21:10PM +, Ferruh Yigit wrote: > On 12/21/2016 3:19 PM, Nelio Laranjeiro wrote: > > Convert Ethernet, IPv4, IPv6, TCP, UDP layers into ibv_flow and create > > those rules when after validation (i.e. NIC supports the rule). > > > > VLAN is still not supported in this

Re: [dpdk-dev] [PATCH v3 3/4] net/mlx5: add rte_flow rule creation

2016-12-23 Thread Ferruh Yigit
On 12/21/2016 3:19 PM, Nelio Laranjeiro wrote: > Convert Ethernet, IPv4, IPv6, TCP, UDP layers into ibv_flow and create > those rules when after validation (i.e. NIC supports the rule). > > VLAN is still not supported in this commit. > > Signed-off-by: Nelio Laranjeiro <...> > +static struct r