Re: [dpdk-dev] [PATCH v5 2/6] net/mlx5: support basic flow items and actions

2017-01-09 Thread Adrien Mazarguil
Hi Ferruh, On Fri, Jan 06, 2017 at 01:52:53PM +, Ferruh Yigit wrote: > On 1/4/2017 6:42 PM, Adrien Mazarguil wrote: > > Hi Ferruh, > > > > On Wed, Jan 04, 2017 at 05:49:46PM +, Ferruh Yigit wrote: > >> Hi Nelio, > >> > >> A quick question. > > > > I'll reply since it's related to the API

Re: [dpdk-dev] [PATCH v5 2/6] net/mlx5: support basic flow items and actions

2017-01-06 Thread Ferruh Yigit
On 1/4/2017 6:42 PM, Adrien Mazarguil wrote: > Hi Ferruh, > > On Wed, Jan 04, 2017 at 05:49:46PM +, Ferruh Yigit wrote: >> Hi Nelio, >> >> A quick question. > > I'll reply since it's related to the API. > >> On 12/29/2016 3:15 PM, Nelio Laranjeiro wrote: >>> Introduce initial software for rt

Re: [dpdk-dev] [PATCH v5 2/6] net/mlx5: support basic flow items and actions

2017-01-04 Thread Adrien Mazarguil
Hi Ferruh, On Wed, Jan 04, 2017 at 05:49:46PM +, Ferruh Yigit wrote: > Hi Nelio, > > A quick question. I'll reply since it's related to the API. > On 12/29/2016 3:15 PM, Nelio Laranjeiro wrote: > > Introduce initial software for rte_flow rules. > > > > VLAN, VXLAN are still not supported.

Re: [dpdk-dev] [PATCH v5 2/6] net/mlx5: support basic flow items and actions

2017-01-04 Thread Ferruh Yigit
Hi Nelio, A quick question. On 12/29/2016 3:15 PM, Nelio Laranjeiro wrote: > Introduce initial software for rte_flow rules. > > VLAN, VXLAN are still not supported. > > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil <...> > +static int > +priv_flow_validate(struct priv *priv,

[dpdk-dev] [PATCH v5 2/6] net/mlx5: support basic flow items and actions

2016-12-29 Thread Nelio Laranjeiro
Introduce initial software for rte_flow rules. VLAN, VXLAN are still not supported. Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil --- drivers/net/mlx5/mlx5.h | 3 + drivers/net/mlx5/mlx5_flow.c| 954 ++-- drivers/net/mlx5/mlx5_trig