From: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
To: Andrew Rybchenko <arybchenko@solarflare.com>,
Thomas Monjalon <thomas@monjalon.net>,
Jerin Jacob <jerin.jacob@caviumnetworks.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] dpdk and dpdk-next-net build is broken on RHEL 7.4
Date: Mon, 16 Apr 2018 18:35:18 +0530 [thread overview]
Message-ID: <20180416130517.GA31941@ltp-pvn> (raw)
In-Reply-To: <ca21aba5-2598-ba8d-74bd-39012617584d@solarflare.com>
Hi Andrew,
Thanks for reporting the issue, will fix it and send out a patch soon.
Pavan
On Mon, Apr 16, 2018 at 03:24:21PM +0300, Andrew Rybchenko wrote:
> 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 <anonymous>’
> [-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 <anonymous>’
> [-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 <anonymous>’
> [-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 <anonymous>’
> [-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 <anonymous>’
> [-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 <anonymous>’
> [-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 <anonymous>’
> [-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 <anonymous>’
> [-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.
prev parent reply other threads:[~2018-04-16 13:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-16 12:24 Andrew Rybchenko
2018-04-16 13:05 ` Pavan Nikhilesh [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180416130517.GA31941@ltp-pvn \
--to=pbhagavatula@caviumnetworks.com \
--cc=arybchenko@solarflare.com \
--cc=dev@dpdk.org \
--cc=jerin.jacob@caviumnetworks.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).