numam-dpdk/lib/librte_mbuf
Bruce Richardson bd815dc0b7 mbuf: move l2_len and l3_len to second cache line
The l2_len and l3_len fields are used for TX offloads and so should be
put on the second cache line, along with the other fields only used on
TX.

The l2 and l3 lengths can be accessed as a single uint16_t for
performance, as well as individually.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-09-17 18:57:29 +02:00
..
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte_mbuf.c mbuf: introduce a flag to indicate a control mbuf 2014-09-17 18:53:40 +02:00
rte_mbuf.h mbuf: move l2_len and l3_len to second cache line 2014-09-17 18:57:29 +02:00