From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7082AA046B for ; Sat, 29 Jun 2019 14:27:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 43E8037B0; Sat, 29 Jun 2019 14:27:05 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 3A7812C60 for ; Sat, 29 Jun 2019 14:27:04 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CD7AA215B2; Sat, 29 Jun 2019 08:27:03 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 29 Jun 2019 08:27:03 -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=mesmtp; bh=ucqyD9W7SPAd6iBwfCQwI/iD3/xm1rOyXQXttoxu2CI=; b=PMtLrY1cU82F NF+Wi/hVraBcj3tmpAZRpKMlVSGSetfad015ogjnTq3hT9aun2Ju7b/3P//wK+gx IV9gerzplhhwwgZm587/22nOqPSs3BvGruO/om2swh4Ue7/GxXP8NtttA8tkqCPZ jyyy+dG/m9jNnPzhge59jvZDeuyRfP4= 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=fm3; bh=ucqyD9W7SPAd6iBwfCQwI/iD3/xm1rOyXQXttoxu2 CI=; b=x6J/Dnys0tYE1u1nBtnJr6yabu45nlqk84T30AjiOd6piR3YRDtZlHWra jMsoyyofx2mi5JaqNSZC7xurySarXs425cuNv7p0V0hdKCeo0VWsRQ5LQ9vOq8ZD 8nSMMG5fnmOA0zefb3RxBrziol8ZypT+SlPk2PkwJn7ofmBEth/rQTDGxb0rKqWB /9jOwcLe9exq43z6psOygf2b8OM5trzh9EO6U63LyxPfx847D0EkgMaH9y6dR1DY gDTZ2WYa7v6V2uiYYtTkmNuJrTIsGcJz/Wa8UQ7zQqVeOma8h6jmJPDL2A1/O9CU izbHx0rBV+M6Z8ktEnCo5pyLCapgQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvddvgdehfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtqhertd dttdejnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedt 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 id 426A9380083; Sat, 29 Jun 2019 08:27:03 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: reshma.pattan@intel.com Date: Sat, 29 Jun 2019 14:27:00 +0200 Message-ID: <20551621.Mynbqv2sZL@xps> In-Reply-To: <20190629085507.31808-1-thomas@monjalon.net> References: <20190629085507.31808-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd-power: fix build with gcc 4 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 29/06/2019 10:55, Thomas Monjalon: > error: =E2=80=98for=E2=80=99 loop initial declarations are only allowed i= n C99 mode >=20 > Fixes: 609e79841fcf ("examples/l3fwd-power: add telemetry mode") > Cc: reshma.pattan@intel.com >=20 > Signed-off-by: Thomas Monjalon Applied quickly in the hope of getting CI in a stable state.