From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CE832D1BB for ; Tue, 28 Mar 2017 13:58:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490702336; x=1522238336; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Qu8oQ7agc3Kq5hvsDL583XkyMVLpzlmPmoMW0aLu9rs=; b=PhWZDQNkEymjVFrmYPAFrb6nrcBhbX4TxPaPl1Ruc5fNspnkmHlfZn3n W33VQpHxejFojCgWYPKIJChd5Wcc7A==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 04:58:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="1112914223" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.140]) by orsmga001.jf.intel.com with SMTP; 28 Mar 2017 04:58:54 -0700 Received: by (sSMTP sendmail emulation); Tue, 28 Mar 2017 12:58:53 +0100 Date: Tue, 28 Mar 2017 12:58:53 +0100 From: Bruce Richardson To: Gaetan Rivet Cc: dev@dpdk.org, Thomas Monjalon Message-ID: <20170328115852.GA14364@bricha3-MOBL3.ger.corp.intel.com> References: <1490701917-17089-1-git-send-email-gaetan.rivet@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1490701917-17089-1-git-send-email-gaetan.rivet@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) Subject: Re: [dpdk-dev] [PATCH 1/1] pci: default to whitelist mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 11:58:57 -0000 On Tue, Mar 28, 2017 at 01:51:57PM +0200, Gaetan Rivet wrote: > Expects all devices to be explicitly defined before being probed. Using > the -b option will activate blacklist mode instead. > > Signed-off-by: Gaetan Rivet > --- So does this change the default behaviour when no black or whitelist options are defined? Instead of having all devices polled, we will have none? /Bruce