From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/7] Rework vdev probing to use rte_bus infrastructure Date: Wed, 15 Feb 2017 17:11:19 +0000 Message-ID: <8f5a40d8-04ce-9d56-4aa3-9825d71145e1@intel.com> References: <1487152929-23627-1-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: shreyansh.jain@nxp.com To: Jan Blunck , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id EEE1E282 for ; Wed, 15 Feb 2017 18:11:21 +0100 (CET) In-Reply-To: <1487152929-23627-1-git-send-email-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" On 2/15/2017 10:02 AM, Jan Blunck wrote: > With the rte_bus infrastructure present in 17.02 it is possible to refactor > the virtual device probing into a bus. This series also introduces the > rte_vdev_device to better keep track of devices. > > Jan Blunck (7): > eal: use different constructor priorities for initcalls > eal: probe legacy PCI devices before other bus devices > eal: move virtual device probing into a bus > eal: remove unused rte_eal_dev_init() > eal: Refactor vdev driver probe/remove > eal: add struct rte_vdev_device > eal: make virtual bus use rte_vdev_device It looks like this patchset depends [1], worth mentioning here. [1] http://dpdk.org/dev/patchwork/patch/20416/ http://dpdk.org/dev/patchwork/patch/20417/ Overall, after dependent patches get: Tested-by: Ferruh Yigit