From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id CB0C4AAB5 for ; Mon, 16 Apr 2018 14:24:33 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 45DB29C01F7; Mon, 16 Apr 2018 12:24:32 +0000 (UTC) Received: from [192.168.38.17] (84.52.114.114) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Mon, 16 Apr 2018 13:24:27 +0100 To: Pavan Nikhilesh , Jerin Jacob CC: "dev@dpdk.org" , Thomas Monjalon From: Andrew Rybchenko Message-ID: Date: Mon, 16 Apr 2018 15:24:21 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Language: en-GB X-Originating-IP: [84.52.114.114] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-11.0.0.1191-8.100.1062-23786.003 X-TM-AS-Result: No--2.931400-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-MDID: 1523881473-zLYgec0YPgnx Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] dpdk and dpdk-next-net build is broken on RHEL 7.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: , X-List-Received-Date: Mon, 16 Apr 2018 12:24:34 -0000 Hi, dpdk and dpdk-next-net build is broken on RHEL 7.4. It looks like after pull from next-eventdev. == Build app/test-eventdev   CC test_perf_common.o /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c: In function ‘perf_event_timer_produ cer’: /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:99:3: error: missing initializer for  field ‘priority’ of ‘struct ’ [-Werror=missing-field-initializers]    .ev.sched_type = t->opt->sched_type_list[0],    ^ In file included from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.h:14:0,                  from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:5: /home/arybchik/build/dpdk-next-net.hpdl160g9b.x86_64-native-linuxapp-gcc/include/rte_eventdev.h:1049:12: n ote: ‘priority’ declared here     uint8_t priority;             ^ /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:100:3: error: missing initializer fo r field ‘priority’ of ‘struct ’ [-Werror=missing-field-initializers]    .ev.priority = RTE_EVENT_DEV_PRIORITY_NORMAL,    ^ In file included from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.h:14:0,                  from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:5: /home/arybchik/build/dpdk-next-net.hpdl160g9b.x86_64-native-linuxapp-gcc/include/rte_eventdev.h:1049:12: n ote: ‘priority’ declared here     uint8_t priority;             ^ /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:101:3: error: missing initializer fo r field ‘impl_opaque’ of ‘struct ’ [-Werror=missing-field-initializers]    .ev.event_type =  RTE_EVENT_TYPE_TIMER,    ^ In file included from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.h:14:0,                  from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:5: /home/arybchik/build/dpdk-next-net.hpdl160g9b.x86_64-native-linuxapp-gcc/include/rte_eventdev.h:1059:12: n ote: ‘impl_opaque’ declared here     uint8_t impl_opaque;             ^ /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:102:3: error: missing initializer fo r field ‘impl_opaque’ of ‘struct ’ [-Werror=missing-field-initializers]    .state = RTE_EVENT_TIMER_NOT_ARMED,    ^ In file included from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.h:14:0,                  from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:5: /home/arybchik/build/dpdk-next-net.hpdl160g9b.x86_64-native-linuxapp-gcc/include/rte_eventdev.h:1059:12: n ote: ‘impl_opaque’ declared here     uint8_t impl_opaque;             ^ /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c: In function ‘perf_event_timer_produ cer_burst’: /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:161:3: error: missing initializer fo r field ‘priority’ of ‘struct ’ [-Werror=missing-field-initializers]    .ev.sched_type = t->opt->sched_type_list[0],    ^ In file included from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.h:14:0,                  from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:5: /home/arybchik/build/dpdk-next-net.hpdl160g9b.x86_64-native-linuxapp-gcc/include/rte_eventdev.h:1049:12: n ote: ‘priority’ declared here     uint8_t priority;             ^ /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:162:3: error: missing initializer fo r field ‘priority’ of ‘struct ’ [-Werror=missing-field-initializers]    .ev.priority = RTE_EVENT_DEV_PRIORITY_NORMAL,    ^ In file included from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.h:14:0,                  from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:5: /home/arybchik/build/dpdk-next-net.hpdl160g9b.x86_64-native-linuxapp-gcc/include/rte_eventdev.h:1049:12: note: ‘priority’ declared here     uint8_t priority;             ^ /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:163:3: error: missing initializer for field ‘impl_opaque’ of ‘struct ’ [-Werror=missing-field-initializers]    .ev.event_type =  RTE_EVENT_TYPE_TIMER,    ^ In file included from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.h:14:0,                  from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:5: /home/arybchik/build/dpdk-next-net.hpdl160g9b.x86_64-native-linuxapp-gcc/include/rte_eventdev.h:1059:12: note: ‘impl_opaque’ declared here     uint8_t impl_opaque;             ^ /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:164:3: error: missing initializer for field ‘impl_opaque’ of ‘struct ’ [-Werror=missing-field-initializers]    .state = RTE_EVENT_TIMER_NOT_ARMED,    ^ In file included from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.h:14:0,                  from /home/arybchik/src/dpdk-next-net/app/test-eventdev/test_perf_common.c:5: /home/arybchik/build/dpdk-next-net.hpdl160g9b.x86_64-native-linuxapp-gcc/include/rte_eventdev.h:1059:12: note: ‘impl_opaque’ declared here     uint8_t impl_opaque;             ^ cc1: all warnings being treated as errors make[4]: *** [test_perf_common.o] Error 1 make[3]: *** [test-eventdev] Error 2 make[2]: *** [app] Error 2 make[1]: *** [all] Error 2 make: *** [all] Error 2 $ gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16) Andrew.