From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: Making rte_eal_pci_probe() in rte_eal_init() optional? Date: Sat, 14 Nov 2015 18:51:22 +0100 Message-ID: References: <56475966.2080404@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev@dpdk.org" , Don Provan To: "Roger B. Melton" Return-path: Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) by dpdk.org (Postfix) with ESMTP id 2FB7095C0 for ; Sat, 14 Nov 2015 18:51:23 +0100 (CET) Received: by oies6 with SMTP id s6so65982247oie.1 for ; Sat, 14 Nov 2015 09:51:22 -0800 (PST) In-Reply-To: <56475966.2080404@cisco.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Roger, On Sat, Nov 14, 2015 at 4:55 PM, Roger B. Melton wrote: > Agreed. For our application, the debug case would be to _enable_ the PCI > scan. > > Again, thanks David for pointing it out. It did solve our problem. The only problem with --no-pci is that I think that vfio won't work properly if used. Did you try to blacklist all your devices then attach them later ? I would say what you need here is to "blacklist all" or "whitelist none" at startup, so maybe a special keyword for -b/-w options. -- David Marchand