From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 58158A0548; Mon, 10 May 2021 12:23:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2715B40140; Mon, 10 May 2021 12:23:07 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 9FC364003E for ; Mon, 10 May 2021 12:23:05 +0200 (CEST) IronPort-SDR: sJzrKPU+AOhLg6dzfxYG91UxbDtc9G0rVPqZxyM/kU0gqQQgXdP43Yi0jZxEBIEFMDzr0mtiDF qQu0RDbHLyew== X-IronPort-AV: E=McAfee;i="6200,9189,9979"; a="178749358" X-IronPort-AV: E=Sophos;i="5.82,287,1613462400"; d="scan'208";a="178749358" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2021 03:23:04 -0700 IronPort-SDR: rxtgOQI2ZgD3Ctzypu9ZNerqN5h/ZT8tNff7eBBsQVKCcbwI/sBPwvCFGIqg0Fj1nYJNhrgKJ8 xwy8pVBGBOMg== X-IronPort-AV: E=Sophos;i="5.82,287,1613462400"; d="scan'208";a="468062244" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.17.68]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 10 May 2021 03:23:03 -0700 Date: Mon, 10 May 2021 11:22:59 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, anatoly.burakov@intel.com, Harry van Haaren Message-ID: References: <20210506150908.797110-1-bruce.richardson@intel.com> <2538455.I2RYtRA1Nl@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2538455.I2RYtRA1Nl@thomas> Subject: Re: [dpdk-dev] [PATCH] raw/ioat: fix bus requiring virtual addressing when no devs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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 Mon, May 10, 2021 at 12:13:43PM +0200, Thomas Monjalon wrote: > 06/05/2021 17:09, Bruce Richardson: > > +static unsigned int devcount = 0; > > ERROR:INITIALISED_STATIC: do not initialise statics to 0 > > I will fix (remove = 0) if you agree. > Sure. Thanks.