From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 9CAE95A30 for ; Mon, 27 Jun 2016 17:55:35 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id f126so106292154wma.1 for ; Mon, 27 Jun 2016 08:55:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=XAa8Ly81spvdil3rWU4rGembvuWQqtDrrdon6ueGJVE=; b=vh7UR22YUSfn9CZz+TeNI117A+8LOOARImNV307kpbisHriq7Bms8AgFNlCwuNOltK yajk+oeQxdRfTctAfcSvDyuuc8kjsBHMZnUV0p6WZUhhlvSdGWJsEEpZRNGNVt8T91XM kL6flIZJgMmW5i7r3R9v4plPVMQpy15yhc5ONnyUX/YBdPS0ocAN/hVqdsFNrLl8j3v5 EFtz0++DSlAxkWWgfhhOVRPCCGJshbRIJ3ocCuYxjP0Ky3n/+IVSAETleb7eT3qr11BK n2/c2JYTov4eBtur7XoqcGjVmOGqkIeIw6nhVTItUY7S9nLYQ5g75SMj8TX4yIlzL8AX wX6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=XAa8Ly81spvdil3rWU4rGembvuWQqtDrrdon6ueGJVE=; b=G9bUezMJ8ZmmJdpJUQK/Prm0WXlo8auvll/ZULM2GhIoqP6knpGbWtbb8oT73Q3fnf mIlOJmy1+biSVnyodaobcCjM7B6OUJCStB4g2VXZbvRkzm7xerYCvDI+wsizBWnKYJ+p OyeNlPfEPdFW5KLySdVEiGqySr3R4VTFZBYundukKscUKY/oQzKeIGU8vyus4TUA2T3K r3TfMIKdt/Eii1cUKoniDdK4HIPFlth+3ARsoVI/4B4XS03sz8AijNuK7NJ2n448XD+E XDOz8vqqxdPDjx6LDnKBYkuOSMiXG+Nc+IqgCn+IwMqo6KuzsOK1s7irJA1G8lOH9OZf FnQw== X-Gm-Message-State: ALyK8tIOGw+AnHbyawvZvus2eivQ3x/mK61tjsISTIo6KFOyjmE7mJO8Uygplssmnt0RQmTV X-Received: by 10.28.65.85 with SMTP id o82mr10936829wma.16.1467042935461; Mon, 27 Jun 2016 08:55:35 -0700 (PDT) Received: from [192.168.0.11] (was59-1-82-226-113-214.fbx.proxad.net. [82.226.113.214]) by smtp.gmail.com with ESMTPSA id qg5sm740120wjc.13.2016.06.27.08.55.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jun 2016 08:55:34 -0700 (PDT) To: Ferruh Yigit , dev@dpdk.org References: <1466860257-4068-1-git-send-email-thomas.monjalon@6wind.com> <1467032551-14979-1-git-send-email-ferruh.yigit@intel.com> <1467032551-14979-2-git-send-email-ferruh.yigit@intel.com> Cc: Thomas Monjalon , Cristian Dumitrescu From: Olivier MATZ Message-ID: <478913c5-c1b9-5bca-ba2f-0f1162192eee@6wind.com> Date: Mon, 27 Jun 2016 17:55:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0 MIME-Version: 1.0 In-Reply-To: <1467032551-14979-2-git-send-email-ferruh.yigit@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/3] cmdline: remove duplicated symbols from .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: Mon, 27 Jun 2016 15:55:35 -0000 On 06/27/2016 03:02 PM, Ferruh Yigit wrote: > Fixes: 9d41beed24b0 ("lib: provide initial versioning") > Signed-off-by: Ferruh Yigit > --- > lib/librte_cmdline/rte_cmdline_version.map | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/lib/librte_cmdline/rte_cmdline_version.map b/lib/librte_cmdline/rte_cmdline_version.map > index c9fc18a..04bcb38 100644 > --- a/lib/librte_cmdline/rte_cmdline_version.map > +++ b/lib/librte_cmdline/rte_cmdline_version.map > @@ -50,7 +50,6 @@ DPDK_2.0 { > cmdline_token_num_ops; > cmdline_token_portlist_ops; > cmdline_token_string_ops; > - cmdline_token_string_ops; > cmdline_write_char; > rdline_add_history; > rdline_char_in; > Acked-by: Olivier Matz