automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw20114 [PATCH v2 15/15] app/test: add unit tests for SW eventdev driver
@ 2017-01-31 20:52 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2017-01-31 20:52 UTC (permalink / raw)
  To: test-report; +Cc: harry.van.haaren

[-- Attachment #1: Type: text/plain, Size: 29000 bytes --]

Test-Label: Intel compilation
Test-Status: FAILURE

http://dpdk.org/patch/20114

_Compilation issues_

Submitter: Harry van Haaren <harry.van.haaren@intel.com>
Date: Tue, 31 Jan 2017 16:14:32 +0000
DPDK git baseline: Repo:dpdk-next-eventdev, Branch:master, CommitID:f13b12ef54e21fe166ea5fc256d80becf3f8b2db

Patch20100-20114 --> compile error
Build Summary: 18 Builds Done, 14 Successful, 4 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-gcc-debug
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-clang
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: x86_64-native-linuxapp-gcc-shared

MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:67:15: warning: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
 static struct rte_event release_ev = {.op = RTE_EVENT_OP_RELEASE };
               ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:931:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘run_prio_packet_test’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:342:4: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
    .op = RTE_EVENT_OP_NEW,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:343:4: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
    .queue_id = t->qid[0],
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:344:4: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
    .mbuf = arp
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘test_single_directed_packet’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:426:4: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
    .mbuf = arp,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘burst_packets’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:620:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .flow_id = i % 3,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:621:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘load_balancing’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:871:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .flow_id = flows[i],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:872:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘load_balancing_history’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:962:5: warning: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:917:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:963:5: warning: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:931:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:964:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:965:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:966:5: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1011:5: warning: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:917:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1012:5: warning: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:931:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1013:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1014:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1015:5: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘invalid_qid’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1130:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .flow_id = i,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1131:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘worker_loopback_producer_fn’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1803:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .flow_id = (uintptr_t)m & 0xFFFF,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1804:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = m,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^  test_sw_eventdev.o: In function `test_event_dev_stats_get':
test_sw_eventdev.c:(.text+0xf4): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x110): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x12a): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x167): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x19d): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.o:test_sw_eventdev.c:(.text+0x1dd): more undefined references to `rte_event_dev_xstats_by_name_get' follow
collect2: error: ld returned 1 exit status


Failed Build #2:
OS: FC24_64
Target: x86_64-native-linuxapp-gcc-shared

MKRES test_resource_c.res.o  test_sw_eventdev.o: In function `test_event_dev_stats_get':
test_sw_eventdev.c:(.text+0xf4): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x110): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x12a): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x167): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x19d): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.o:test_sw_eventdev.c:(.text+0x1dd): more undefined references to `rte_event_dev_xstats_by_name_get' follow
collect2: error: ld returned 1 exit status
/home/patchWorkOrg/compilation/mk/rte.app.mk:245: recipe for target 'test' 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 #3:
OS: UB1604_64
Target: x86_64-native-linuxapp-gcc-shared

MKRES test_resource_c.res.o  test_sw_eventdev.o: In function `test_event_dev_stats_get':
test_sw_eventdev.c:(.text+0x47): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x60): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x7a): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0xc1): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x102): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.o:test_sw_eventdev.c:(.text+0x14d): more undefined references to `rte_event_dev_xstats_by_name_get' follow
collect2: error: ld returned 1 exit status
/home/patchWorkOrg/compilation/mk/rte.app.mk:245: recipe for target 'test' 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 #4:
OS: CentOS7_64
Target: x86_64-native-linuxapp-gcc-shared

MKRES test_resource_c.res.o/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:67:15: warning: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
 static struct rte_event release_ev = {.op = RTE_EVENT_OP_RELEASE };
               ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:931:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘run_prio_packet_test’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:342:4: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
    .op = RTE_EVENT_OP_NEW,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:343:4: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
    .queue_id = t->qid[0],
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:344:4: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
    .mbuf = arp
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘test_single_directed_packet’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:426:4: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
    .mbuf = arp,
    ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘burst_packets’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:620:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .flow_id = i % 3,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:621:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘load_balancing’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:871:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .flow_id = flows[i],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:872:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘load_balancing_history’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:962:5: warning: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:917:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:963:5: warning: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:931:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:964:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:965:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:966:5: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1011:5: warning: missing initializer for field ‘sub_event_type’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .op = RTE_EVENT_OP_NEW,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:917:13: note: ‘sub_event_type’ declared here
    uint32_t sub_event_type:8;
             ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1012:5: warning: missing initializer for field ‘rsvd’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .queue_id = t->qid[0],
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:931:12: note: ‘rsvd’ declared here
    uint8_t rsvd:4;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1013:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .event_type = RTE_EVENT_TYPE_CPU,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1014:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .priority = RTE_EVENT_DEV_PRIORITY_NORMAL,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1015:5: warning: missing initializer for field ‘impl_opaque’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:955:12: note: ‘impl_opaque’ declared here
    uint8_t impl_opaque;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘invalid_qid’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1130:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .flow_id = i,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1131:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = arp,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c: In function ‘worker_loopback_producer_fn’:
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1803:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .flow_id = (uintptr_t)m & 0xFFFF,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^
/home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:1804:5: warning: missing initializer for field ‘priority’ of ‘struct <anonymous>’ [-Wmissing-field-initializers]
     .mbuf = m,
     ^
In file included from /home/patchWorkOrg/compilation/app/test/test_sw_eventdev.c:51:0:
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-gcc/include/rte_eventdev.h:945:12: note: ‘priority’ declared here
    uint8_t priority;
            ^  test_sw_eventdev.o: In function `test_event_dev_stats_get':
test_sw_eventdev.c:(.text+0xf4): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x110): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x12a): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x167): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.c:(.text+0x19d): undefined reference to `rte_event_dev_xstats_by_name_get'
test_sw_eventdev.o:test_sw_eventdev.c:(.text+0x1dd): more undefined references to `rte_event_dev_xstats_by_name_get' follow
collect2: error: ld returned 1 exit status


DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-31 20:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-31 20:52 [dpdk-test-report] |FAILURE| pw20114 [PATCH v2 15/15] app/test: add unit tests for SW eventdev driver sys_stv

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).