[dpdk-test-report] |FAILURE| pw20530 [PATCH v3 17/17] app/test: add unit tests for SW eventdev driver

sys_stv at intel.com sys_stv at intel.com
Fri Feb 17 19:35:17 CET 2017


Test-Label: Intel-compilation
Test-Status: FAILURE

http://dpdk.org/patch/20530

_Compilation issues_

Submitter: Harry van Haaren <harry.van.haaren at intel.com>
Date: Fri, 17 Feb 2017 14:54:09 +0000
DPDK git baseline: Repo:dpdk-next-eventdev, Branch:master, CommitID:84e6e60a58c840a2fd3c5d6a6f23941b2648cf1c

Patch20514-20530 --> compile error
Build Summary: 18 Builds Done, 9 Successful, 9 Failures

Test environment and configuration as below:
OS: RHEL7.2_64
    Kernel Version:3.10.0-327.el7.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
    Clang Version:3.4.2
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc-shared
OS: FreeBSD10.3_64
    Kernel Version:10.3-RELEASE
    CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (2194.97-MHz K8-class CPU)
    GCC Version:gcc (FreeBSD Ports Collection) 4.8.5
    Clang Version:3.4.1
    x86_64-native-bsdapp-clang
    x86_64-native-bsdapp-gcc
OS: FC24_64
    Kernel Version:4.8.6-201.fc24.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
    GCC Version:gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
    Clang Version:3.8.0
    x86_64-native-linuxapp-clang
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-gcc-debug
OS: UB1604_64
    Kernel Version:4.4.0-53-generic
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
    GCC Version:gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
    Clang Version:3.8.0
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-clang
OS: CentOS7_64
    Kernel Version:3.10.0-327.el7.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
    GCC Version:gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
    Clang Version:3.4.2
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-clang
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-gcc

Failed Build #1:
OS: RHEL7.2_64
Target: i686-native-linuxapp-gcc
MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:67:15: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
 static struct rte_event release_ev = {.op = RTE_EVENT_OP_RELEASE };
               ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘xstats_print’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:127:6: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t’ [-Werror=format=]
      i, xstats_names[i].name, values[i]);
      ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:142:6: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t’ [-Werror=format=]
      i, xstats_names[i].name, values[i]);
      ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:157:6: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t’ [-Werror=format=]
      i, xstats_names[i].name, values[i]);
      ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘run_prio_packet_test’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:401:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .op = RTE_EVENT_OP_NEW,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:402:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .queue_id = t->qid[0],
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:403:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘test_single_directed_packet’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:485:4: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘burst_packets’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:679:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i % 3,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:680:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1026:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = flows[i],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1027:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing_history’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1117:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1118:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1119:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1120:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1121:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1166:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1167:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1168:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1169:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1170:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘invalid_qid’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1285:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1286:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘worker_loopback_producer_fn’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1969:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = (uintptr_t)m & 0xFFFF,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1970:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = m,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
cc1: all warnings being treated as errors


Failed Build #2:
OS: RHEL7.2_64
Target: x86_64-native-linuxapp-gcc
MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:67:15: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
 static struct rte_event release_ev = {.op = RTE_EVENT_OP_RELEASE };
               ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘run_prio_packet_test’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:401:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .op = RTE_EVENT_OP_NEW,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:402:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .queue_id = t->qid[0],
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:403:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘test_single_directed_packet’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:485:4: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘burst_packets’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:679:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i % 3,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:680:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1026:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = flows[i],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1027:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing_history’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1117:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1118:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1119:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1120:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1121:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1166:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1167:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1168:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1169:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1170:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘invalid_qid’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1285:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1286:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘worker_loopback_producer_fn’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1969:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = (uintptr_t)m & 0xFFFF,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1970:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = m,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
cc1: all warnings being treated as errors


Failed Build #3:
OS: RHEL7.2_64
Target: x86_64-native-linuxapp-gcc-shared

MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:67:15: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
 static struct rte_event release_ev = {.op = RTE_EVENT_OP_RELEASE };
               ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘run_prio_packet_test’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:401:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .op = RTE_EVENT_OP_NEW,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:402:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .queue_id = t->qid[0],
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:403:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘test_single_directed_packet’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:485:4: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘burst_packets’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:679:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i % 3,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:680:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1026:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = flows[i],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1027:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing_history’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1117:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1118:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1119:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1120:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1121:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1166:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1167:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1168:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1169:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1170:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘invalid_qid’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1285:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1286:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘worker_loopback_producer_fn’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1969:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = (uintptr_t)m & 0xFFFF,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1970:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = m,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
cc1: all warnings being treated as errors


