numam-dpdk/lib/librte_ether
Bruce Richardson 7283260541 ethdev: remove inclusion of mbuf header
The ethdev header file includes the mbuf header file, but it does not
need to do so as it only uses pointers to the struct rte_mbuf type, and
does not use any of the mbuf internals, nor any of the mbuf functions or
macros. Therefore the inclusion is unnecessary, and can be replaced by a
forward declaration of the mbuf type.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2015-05-11 15:36:36 +02:00
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_eth_ctrl.h ethdev: unification of flow types 2015-02-22 23:56:20 +01:00
rte_ethdev.c mbuf: add accessors for data room and private size 2015-04-28 11:07:59 +02:00
rte_ethdev.h ethdev: remove inclusion of mbuf header 2015-05-11 15:36:36 +02:00
rte_ether_version.map ethdev: add missing symbol export for port release 2015-03-05 21:58:07 +01:00
rte_ether.h mbuf: clean old refcnt option 2015-04-03 15:55:40 +02:00