mbuf: remove too specific flags mask
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 26 Nov 2014 15:04:47 +0000 (16:04 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 26 Nov 2014 18:35:55 +0000 (19:35 +0100)
commitb161f721074eac8767622c6b4786e6c3dd5aff85
treec786d3beb914c4707c1f9757d695e3f5e9e88c12
parentb029fd236da36435af19e0ff09386ed89d10fdf7
mbuf: remove too specific flags mask

This definition is specific to Intel PMD drivers and its definition
"indicate what bits required for building TX context" shows that it
should not be in the generic rte_mbuf.h but in the PMD driver.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_mbuf/rte_mbuf.h
lib/librte_pmd_e1000/igb_rxtx.c
lib/librte_pmd_ixgbe/ixgbe_rxtx.c