Re: [dpdk-dev] [PATCH] net/mlx5: fix sanity check for MPLS-in-GRE

2018-08-06 Thread Yongseok Koh
On Sun, Aug 05, 2018 at 04:17:21AM -0700, Shahaf Shuler wrote: > Sunday, August 5, 2018 9:41 AM, Matan Azrad: > > Subject: RE: [dpdk-dev] [PATCH] net/mlx5: fix sanity check for MPLS-in-GRE > > > > Hi Koh > > > > From: Yongseok Koh > > > Multiple tunnel

Re: [dpdk-dev] [PATCH] net/mlx5: fix sanity check for MPLS-in-GRE

2018-08-05 Thread Shahaf Shuler
Sunday, August 5, 2018 9:41 AM, Matan Azrad: > Subject: RE: [dpdk-dev] [PATCH] net/mlx5: fix sanity check for MPLS-in-GRE > > Hi Koh > > From: Yongseok Koh > > Multiple tunnel isn't allowed but MPLS over GRE should be accepted. > > > > Fixes: a4a5c

Re: [dpdk-dev] [PATCH] net/mlx5: fix sanity check for MPLS-in-GRE

2018-08-04 Thread Matan Azrad
Hi Koh From: Yongseok Koh > Multiple tunnel isn't allowed but MPLS over GRE should be accepted. > > Fixes: a4a5cd21d20a ("net/mlx5: add flow MPLS item") > > Signed-off-by: Yongseok Koh > --- > drivers/net/mlx5/mlx5_flow.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --g

[dpdk-dev] [PATCH] net/mlx5: fix sanity check for MPLS-in-GRE

2018-08-03 Thread Yongseok Koh
Multiple tunnel isn't allowed but MPLS over GRE should be accepted. Fixes: a4a5cd21d20a ("net/mlx5: add flow MPLS item") Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_flow.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net