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

Olivier Matz olivier.matz at 6wind.com
Fri Jun 19 18:16:36 CEST 2015


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, indentation, and doxygen style

 lib/librte_mempool/rte_dom0_mempool.c |  36 +++----
 lib/librte_mempool/rte_mempool.c      |  22 ++--
 lib/librte_mempool/rte_mempool.h      | 188 ++++++++++++++++++----------------
 3 files changed, 128 insertions(+), 118 deletions(-)

-- 
2.1.4



More information about the dev mailing list