From mboxrd@z Thu Jan 1 00:00:00 1970 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 orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 08 Jul 2015 04:27:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,431,1432623600"; d="scan'208";a="724990894" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 08 Jul 2015 04:27:37 -0700 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 From: Pablo de Lara To: dev@dpdk.org Date: Wed, 8 Jul 2015 12:27:33 +0100 Message-Id: <1436354854-30700-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] Make rte_hash struct internal - Cuckoo hash part 1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 11:27:38 -0000 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