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