From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id A97E1935C
 for <dev@dpdk.org>; Sun,  6 Dec 2015 22:23:21 +0100 (CET)
Received: by wmww144 with SMTP id w144so118769763wmw.1
 for <dev@dpdk.org>; Sun, 06 Dec 2015 13:23:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=x7+rJfokBlxgWZ67tRKL1l1zMOgHePhj9eLMkJuymKg=;
 b=JXK92Oz21QZ+sx0syPR+o9giswWLhAQrzX4ERclTt3tit/JUUD8aP9qFJXXUy4kmyx
 ixaMAWXBIdfksHxqBZiF5e7phI7MtKDsmBuqYQd97edg9DDigxPPxXE34SzO4gs8Sje7
 VOoyOo82ukNVKelrfdwj4CyWGA2+E1jLhkoo92C3fkUHXmnBA232LIqWbkv0pFGCAZXf
 erD8ugR5I+b3BvJLT7hrOFtGJ6Bbi9eIzln5ZAHziIy0gndaEjLxRMNTdt7YfdYmIdhg
 kcZfMiaYoZZqWdt19wuWwEiHXdC0wyL03hpb2K5M6OK4cRG9flQSCsZNJYhm+YVEIDU5
 15dA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=x7+rJfokBlxgWZ67tRKL1l1zMOgHePhj9eLMkJuymKg=;
 b=KiqJ8HNN1A/dnZ+18cDd8ySlYi6wm7h+6wm9j+QbJuZAHZ18x+1CdFWY3gE7e0ROWR
 W7KXTwPkaylTwHC9B6G2RRSx20atv8S+6pDqKsggb+U1SD9ghCDYc994IVJl6hP9LUC0
 WifJrMyQAshJ2Ms7T4PaLCgzvKGW5xqLW3XchTAPX3hSzXx2stWsMZuBKCQypUp6CmFU
 6qrOkwf+qhA2Sy2ilFVIQ6fCtV5xGGVm0I/YnVz0Pkita7I4BMh1cnugm1HznXp/+qGZ
 HeAm/PpgH2M/PH7YhEfkVl9nuCyuk8XsFxe0v4L5qS82uawDJdK/eJRJViGYyc1ofaRa
 54Iw==
X-Gm-Message-State: ALoCoQkPIemy0ISYqpfHhSUPku+dvTahlHML5zQnXLKepfH7iUEHpxLMbbuvfBjIuJu2E1TsD1r9
X-Received: by 10.194.6.196 with SMTP id d4mr29289921wja.120.1449437001567;
 Sun, 06 Dec 2015 13:23:21 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id pn6sm22084526wjb.15.2015.12.06.13.23.20
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 06 Dec 2015 13:23:21 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Date: Sun, 06 Dec 2015 22:22:10 +0100
Message-ID: <7974290.i01l4Djb5n@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1449160558-146833-1-git-send-email-pablo.de.lara.guarch@intel.com>
References: <1449160558-146833-1-git-send-email-pablo.de.lara.guarch@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] hash: remove duplicated function in
	rte_hash_version.map
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Dec 2015 21:23:21 -0000

2015-12-03 16:35, Pablo de Lara:
> rte_hash_create function was accidentally duplicated in
> DPDK_2.1 in rte_hash_version.map.
> 
> Fixes: 473d1beb ("hash: allow to store data in hash table")
> 
> Reported-by: Ferruh Yigit <ferruh.yigit@intel.com>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied, thanks