From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 5A6CAE72 for ; Mon, 13 Jul 2015 00:17:36 +0200 (CEST) Received: by wiga1 with SMTP id a1so53766904wig.0 for ; Sun, 12 Jul 2015 15:17:35 -0700 (PDT) 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=3s+DW+bRaQnP8cDfPaGkTrG5DEbboO0pq+GKny5imYA=; b=YZDNWdGF54/iuotgimgwsux1Fq5olQ9VT03RYpvWGsAnfQWAVzIEDAHtFeNp9CJTAR NEv064/RwBNmPV8LGzTKV7N2s4WRp6FJqm1jeEa7mS/BXmN4ZirWbOFSw5z6PzO3+ooo uqBqsKZJzUETneIY+Cfa2wHIFfCnmaIdcMa2ZIOJFYCsu0+w3zSa8eE+9BMQ/5gWMAqd hB65x+P4wtQvA9PYi5A2DANFuel8+bKPmKixQ6mdjmuctBiLnve1YdXwJenuAkyq0SYG OktowpILFnB0mpBbuG97M7tcqDZ7brKQfmsrWJjmJN/GZkF/TY22ospit2xJfIQbxy2R 8yNA== X-Gm-Message-State: ALoCoQmXWFmw8hObhIxCmQYn412hzOloy5sdptCfcv3TivvW6FF62YpBn4G76t/8V4iR4jAdDJIt X-Received: by 10.194.121.100 with SMTP id lj4mr59952324wjb.104.1436739455238; Sun, 12 Jul 2015 15:17:35 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ez4sm10937471wid.14.2015.07.12.15.17.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jul 2015 15:17:34 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Mon, 13 Jul 2015 00:16:22 +0200 Message-ID: <3090745.JStizuyumf@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436573936-15956-3-git-send-email-pablo.de.lara.guarch@intel.com> References: <1436571020-16252-1-git-send-email-pablo.de.lara.guarch@intel.com> <1436573936-15956-1-git-send-email-pablo.de.lara.guarch@intel.com> <1436573936-15956-3-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 v7 2/7] hash: add new function rte_hash_reset 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: Sun, 12 Jul 2015 22:17:36 -0000 2015-07-11 01:18, Pablo de Lara: > --- a/lib/librte_hash/rte_hash_version.map > +++ b/lib/librte_hash/rte_hash_version.map > @@ -18,3 +18,11 @@ DPDK_2.0 { > > local: *; > }; > + > +DPDK_2.1 { > + global: > + > + rte_hash_reset; > + > + local: *; > +} DPDK_2.0; The local: line is duplicated.