From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 00/14] bus attach/detach API and hotplug rework Date: Tue, 04 Jul 2017 00:59:27 +0200 Message-ID: <3668512.lOjYI8jdS6@xps> References: <20170629182206.1072-1-jblunck@infradead.org> <20170630181943.23929-1-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, shreyansh.jain@nxp.com To: Jan Blunck , gaetan.rivet@6wind.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 954BC1094 for ; Tue, 4 Jul 2017 00:59:29 +0200 (CEST) In-Reply-To: <20170630181943.23929-1-jblunck@infradead.org> 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 (1): > pci: implement hotplug bus operation > > Jan Blunck (13): > bus: add bus iterator to find a bus > bus: add find_device bus operation > vdev: implement find_device bus operation > pci: implement find_device bus operation > bus/fslmc: implement find_device bus operation > bus: add helper to find which bus holds a device > bus: require buses to implement find_device operation > bus: add rte_bus_find_by_name > bus: introduce device plug/unplug functionality > vdev: implement unplug bus operation > eal: add hotplug add/remove functions > ethdev: Use embedded rte_device to detach driver > dev: use new hotplug API in attach Applied, thanks Jan and Gaetan