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 489E8A0548; Mon, 10 May 2021 12:13:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA8C340140; Mon, 10 May 2021 12:13:47 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id 389E54003E for ; Mon, 10 May 2021 12:13:46 +0200 (CEST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id CFBE45C017D; Mon, 10 May 2021 06:13:45 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 10 May 2021 06:13:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= 1rwxlTiDFnMWLAsPrPUctZzeokeiYgZZ01clvuGivj0=; b=hek/2ALhgjHkmfk+ 4oAdRmObbYIJQhz7avLpb4Gk6PpCSRMXahhJqqI89/3s0FR6e7yfMts5JHZj0+40 G2DeMB7hBWcY/sStmiiuAZr9a+n9rhkP2DZmPbggyQBI5xBGd1ynEnd5bchL9WHY +aPDsv9VNddNQEtZb5ZU/5DCg1W1NW9/Zf7R3a/3ZCv4V2RivHlMgT/xMRje/afm 2Kr+pA4Ve6QBfpTcGNOOS7I3SktCBivaWa0zYlToDqq++VX8S4Rj3t6n0CqgpLdb RtEaGt5J9rj+VCyYIVdr095PlpeIUPkiQc6Ow6oeE3jLkIHK5zCkchUw9HE4Uex8 vLxw6Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=1rwxlTiDFnMWLAsPrPUctZzeokeiYgZZ01clvuGiv j0=; b=cjrtXc5C0r8uQKSEqvHkmXeCS1meJbEexygndEqV3p15G2eaorLWNEmI1 hDev+U2K2EQuLpM01y0anh4yihS5hTXJQoROeuySHfkAcgIgAr2dyQnK2mJBmiq3 98UxBYfpAdIZN/GJ63ITSdx7bILn+YdgDhXCX+9iSQIRNRiFMEckZHTy1e84/+To MHPYoyGObVErVKT5LwupC/UJf+LBoYsrgQt0QeGRRy2Xd+W/oHo61vxfjj6MAIlm tQx7KWqDXCveRuBIydQeX2tCuZ08qdjGyhtXylBX/DUYCIGRlzOEZkP/q9ujz9Si unjWPbLq1ma3sUhPFLgz5QAAhtbCg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdegkedgvdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 10 May 2021 06:13:44 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, anatoly.burakov@intel.com, Harry van Haaren Date: Mon, 10 May 2021 12:13:43 +0200 Message-ID: <2538455.I2RYtRA1Nl@thomas> In-Reply-To: <20210506150908.797110-1-bruce.richardson@intel.com> References: <20210506150908.797110-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 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.