net/mlx5: fix missing packet type for IP-in-IP
authorXiaoyu Min <jackmin@mellanox.com>
Thu, 8 Aug 2019 11:38:56 +0000 (19:38 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Sep 2019 15:15:14 +0000 (17:15 +0200)
commit725a4284f7fc9272d929e1df63185a68597012c3
treef381be42bd4db110c3181a869c949dcb039d6ecd
parent9594db99c73b62c398310d812726cc90889297af
net/mlx5: fix missing packet type for IP-in-IP

The hw ptype information is missed for IP-in-IP tunnel.
It should be RTE_PTYPE_TUNNEL_IP ptype.

Fixes: 5e33bebdd8d3 ("net/mlx5: support IP-in-IP tunnel")
Cc: stable@dpdk.org
Signed-off-by: Xiaoyu Min <jackmin@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5_flow.c
drivers/net/mlx5/mlx5_rxtx.h