Re: [dpdk-dev] [PATCH 1/3] net/mlx5: use flow API default masks

2017-02-01 Thread Ferruh Yigit
On 1/31/2017 4:02 PM, Nelio Laranjeiro wrote: > Default masks were introduced in the API after its implementation in this > PMD. > > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil Series applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH 1/3] net/mlx5: use flow API default masks

2017-01-31 Thread Nelio Laranjeiro
Default masks were introduced in the API after its implementation in this PMD. Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil --- drivers/net/mlx5/mlx5_flow.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net