From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0654F1B1B8 for ; Sat, 20 Jan 2018 09:45:23 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6886620CE5; Sat, 20 Jan 2018 03:45:22 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 20 Jan 2018 03:45:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9lRZACVZ0xm0d+QLziofEeXeQU f/iuEmp8qdU4rqVww=; b=U6P7n+987CYJAi8xHkAVp1Z/xlcPrFLREasG2heC9l aN1LqcnvmNISul1kv1uECKKQCbuO5Ks0CGJlPVvArz7QD+0fiwMXf1CtWTWY8l0/ bcb6rw2xBiq+QnCGRZz7XMk6tvB0d06UK34Y8WvTDDKIvmqKcb/OwwH7owOBeHps c= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=9lRZAC VZ0xm0d+QLziofEeXeQUf/iuEmp8qdU4rqVww=; b=SaGe6NVI8hyYNqCSRiDfwj 9/qTy5DX4p28GL0jhFKkJs7itz60O5XS+n3Qq4gLIwIqlFB+6g6FvVMSVtpUcAhe VoI8/AWQCm/1NtQ2ErZY/ZtbQphnlwyCN2eTm+UgMs7b9tLnxNbPGRkKkIrY/5Wh xtp1RPdt9ZwCB3LaBJ9eNWGyiT1lTvx38xpQD5dPemHgqdC00yzTHjdzWMffpw8k 6WE2XzojIIx7jTyLjDEc4Be2XujEUr4GDzWx4brQ/aYlMH6aTF/szEi8ounmQgY1 r4r8QtiV+7cAq5kmiIqczZe7chjDi2uyZ8E4fV/OX5AGLAlLvYd97YK+zmF60nVA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 18C0A240DE; Sat, 20 Jan 2018 03:45:22 -0500 (EST) From: Thomas Monjalon To: "Patil, Harish" , "liang.j.ma@intel.com" , "peter.mccarthy@intel.com" , jerin.jacob@caviumnetworks.com Cc: dev@dpdk.org, ferruh.yigit@intel.com Date: Sat, 20 Jan 2018 09:44:46 +0100 Message-ID: <20236883.VkVyGBRfOF@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] Compilation errors in drivers/event/opdl/ 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: Sat, 20 Jan 2018 08:45:24 -0000 20/01/2018 06:18, Patil, Harish: > Hi, >=20 > I am seeing below compilation errors in drivers/event/opdl/, this is with > cloned latest DPDK (git clone http://dpdk.org/git/dpdk). >=20 > .. > .. > /home2/hpatil/e4/jan19-inbox-submit/dpdk/drivers/event/opdl/opdl_evdev_xs= ta > ts.c: In function =E2=80=98opdl_xstats_get_names=E2=80=99: > /home2/hpatil/e4/jan19-inbox-submit/dpdk/drivers/event/opdl/opdl_evdev_xs= ta > ts.c:89:2: error: =E2=80=98for=E2=80=99 loop initial declarations are onl= y allowed in > C99 mode > for (uint32_t j =3D 0; j < max_num_port_xstat; j++) { > ^ My compiler does not raise this error. What is your compiler? Anyone to fix it QUICKLY please? today? Harish, do you think we should revert if not fixed?