Re: [dpdk-dev] [PATCH v2 18/20] net/mlx5: add flow GRE item

2018-07-09 Thread Nélio Laranjeiro
Hi Yongseok, Only discussing here question, other comments are address, as I don't have any objection I'll make the modification for them. On Fri, Jul 06, 2018 at 04:46:11PM -0700, Yongseok Koh wrote: >[...] > > + > > /** Handles information leading to a drop fate. */ > > struct mlx5_flow_verb

Re: [dpdk-dev] [PATCH v2 18/20] net/mlx5: add flow GRE item

2018-07-06 Thread Yongseok Koh
On Wed, Jun 27, 2018 at 05:07:50PM +0200, Nelio Laranjeiro wrote: > Signed-off-by: Nelio Laranjeiro > --- > drivers/net/mlx5/mlx5_flow.c | 191 ++- > 1 file changed, 186 insertions(+), 5 deletions(-) > > diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5

[dpdk-dev] [PATCH v2 18/20] net/mlx5: add flow GRE item

2018-06-27 Thread Nelio Laranjeiro
Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 191 ++- 1 file changed, 186 insertions(+), 5 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c index 47c55b426..636aaabe8 100644 --- a/drivers/net/mlx5/mlx5_flo