From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v6 7/8] eal: enable PCI bus Date: Tue, 17 Jan 2017 10:34:19 +0530 Message-ID: <19704d1e-a306-5ee3-b90f-b6419c88c5f2@nxp.com> References: <1484581107-2025-1-git-send-email-shreyansh.jain@nxp.com> <1484581107-2025-8-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , To: Ferruh Yigit , Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0067.outbound.protection.outlook.com [104.47.38.67]) by dpdk.org (Postfix) with ESMTP id D41E3591E for ; Tue, 17 Jan 2017 06:00:55 +0100 (CET) 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" On Tuesday 17 January 2017 01:28 AM, Ferruh Yigit wrote: > On 1/16/2017 3:38 PM, Shreyansh Jain wrote: >> Remove EAL initiated direct PCI scan/probe and enable PCI Bus linkage. >> >> Signed-off-by: Shreyansh Jain >> --- > > <...> > >> -/* Init the PCI EAL subsystem */ >> -int >> -rte_eal_pci_init(void) >> -{ >> - /* for debug purposes, PCI can be disabled */ >> - if (internal_config.no_pci) >> - return 0; > > Are we losing this feature? Should this check moved to rte_eal_pci_scan() ? Yes, that is miss from my side. v5 had this, but I missed in v6 in all that code movement. I will add that to rte_eal_pci_scan. Thanks for highlighting. > > <...> > >