From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] prepare function names for bus move Date: Fri, 05 May 2017 14:41:02 +0200 Message-ID: <2308396.vVXpOBc1DZ@xps> References: <20170504161851.26574-1-thomas@monjalon.net> <20170504094011.32cfe064@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DF598388F for ; Fri, 5 May 2017 14:41:03 +0200 (CEST) In-Reply-To: <20170504094011.32cfe064@xeon-e3> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 04/05/2017 18:40, Stephen Hemminger: > On Thu, 4 May 2017 18:18:49 +0200 > Thomas Monjalon wrote: > > > It is planned to move the bus PCI and VDEV to /drivers/bus/ > > during 17.08. So the eal_ prefix will not make sense. > > Let's rename now before releasing 17.05 where EAL API has > > already some breaking changes. > > > > Thomas Monjalon (2): > > pci: remove eal prefix > > vdev: remove eal prefix > > Acked-by: Stephen Hemminger Applied