numam-dpdk/lib/librte_pmd_ixgbe
Olivier Matz ea672a8b16 mbuf: remove the rte_pktmbuf structure
The rte_pktmbuf structure was initially included in the rte_mbuf
structure. This was needed when there was 2 types of mbuf (ctrl and
packet). As the control mbuf has been removed, we can merge the
rte_pktmbuf into the rte_mbuf structure.

Advantages of doing this:
  - the access to mbuf fields is easier (ex: m->data instead of m->pkt.data)
  - make the structure more consistent: for instance, there was no reason
    to have the ol_flags field in rte_mbuf
  - it will allow a deeper reorganization of the rte_mbuf structure in the
    next commits, allowing to gain several bytes in it

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
[Bruce: updated for latest code and new example apps]
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2014-09-17 11:27:51 +02:00
..
ixgbe ixgbe/base: fix build with debug 2014-07-02 22:33:22 +02:00
ixgbe_82599_bypass.c ixgbe: rework fix of media type for bypass device 2014-06-26 07:16:53 +02:00
ixgbe_bypass_api.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
ixgbe_bypass_defines.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
ixgbe_bypass.c remove trailing whitespaces 2014-06-11 00:29:34 +02:00
ixgbe_bypass.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
ixgbe_ethdev.c ethdev: add link state interrupt flag 2014-06-27 02:21:50 +02:00
ixgbe_ethdev.h ixgbe: add filters 2014-06-16 19:55:14 +02:00
ixgbe_fdir.c ixgbe/base: flow director changes 2014-06-18 23:31:59 +02:00
ixgbe_logs.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
ixgbe_pf.c remove trailing whitespaces 2014-06-11 00:29:34 +02:00
ixgbe_rxtx_vec.c mbuf: remove the rte_pktmbuf structure 2014-09-17 11:27:51 +02:00
ixgbe_rxtx.c mbuf: remove the rte_pktmbuf structure 2014-09-17 11:27:51 +02:00
ixgbe_rxtx.h mbuf: remove the rte_pktmbuf structure 2014-09-17 11:27:51 +02:00
Makefile ixgbe/base: disable some clang warnings 2014-07-19 01:54:07 +02:00