From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 225FD209D3; Mon, 3 Jul 2017 18:59:28 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 03 Jul 2017 18:59:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=I5GSjFG9rZNRivR aYth/oYvHSV8sS0h5d+pnhy51Xlc=; b=imYoGyuStqMpn/WBkg+kWV908A8W8Bq zXp06NtZVc5A+5456RqHeNBYd5oUcw+wvGlb6vgPf5CNWWOtkVcz/AxyYlujhko2 KTr7zNmUmG1mkvU08xbzBval96iGOzFD8XSjAFSOOE86P6ziZHF9SS6Q9p9tnAMt ca9OGKgVwuk0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=I5GSjFG9rZNRivRaYth/oYvHSV8sS0h5d+pnhy51Xlc=; b=AMWxNm0D 1sNvd3TYUrbRaKpQXWi7fQHgaXYVQTA0gpngK7YLHKj6uhTWnLhxIvjPIdb5ldXr WKN+7D4qtmEjEgXuo+g//tq8Igt0eB1aq3YekNmWlH6M3AQvcs/zXIXNLLZOgGDU SwbMP0ms7oKttwh2gSejlWVarHlWuT5MNzykgui8RSWUS6GTKUklL6RhaFjx7IMs koRnBgvNP8f7X3cFzVMrwooMzccMbOi+epio4wUS9isdMb83Xr1nLcEphXVpMLNd 6HZhaI+dxtOjYTjP3nGH78lKwrwoir8syCpeCmP0w9u+lYHZxsgD7MI2kJiiRVfQ CdXjS4hcSubYqg== X-ME-Sender: X-Sasl-enc: MzcIAwBdmNK3Ls3Xa4s8pzKpMTRf8UTvPSm6NuQzVl6M 1499122767 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C70717E622; Mon, 3 Jul 2017 18:59:27 -0400 (EDT) From: Thomas Monjalon To: Jan Blunck , gaetan.rivet@6wind.com Cc: dev@dpdk.org, shreyansh.jain@nxp.com Date: Tue, 04 Jul 2017 00:59:27 +0200 Message-ID: <3668512.lOjYI8jdS6@xps> In-Reply-To: <20170630181943.23929-1-jblunck@infradead.org> References: <20170629182206.1072-1-jblunck@infradead.org> <20170630181943.23929-1-jblunck@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8 00/14] bus attach/detach API and hotplug rework X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 22:59:29 -0000 > 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