net/i40e: remove duplicate tunnel type check
remove duplicate check Fixes: 62e94f7f66fb ("net/i40e: configure packet type mapping") Cc: stable@dpdk.org Signed-off-by: Gaurav Singh <gaurav1086@gmail.com> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
50458c9dc3
commit
8716f9942a
@ -2169,7 +2169,6 @@ static int check_invalid_pkt_type(uint32_t pkt_type)
|
||||
tnl != RTE_PTYPE_TUNNEL_VXLAN &&
|
||||
tnl != RTE_PTYPE_TUNNEL_NVGRE &&
|
||||
tnl != RTE_PTYPE_TUNNEL_GENEVE &&
|
||||
tnl != RTE_PTYPE_TUNNEL_GRENAT &&
|
||||
tnl != RTE_PTYPE_TUNNEL_GTPC &&
|
||||
tnl != RTE_PTYPE_TUNNEL_GTPU &&
|
||||
tnl != RTE_PTYPE_TUNNEL_L2TP &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user