Re: [dpdk-dev] [PATCH 1/5] net/mlx5: fix parser inner value

2017-10-31 Thread Yongseok Koh
> On Oct 31, 2017, at 8:51 AM, Nelio Laranjeiro > wrote: > > In validate() it sets the value to 1 whereas the expected one is > IBV_FLOW_SPEC_INNER. > > Fixes: c2c6ddd51da4 ("net/mlx5: limit flow API rules to one tunnel") > Cc: sta...@dpdk.org > > Signed-off-by: Nelio Laranjeiro > --- Acked-

[dpdk-dev] [PATCH 1/5] net/mlx5: fix parser inner value

2017-10-31 Thread Nelio Laranjeiro
In validate() it sets the value to 1 whereas the expected one is IBV_FLOW_SPEC_INNER. Fixes: c2c6ddd51da4 ("net/mlx5: limit flow API rules to one tunnel") Cc: sta...@dpdk.org Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)