From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id CEA2B5699
 for <dev@dpdk.org>; Sun,  9 Jul 2017 12:38:54 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 8770920913;
 Sun,  9 Jul 2017 06:38:54 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Sun, 09 Jul 2017 06:38:54 -0400
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:x-sasl-enc; s=mesmtp; bh=3qIQnmj77GvpMdq
 nDksgLYpCpZ0WAsG9/Dh6ax5GkgY=; b=krHf5e+xBdl07hqPOg6uCE8rk12Ui+K
 nvF2qw0xqVY3OMC3ft88ctlRq09BEk03RoOrN8F1saWLcIFbS5oKITi9a+HUxnr8
 umwMaGjUPQfJILCSbuUyFf9fA0zDwaMxH9jtlpGuIf02IXwwNUr9yjqDWS7d0zbW
 EbwZArszaku0=
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:x-sasl-enc; s=
 fm1; bh=3qIQnmj77GvpMdqnDksgLYpCpZ0WAsG9/Dh6ax5GkgY=; b=VuUE7F0r
 W2dl2GPNV+qCtu1yDsNYRk/sSvujtOSTCGf0/AOkHAfYlV9cVOJj6bgLfH7KIfTB
 0T4XJNxRzFOxOznlSgUj4EM8lv7/aQEK13zP+bNAOwII4oeKTU6QYNyCrHQLgYv3
 +V7xvFRDba/O3gPque/5LRjWXwypZ9BQpzXolqsLyZFd0iLCIemOVGnj+6Z/WtOK
 QJNXG2b/Szq2noS0rWslOVYPYPs/6BnHvmO3FtZ8EslcLOU0T4mqpd9zzw/fid5j
 POEySkUTMHTsdSD8U/Vmr1kOZVMEAG549MsKVRJZEhCzo2o1sA2/G+zPZexOqYpG
 +N+eD3KnW17DSQ==
X-ME-Sender: <xms:vgdiWQ2ucOIx86ISOKoc19q70nYSS50SgSyrbW9r4kY0Sf1ULrXg3Q>
X-Sasl-enc: uAjukKAy7oHz0gamPKy6bOXb26qDly0XeVDV5KWcKgVG 1499596734
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 3FEA97E70C;
 Sun,  9 Jul 2017 06:38:54 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Jan Blunck <jblunck@infradead.org>
Cc: dev@dpdk.org
Date: Sun, 09 Jul 2017 12:38:53 +0200
Message-ID: <1582621.mDe9fsxt3G@xps>
In-Reply-To: <20170709094416.15045-1-jblunck@infradead.org>
References: <20170709094416.15045-1-jblunck@infradead.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] crypto/scheduler: fix build
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 09 Jul 2017 10:38:55 -0000

09/07/2017 11:44, Jan Blunck:
> Fixes 4c07e0552f0a ("crypto/scheduler: add multicore scheduling mode")
> 
> drivers/crypto/scheduler/scheduler_multicore.c: In function 'scheduler_stop':
> drivers/crypto/scheduler/scheduler_multicore.c:286:2: error: 'for' loop
>  initial declarations are only allowed in C99 or C11 mode
>   for (uint16_t i = 0; i < sched_ctx->nb_wc; i++)
>   ^

I wonder why I have not spotted it.
What is your compiler? which version?