From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: dpdk-next-crypto broken? Date: Tue, 8 May 2018 16:06:58 +0530 Message-ID: <20180508103657.GA3982@jerin> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , Pablo de Lara , "Sahu, Sunila" , "Kotamarthy, Kanaka" To: "Verma, Shally" Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0069.outbound.protection.outlook.com [104.47.36.69]) by dpdk.org (Postfix) with ESMTP id 4FBEB7CC2 for ; Tue, 8 May 2018 12:37:20 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 8 May 2018 10:31:56 +0000 > From: "Verma, Shally" > To: "dev@dpdk.org" , Pablo de Lara > > CC: "Sahu, Sunila" , "Kotamarthy, Kanaka" > > Subject: [dpdk-dev] dpdk-next-crypto broken? > > Trying to do 'make test' on dpdk-next-crypto clone, throw these error. Even if I try to disable this file build by setting CONFIG_RTE_LIBRTE_EVENTDEV=n , don't help, fails at some other places. Can there be quick resolve for same? Are you using gcc 4.8.5. If so the following patch will fix the problem. http://dpdk.org/dev/patchwork/patch/39428/ > > CC test_event_timer_adapter.o > /home/sverma/dpdk/latest/test/test/test_event_timer_adapter.c: In function 'test_timer_state': > /home/sverma/dpdk/latest/test/test/test_event_timer_adapter.c:381:3: error: missing initializer for field 'priority' of 'struct ' [-Werror=missing-field-initializers] > .ev.sched_type = RTE_SCHED_TYPE_ATOMIC, > ^ > In file included from /home/sverma/dpdk/latest/test/test/test_event_timer_adapter.c:12:0: > /home/sverma/dpdk/latest/build/include/rte_eventdev.h:1049:12: note: 'priority' declared here > uint8_t priority; > ^ > > Thanks > Shally