All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olivier Matz <olivier.matz@6wind.com>
To: dev@dpdk.org
Subject: [PATCH v2 0/3] mempool: clean-up
Date: Fri, 19 Jun 2015 18:16:36 +0200	[thread overview]
Message-ID: <1434730599-24339-1-git-send-email-olivier.matz@6wind.com> (raw)
In-Reply-To: <1433150143-5842-1-git-send-email-olivier.matz@6wind.com>

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

  parent reply	other threads:[~2015-06-19 16:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Olivier Matz [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1434730599-24339-1-git-send-email-olivier.matz@6wind.com \
    --to=olivier.matz@6wind.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.