All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo de Lara <pablo.de.lara.guarch@intel.com>
To: dev@dpdk.org
Subject: [PATCH] Make rte_hash struct internal - Cuckoo hash part 1
Date: Wed,  8 Jul 2015 12:27:33 +0100	[thread overview]
Message-ID: <1436354854-30700-1-git-send-email-pablo.de.lara.guarch@intel.com> (raw)

First part of the changes for new hash implementation.
This patch makes the current public rte_hash structure internal,
as it should not be inspected directly by any applications.

Pablo de Lara (1):
  hash: move rte_hash structure to C file and make it internal

 app/test/test_hash.c       |  6 +-----
 lib/librte_hash/rte_hash.c | 30 +++++++++++++++++++++++++++++-
 lib/librte_hash/rte_hash.h | 35 +++++------------------------------
 3 files changed, 35 insertions(+), 36 deletions(-)

-- 
2.4.2

             reply	other threads:[~2015-07-08 11:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08 11:27 Pablo de Lara [this message]
2015-07-08 11:27 ` [PATCH] hash: move rte_hash structure to C file and make it internal Pablo de Lara
2015-07-08 13:21   ` Bruce Richardson
2015-07-08 16:57     ` Matthew Hall
2015-07-09  8:12       ` Bruce Richardson
2015-07-09 20:42         ` Matthew Hall
2015-07-10 10:27     ` 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=1436354854-30700-1-git-send-email-pablo.de.lara.guarch@intel.com \
    --to=pablo.de.lara.guarch@intel.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.