[dpdk-dev] [PATCH] Make rte_hash struct internal - Cuckoo hash part 1

Pablo de Lara pablo.de.lara.guarch at intel.com
Wed Jul 8 13:27:33 CEST 2015


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



More information about the dev mailing list