net/i40e: handle ESP tunnel
handle ESP tunnel in rte_pmd_i40e.c Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
parent
c62b6e6673
commit
202890c9d4
@ -2172,7 +2172,8 @@ static int check_invalid_pkt_type(uint32_t pkt_type)
|
||||
tnl != RTE_PTYPE_TUNNEL_GRENAT &&
|
||||
tnl != RTE_PTYPE_TUNNEL_GTPC &&
|
||||
tnl != RTE_PTYPE_TUNNEL_GTPU &&
|
||||
tnl != RTE_PTYPE_TUNNEL_L2TP)
|
||||
tnl != RTE_PTYPE_TUNNEL_L2TP &&
|
||||
tnl != RTE_PTYPE_TUNNEL_ESP)
|
||||
return -1;
|
||||
|
||||
if (il2 &&
|
||||
|
Loading…
Reference in New Issue
Block a user