From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v2 0/8] Rework vdev probing to use rte_bus infrastructure Date: Tue, 21 Feb 2017 12:14:30 +0530 Message-ID: <2be03cdc-e85e-1ceb-f8a3-702d9863cb42@nxp.com> References: <1487152929-23627-1-git-send-email-jblunck@infradead.org> <1487600262-14382-1-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , To: Jan Blunck , Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0052.outbound.protection.outlook.com [104.47.41.52]) by dpdk.org (Postfix) with ESMTP id 60792FE5 for ; Tue, 21 Feb 2017 07:39:48 +0100 (CET) In-Reply-To: <1487600262-14382-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 Monday 20 February 2017 07:47 PM, 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. > > This patchset depends on: > http://dpdk.org/dev/patchwork/patch/20416/ > http://dpdk.org/dev/patchwork/patch/20417/ > > Changes since version 1: > * addition of rte_vdev_device_name() helper > * removed rte_eal_dev_init() from *.map files > * use SOCKET_ID_ANY > Series Acked-by: Shreyansh Jain