[dpdk-dev] [PATCH v2 0/3] mempool: clean-up

2015-06-19 Thread Thomas Monjalon
2015-06-19 18:16, Olivier Matz: > These 3 patches try to make mempool code easier to read, they > have no functional impact. > > Changes in v2: > - fix compilation between patch 1 and 2 > > Olivier Matz (3): > mempool: introduce objhdr structure for object headers > mempool: introduce objtlr

[dpdk-dev] [PATCH v2 0/3] mempool: clean-up

2015-06-19 Thread Olivier Matz
These 3 patches try to make mempool code easier to read, they have no functional impact. Changes in v2: - fix compilation between patch 1 and 2 Olivier Matz (3): mempool: introduce objhdr structure for object headers mempool: introduce objtlr structure for object trailers mempool: fix typos