From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/pci: fix namespace of sysfs path function Date: Tue, 07 Nov 2017 00:44:34 +0100 Message-ID: <1908722.EftEn6FQRr@xps> References: <20171106020847.10462-1-thomas@monjalon.net> <20171106084334.GN10890@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: =?ISO-8859-1?Q?Ga=EBtan?= Rivet Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id CD7BF1B32A for ; Tue, 7 Nov 2017 00:44:35 +0100 (CET) In-Reply-To: <20171106084334.GN10890@bidouze.vm.6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/11/2017 09:43, Ga=EBtan Rivet: > There are others namespace inconsistencies with my pci move, I will send > additional fixes later. >=20 > On Mon, Nov 06, 2017 at 03:08:47AM +0100, Thomas Monjalon wrote: > > The function pci_get_sysfs_path was moved from EAL to the PCI driver. > >=20 > > The namespace is now fixed by adding "rte_" prefix. > > The map files are fixed by removing the symbol from EAL and adding > > it to the PCI driver. > >=20 > > It is an API break but it is probably not used by applications. > > Anyway this API is already broken by the move in a new header file. > >=20 > > Fixes: c752998b5e2e ("pci: introduce library and driver") > >=20 > > Signed-off-by: Thomas Monjalon > Acked-by: Gaetan Rivet Applied