All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mempool: clean-up
@ 2015-06-01  9:15 Olivier Matz
  2015-06-01  9:15 ` [PATCH 1/3] mempool: introduce objhdr structure for object headers Olivier Matz
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Olivier Matz @ 2015-06-01  9:15 UTC (permalink / raw)
  To: dev

These 3 patches try to make mempool code easier to read, they
have no functional impact.

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-06-19 21:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-01  9:15 [PATCH 0/3] mempool: clean-up Olivier Matz
2015-06-01  9:15 ` [PATCH 1/3] mempool: introduce objhdr structure for object headers Olivier Matz
2015-06-01  9:15 ` [PATCH 2/3] mempool: introduce objtlr structure for object trailers Olivier Matz
2015-06-01  9:15 ` [PATCH 3/3] mempool: fix typos, indentation, and doxygen style Olivier Matz
2015-06-19 16:16 ` [PATCH v2 0/3] mempool: clean-up Olivier Matz
2015-06-19 16:16   ` [PATCH v2 1/3] mempool: introduce objhdr structure for object headers Olivier Matz
2015-06-19 16:16   ` [PATCH v2 2/3] mempool: introduce objtlr structure for object trailers Olivier Matz
2015-06-19 16:16   ` [PATCH v2 3/3] mempool: fix typos, indentation, and doxygen style Olivier Matz
2015-06-19 21:40   ` [PATCH v2 0/3] mempool: clean-up Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.