From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] crypto/scheduler: fix build Date: Sun, 09 Jul 2017 17:05:22 +0200 Message-ID: <3641165.AtgfIC6yQW@xps> References: <20170709094416.15045-1-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Blunck Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 35BF358F6 for ; Sun, 9 Jul 2017 17:05:24 +0200 (CEST) In-Reply-To: <20170709094416.15045-1-jblunck@infradead.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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++) > ^ > compilation terminated due to -Wfatal-errors. > mk/internal/rte.compile-pre.mk:138: recipe for target 'scheduler_multicore.o' > failed > make[4]: *** [scheduler_multicore.o] Error 1 > make[4]: *** Waiting for unfinished jobs.... > > Signed-off-by: Jan Blunck Applied, thanks