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 15:41:17 +0530 Message-ID: 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 NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0066.outbound.protection.outlook.com [104.47.41.66]) by dpdk.org (Postfix) with ESMTP id 5E1582B8D for ; Tue, 17 Jan 2017 11:07:53 +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() ? > > <...> > > Fixed in v7. Thanks for comments.