From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH 2/7] eal: probe legacy PCI devices before other bus devices Date: Wed, 15 Feb 2017 19:33:12 +0530 Message-ID: <9389f498-493e-015a-2bc7-b5d2b3d76aa2@nxp.com> References: <1487152929-23627-1-git-send-email-jblunck@infradead.org> <1487152929-23627-3-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit To: Jan Blunck , Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0049.outbound.protection.outlook.com [104.47.37.49]) by dpdk.org (Postfix) with ESMTP id DF550201 for ; Wed, 15 Feb 2017 14:58:23 +0100 (CET) In-Reply-To: <1487152929-23627-3-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 Wednesday 15 February 2017 03:32 PM, Jan Blunck wrote: > Make sure that the PCI devices are probed before the virtual devices after > the legacy virtual device probing has been moved to a bus. > > Signed-off-by: Jan Blunck > --- Acked-by: Shreyansh Jain