Re: [dpdk-dev] [PATCH] net/mlx5: remove GRE inner IPv6 matching limitation

2018-11-11 Thread Shahaf Shuler
Sunday, November 11, 2018 1:32 PM, Yongseok Koh: > Subject: Re: [PATCH] net/mlx5: remove GRE inner IPv6 matching limitation > > > > On Nov 11, 2018, at 3:15 AM, Shahaf Shuler > wrote: > > > > Such limitation seems not to exist on: > > - MLNX_OFED_linux-4.5-0.3.0.0 (Beta) > > - MLNX_OFED_LINUX-4.

Re: [dpdk-dev] [PATCH] net/mlx5: remove GRE inner IPv6 matching limitation

2018-11-11 Thread Yongseok Koh
> On Nov 11, 2018, at 3:15 AM, Shahaf Shuler wrote: > > Such limitation seems not to exist on: > - MLNX_OFED_linux-4.5-0.3.0.0 (Beta) > - MLNX_OFED_LINUX-4.4-2.0.7.0 (GA) > - upstream kernel 4.19.0-rc7 > > Signed-off-by: Shahaf Shuler > --- Acked-by: Yongseok Koh Thanks > drivers/net/mlx5/

[dpdk-dev] [PATCH] net/mlx5: remove GRE inner IPv6 matching limitation

2018-11-11 Thread Shahaf Shuler
Such limitation seems not to exist on: - MLNX_OFED_linux-4.5-0.3.0.0 (Beta) - MLNX_OFED_LINUX-4.4-2.0.7.0 (GA) - upstream kernel 4.19.0-rc7 Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_flow.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow.