From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/8] fix hotplug API Date: Thu, 20 Jul 2017 00:27:45 +0300 Message-ID: <8245112.qREEBRIO0b@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jan Blunck , Shreyansh Jain , Stephen Hemminger , Bruce Richardson To: Gaetan Rivet Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 30221231E for ; Wed, 19 Jul 2017 23:27:53 +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" 15/07/2017 20:56, Gaetan Rivet: > Sending those fixes as separate patches as they stand on their own. > This series improves usability of the hotplug API and fixes a few issues > with existing implementations. > > The hotplug API can be tested with the fail-safe PMD[1]. Its > documentation describes how to declare slaves and how to use it. [...] > Gaetan Rivet (8): > vdev: implement plug operation > devargs: introduce removal function > devargs: introduce insert function > eal: fix hotplug add / remove > pci: use given name as generic name > pci: fix generic driver pointer on probe error > pci: fix hotplug operations > bus: remove useless plug parameter Applied to fix the current bus state, thanks. It is now clear that it can be done differently in 17.11 after the deprecation of the device specification syntax. Jan already sent some patches in this direction.