Re: [dpdk-dev] [PATCH v2 26/30] net/mlx5: reorganise functions in the file
On Thu, Oct 05, 2017 at 02:49:58PM +0200, Nelio Laranjeiro wrote: > Move mlx5_flow_validate/create/flush/isolate() to the end of the file. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh Thanks
[dpdk-dev] [PATCH v2 26/30] net/mlx5: reorganise functions in the file
Move mlx5_flow_validate/create/flush/isolate() to the end of the file. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 132 +-- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/ml