mbuf: fix tunnel flags check
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 15 Jul 2015 23:50:12 +0000 (01:50 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 26 Jul 2015 20:54:31 +0000 (22:54 +0200)
commit707cc8275d9841117ea7851c43b08fe075f79268
treed43a6f3d06bb9f2a905083c3018de81749fe3f8a
parente01cda43a3551d8680787ed9db38c7eb38637c7a
mbuf: fix tunnel flags check

A packet is tunnelled if the tunnel type is identified or if it has
an inner part.

Fix also some typos in RTE_PTYPE_INNER_L3_MASK and IP comments.

Fixes: f295a00a2b44 ("mbuf: add definitions of unified packet types")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
app/test-pmd/rxonly.c
lib/librte_mbuf/rte_mbuf.h