From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v6 7/8] eal: enable PCI bus Date: Mon, 16 Jan 2017 19:58:59 +0000 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 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, thomas.monjalon@6wind.com To: Shreyansh Jain , david.marchand@6wind.com Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 99C9F108F for ; Mon, 16 Jan 2017 20:59:02 +0100 (CET) In-Reply-To: <1484581107-2025-8-git-send-email-shreyansh.jain@nxp.com> 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 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() ? <...>