From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 03DEF2BF2; Thu, 22 Mar 2018 17:37:17 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2D7FE21A49; Thu, 22 Mar 2018 12:37:17 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 22 Mar 2018 12:37:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=wcnXjagTh3Xme6jPR5jDoAyU0V sS5oq3Kx4wrkcZFIs=; b=W7Wyxc9rm18cKgIJavsK8XxdinSTcOV6TL96gE6hij SRzPcNKozXBIQmGzV/AQOWEUYOIdq/F7PuoRO1IrfbTRer4Y34BPJLXVfzCT/8tD +PgD6CxVq/6ph3wgCEbA1KmJQS0xq4qPuToBrn3ocEEoliJuc+kABC0ic42tlvA3 M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=wcnXja gTh3Xme6jPR5jDoAyU0VsS5oq3Kx4wrkcZFIs=; b=J8M3wVHLYw+Vss+2Oi6o8X LnejGDrrTZLKBzMHGHgKjOUpXHf2A1rBeWBz2c2eTXmjNuBHg7sXQ8pQnfNh9Nez 3VGrBQSJiejOuFV8ADjiSgXq3bAQ0xlDO42NtrdUvw9O3ueCPLVrlHOg6FNMJwHy 8asUg7lFOAC4HbWe9IMb7Tnl3pl0zVnc93E1rsfzlT2u5qgM1m4JloaWawT3DfIj GxEerlLNhjxac5bBeoURfOYxZ7iLPVYo98Wd5BmTKdQwytJSJRMqIzx1ByIRFh6h Ac55HX8X0BCfrmvaoew+U8eusDYe51E+KzXt0trZ/JSNliyyoPmtOny4WAiOqSfg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7249E24232; Thu, 22 Mar 2018 12:37:16 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: stable@dpdk.org, =?ISO-8859-1?Q?Ga=EBtan?= Rivet , dev@dpdk.org Date: Thu, 22 Mar 2018 17:35:30 +0100 Message-ID: <9473571.sH9TvKi6ui@xps> In-Reply-To: <20180315172118.5zjod2ue2zxl7eqg@bidouze.vm.6wind.com> References: <20180315164854.101533-1-ferruh.yigit@intel.com> <20180315172118.5zjod2ue2zxl7eqg@bidouze.vm.6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] pci: remove duplicated symbol from map file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2018 16:37:18 -0000 15/03/2018 18:21, Ga=EBtan Rivet: > Hi Ferruh, >=20 > On Thu, Mar 15, 2018 at 04:48:54PM +0000, Ferruh Yigit wrote: > > Remove duplicated symbol rte_pci_device_name from .map file. > >=20 > > Also sort the map file to be able to detect any possible duplication > > easier in the future. > >=20 > > Fixes: 0e3ef055bee5 ("pci: fix namespace prefix of new functions") > > Cc: stable@dpdk.org > >=20 >=20 > Acked-by: Gaetan Rivet >=20 > > Signed-off-by: Ferruh Yigit Applied, thanks