From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 0/6] rte_bus parse API Date: Sat, 08 Jul 2017 22:30:58 +0200 Message-ID: <8124566.HVre5cWWWZ@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jan Blunck , Stephen Hemminger , Bruce Richardson To: Gaetan Rivet Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 3CAAC16E for ; Sat, 8 Jul 2017 22:31:01 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Gaetan Rivet (5): > bus: introduce parsing functionality > vdev: implement parse bus operation > pci: implement parse bus operation > bus: add helper to find a bus from a device name > devargs: parse bus info > > Thomas Monjalon (1): > bus: fix driver registration Series applied with the small change suggested by Stephen, thanks