aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_net/rte_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_net/rte_net.c')
-rw-r--r--lib/librte_net/rte_net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_net/rte_net.c b/lib/librte_net/rte_net.c
index a8c7aff9..a3ca0403 100644
--- a/lib/librte_net/rte_net.c
+++ b/lib/librte_net/rte_net.c
@@ -396,6 +396,7 @@ uint32_t rte_net_get_ptype(const struct rte_mbuf *m,
if ((layers & RTE_PTYPE_INNER_L2_MASK) == 0)
return pkt_type;
+ hdr_lens->inner_l2_len = 0;
if (proto == rte_cpu_to_be_16(ETHER_TYPE_TEB)) {
eh = rte_pktmbuf_read(m, off, sizeof(*eh), &eh_copy);
if (unlikely(eh == NULL))