Re: [dpdk-dev] [PATCH] net/mlx5: add missing ptype for geneve tunnel

2019-11-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Wisam Monther > Sent: Wednesday, November 6, 2019 11:39 AM > To: Slava Ovsiienko > Cc: Wisam Monther ; dev@dpdk.org; Moti > Haimovsky > Subject: [dpdk-dev] [PATCH] net/mlx5: add missing ptype for geneve tunnel >

Re: [dpdk-dev] [PATCH] net/mlx5: add missing ptype for geneve tunnel

2019-11-06 Thread Slava Ovsiienko
> -Original Message- > From: Wisam Monther > Sent: Wednesday, November 6, 2019 11:39 > To: Slava Ovsiienko > Cc: Wisam Monther ; dev@dpdk.org; Moti > Haimovsky > Subject: [PATCH] net/mlx5: add missing ptype for geneve tunnel > > HW ptype are missing TUNNEL_GENEVE support > > Fixes: e59

[dpdk-dev] [PATCH] net/mlx5: add missing ptype for geneve tunnel

2019-11-06 Thread Wisam Monther
HW ptype are missing TUNNEL_GENEVE support Fixes: e59a5dbcfd07 ("net/mlx5: add flow match on GENEVE item") Cc: mo...@mellanox.com Signed-off-by: Wisam Jaddo --- drivers/net/mlx5/mlx5_flow.c | 4 drivers/net/mlx5/mlx5_rxtx.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --gi