From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH] Make rte_hash struct internal - Cuckoo hash part 1 Date: Wed, 8 Jul 2015 12:27:33 +0100 Message-ID: <1436354854-30700-1-git-send-email-pablo.de.lara.guarch@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 994975A6B for ; Wed, 8 Jul 2015 13:27:37 +0200 (CEST) Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t68BRYob024727 for ; Wed, 8 Jul 2015 12:27:35 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t68BRY2x030734 for ; Wed, 8 Jul 2015 12:27:34 +0100 Received: (from pdelarax@localhost) by sivswdev02.ir.intel.com with id t68BRYQ2030730 for dev@dpdk.org; Wed, 8 Jul 2015 12:27:34 +0100 List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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