From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 96644C326 for ; Wed, 1 Jul 2015 09:39:46 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 01 Jul 2015 00:39:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,383,1432623600"; d="scan'208";a="517049863" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.190]) ([10.237.220.190]) by FMSMGA003.fm.intel.com with ESMTP; 01 Jul 2015 00:39:40 -0700 Message-ID: <5593993B.4010208@intel.com> Date: Wed, 01 Jul 2015 08:39:39 +0100 From: "Gonzalez Monroy, Sergio" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Pablo de Lara References: <1435689431-18116-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1435689431-18116-1-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] hash: add missing symbol in version map 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, 01 Jul 2015 07:39:47 -0000 On 30/06/2015 19:37, Pablo de Lara wrote: > rte_hash_hash is a public function but was not in > rte_hash_version.map > > Signed-off-by: Pablo de Lara > --- > lib/librte_hash/rte_hash_version.map | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/lib/librte_hash/rte_hash_version.map b/lib/librte_hash/rte_hash_version.map > index 0b749e8..94a0fec 100644 > --- a/lib/librte_hash/rte_hash_version.map > +++ b/lib/librte_hash/rte_hash_version.map > @@ -11,6 +11,7 @@ DPDK_2.0 { > rte_hash_del_key_with_hash; > rte_hash_find_existing; > rte_hash_free; > + rte_hash_hash; > rte_hash_lookup; > rte_hash_lookup_bulk; > rte_hash_lookup_with_hash; Acked-by: Sergio Gonzalez Monroy