mbuf: remove old packet type bit masks
authorHelin Zhang <helin.zhang@intel.com>
Thu, 9 Jul 2015 16:31:41 +0000 (00:31 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 15 Jul 2015 22:57:55 +0000 (00:57 +0200)
commitde6f5034f5c6e7a52ee24bc774beeb84d66d4d89
treeeb7e34f5f68cc6a84c68c3af2aa1e4f221a9400b
parent3c0184cc0c600a72523f468ead4eac15f185241a
mbuf: remove old packet type bit masks

As unified packet types are used instead, those old bit masks and
the relevant macros for packet type indication need to be removed.
To avoid breaking ABI compatibility, all the changes would be
enabled by RTE_NEXT_ABI, which is disabled by default.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_mbuf/rte_mbuf.c
lib/librte_mbuf/rte_mbuf.h