Re: [dpdk-dev] [PATCH v3 02/14] net/mlx5: support GRE tunnel flow

2018-04-13 Thread Nélio Laranjeiro
Some nits, On Fri, Apr 13, 2018 at 07:20:11PM +0800, Xueming Li wrote: > Support GRE tunnel type flow. Not sure it is necessary to copy/paste the commit title in the body. > Signed-off-by: Xueming Li > --- > drivers/net/mlx5/mlx5_flow.c | 69 > +++- > 1

[dpdk-dev] [PATCH v3 02/14] net/mlx5: support GRE tunnel flow

2018-04-13 Thread Xueming Li
Support GRE tunnel type flow. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_flow.c | 69 +++- 1 file changed, 62 insertions(+), 7 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c index 5c4f0b586..2aae988f2 100644