[dpdk-dev] [PATCH 10/13] mbuf: split mbuf across two cache lines.

2014-09-08 Thread Olivier MATZ
Hi Bruce, On 09/03/2014 05:49 PM, Bruce Richardson wrote: > This change splits the mbuf in two to move the pool and next pointers to > the second cache line. This frees up 16 bytes in first cache line. > > Signed-off-by: Bruce Richardson I think you should provide more explanation in the commit

[dpdk-dev] [PATCH 10/13] mbuf: split mbuf across two cache lines.

2014-09-03 Thread Bruce Richardson
This change splits the mbuf in two to move the pool and next pointers to the second cache line. This frees up 16 bytes in first cache line. Signed-off-by: Bruce Richardson --- app/test/test_mbuf.c | 2 +- lib/librte_mbuf/rte_mbuf.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)