Re: [dpdk-dev] [PATCH] net/mlx5: fix all multi verification code position

2018-01-22 Thread Shahaf Shuler
Thursday, January 18, 2018 1:03 AM, Yongseok Koh: > > On Jan 11, 2018, at 1:25 AM, Nelio Laranjeiro > wrote: > > > > All multi code should not be handled in exit part of the code but in > > the mainline of the function. > > > > Fixes: 4241d84c0a32 ("net/mlx5: fix flow type for allmulti rules") > >

Re: [dpdk-dev] [PATCH] net/mlx5: fix all multi verification code position

2018-01-17 Thread Yongseok Koh
> On Jan 11, 2018, at 1:25 AM, Nelio Laranjeiro > wrote: > > All multi code should not be handled in exit part of the code but in the > mainline of the function. > > Fixes: 4241d84c0a32 ("net/mlx5: fix flow type for allmulti rules") > Cc: rasl...@mellanox.com > > Signed-off-by: Nelio Laranjei

[dpdk-dev] [PATCH] net/mlx5: fix all multi verification code position

2018-01-11 Thread Nelio Laranjeiro
All multi code should not be handled in exit part of the code but in the mainline of the function. Fixes: 4241d84c0a32 ("net/mlx5: fix flow type for allmulti rules") Cc: rasl...@mellanox.com Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 20 ++-- 1 file chang