Re: [dpdk-dev] [PATCH] net/mlx5: prohibit wildcard match for GRE protocol

2018-08-06 Thread Yongseok Koh
On Sun, Aug 05, 2018 at 12:01:01AM -0700, Matan Azrad wrote: > Hi > More info below... > > From: Matan Azrad > > Hi Koh > > > > From: Yongseok Koh > > > Currently, driver sets full mask (0x) for GRE protocol to device. > > > Until it is changed, PMD can't support wildcard match. > > > > > > F

Re: [dpdk-dev] [PATCH] net/mlx5: prohibit wildcard match for GRE protocol

2018-08-05 Thread Matan Azrad
Hi More info below... From: Matan Azrad > Hi Koh > > From: Yongseok Koh > > Currently, driver sets full mask (0x) for GRE protocol to device. > > Until it is changed, PMD can't support wildcard match. > > > > Fixes: f4b901a46aec ("net/mlx5: add flow GRE item") > > Cc: sta...@dpdk.org > > > >

Re: [dpdk-dev] [PATCH] net/mlx5: prohibit wildcard match for GRE protocol

2018-08-04 Thread Matan Azrad
Hi Koh From: Yongseok Koh > Currently, driver sets full mask (0x) for GRE protocol to device. Until > it is > changed, PMD can't support wildcard match. > > Fixes: f4b901a46aec ("net/mlx5: add flow GRE item") > Cc: sta...@dpdk.org > > Signed-off-by: Yongseok Koh > --- > drivers/net/mlx5/m

[dpdk-dev] [PATCH] net/mlx5: prohibit wildcard match for GRE protocol

2018-08-02 Thread Yongseok Koh
Currently, driver sets full mask (0x) for GRE protocol to device. Until it is changed, PMD can't support wildcard match. Fixes: f4b901a46aec ("net/mlx5: add flow GRE item") Cc: sta...@dpdk.org Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_flow.c | 8 ++-- 1 file changed, 6 inser