Failed Build #4:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-gcc
MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:67:15: error: missing initializer for field 'rsvd' of 'struct <anonymous>' [-Werror=missing-field-initializers]
 static struct rte_event release_ev = {.op = RTE_EVENT_OP_RELEASE };
               ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:933:12: note: 'rsvd' declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function 'run_prio_packet_test':
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:401:4: error: missing initializer for field 'impl_opaque' of 'struct <anonymous>' [-Werror=missing-field-initializers]
    .op = RTE_EVENT_OP_NEW,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:957:12: note: 'impl_opaque' declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:402:4: error: missing initializer for field 'impl_opaque' of 'struct <anonymous>' [-Werror=missing-field-initializers]
    .queue_id = t->qid[0],
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:957:12: note: 'impl_opaque' declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:403:4: error: missing initializer for field 'impl_opaque' of 'struct <anonymous>' [-Werror=missing-field-initializers]
    .mbuf = arp
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:957:12: note: 'impl_opaque' declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function 'test_single_directed_packet':
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:485:4: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
    .mbuf = arp,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function 'burst_packets':
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:679:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .flow_id = i % 3,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:680:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function 'load_balancing':
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1026:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .flow_id = flows[i],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1027:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function 'load_balancing_history':
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1117:5: error: missing initializer for field 'sub_event_type' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:919:13: note: 'sub_event_type' declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1118:5: error: missing initializer for field 'rsvd' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:933:12: note: 'rsvd' declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1119:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1120:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1121:5: error: missing initializer for field 'impl_opaque' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:957:12: note: 'impl_opaque' declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1166:5: error: missing initializer for field 'sub_event_type' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:919:13: note: 'sub_event_type' declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1167:5: error: missing initializer for field 'rsvd' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:933:12: note: 'rsvd' declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1168:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1169:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1170:5: error: missing initializer for field 'impl_opaque' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:957:12: note: 'impl_opaque' declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function 'invalid_qid':
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1285:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .flow_id = i,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1286:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function 'worker_loopback_producer_fn':
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1969:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .flow_id = (uintptr_t)m & 0xFFFF,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1970:5: error: missing initializer for field 'priority' of 'struct <anonymous>' [-Werror=missing-field-initializers]
     .mbuf = m,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-gcc/include/rte_eventdev.h:947:12: note: 'priority' declared here
    uint8_t priority;
            ^
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'test_eventdev_sw.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:61: recipe for target 'test' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:78: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:126: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:101: recipe for target 'install' failed


Failed Build #5:
OS: FC24_64
Target: i686-native-linuxapp-gcc
MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘xstats_print’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:126:24: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
    printf("%d : %s : %ld\n",
                        ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:141:24: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
    printf("%d : %s : %ld\n",
                        ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:156:24: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
    printf("%d : %s : %ld\n",
                        ^
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'test_eventdev_sw.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:61: recipe for target 'test' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:78: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:126: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:101: recipe for target 'install' failed


Failed Build #6:
OS: UB1604_64
Target: i686-native-linuxapp-gcc
MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘xstats_print’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:126:11: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
    printf("%d : %s : %ld\n",
           ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:141:11: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
    printf("%d : %s : %ld\n",
           ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:156:11: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
    printf("%d : %s : %ld\n",
           ^
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'test_eventdev_sw.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:61: recipe for target 'test' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:78: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:126: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:101: recipe for target 'install' failed


Failed Build #7:
OS: CentOS7_64
Target: i686-native-linuxapp-gcc
MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:67:15: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
 static struct rte_event release_ev = {.op = RTE_EVENT_OP_RELEASE };
               ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘xstats_print’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:127:6: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t’ [-Werror=format=]
      i, xstats_names[i].name, values[i]);
      ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:142:6: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t’ [-Werror=format=]
      i, xstats_names[i].name, values[i]);
      ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:157:6: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘uint64_t’ [-Werror=format=]
      i, xstats_names[i].name, values[i]);
      ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘run_prio_packet_test’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:401:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .op = RTE_EVENT_OP_NEW,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:402:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .queue_id = t->qid[0],
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:403:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘test_single_directed_packet’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:485:4: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘burst_packets’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:679:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i % 3,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:680:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1026:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = flows[i],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1027:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing_history’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1117:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1118:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1119:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1120:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1121:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1166:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1167:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1168:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1169:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1170:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘invalid_qid’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1285:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1286:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘worker_loopback_producer_fn’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1969:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = (uintptr_t)m & 0xFFFF,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1970:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = m,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/i686-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
cc1: all warnings being treated as errors


Failed Build #8:
OS: CentOS7_64
Target: x86_64-native-linuxapp-gcc-shared

MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:67:15: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
 static struct rte_event release_ev = {.op = RTE_EVENT_OP_RELEASE };
               ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘run_prio_packet_test’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:401:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .op = RTE_EVENT_OP_NEW,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:402:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .queue_id = t->qid[0],
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:403:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘test_single_directed_packet’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:485:4: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘burst_packets’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:679:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i % 3,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:680:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1026:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = flows[i],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1027:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing_history’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1117:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1118:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1119:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1120:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1121:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1166:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1167:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1168:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1169:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1170:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘invalid_qid’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1285:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1286:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘worker_loopback_producer_fn’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1969:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = (uintptr_t)m & 0xFFFF,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1970:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = m,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
cc1: all warnings being treated as errors


Failed Build #9:
OS: CentOS7_64
Target: x86_64-native-linuxapp-gcc
MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:67:15: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
 static struct rte_event release_ev = {.op = RTE_EVENT_OP_RELEASE };
               ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘run_prio_packet_test’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:401:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .op = RTE_EVENT_OP_NEW,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:402:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .queue_id = t->qid[0],
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:403:4: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘test_single_directed_packet’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:485:4: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
    .mbuf = arp,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘burst_packets’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:679:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i % 3,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:680:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1026:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = flows[i],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1027:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘load_balancing_history’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1117:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1118:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1119:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1120:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1121:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1166:5: error: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:919:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1167:5: error: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:933:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1168:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1169:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1170:5: error: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:957:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘invalid_qid’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1285:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = i,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1286:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c: In function ‘worker_loopback_producer_fn’:
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1969:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .flow_id = (uintptr_t)m & 0xFFFF,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:1970:5: error: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Werror=missing-field-initializers]
     .mbuf = m,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_eventdev_sw.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:947:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
cc1: all warnings being treated as errors


DPDK STV team


More information about the test-report mailing list