[dpdk-test-report] |FAILURE| pw20733 [PATCH 1/2] librte_net: add crc init and compute APIs

sys_stv at intel.com sys_stv at intel.com
Fri Feb 24 22:35:55 CET 2017


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

http://dpdk.org/patch/20733

_Compilation issues_

Submitter: Jasvinder Singh <jasvinder.singh at intel.com>
Date: Fri, 24 Feb 2017 20:54:16 +0000
DPDK git baseline: Repo:dpdk, Branch:master, CommitID:3ef24b3d35d732c18ea3d68b30979506bfb1320e

Patch20733-20733 --> compile error
Build Summary: 18 Builds Done, 12 Successful, 6 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
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c: In function ‘rte_net_crc_init’:
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:627:4: error: implicit declaration of function ‘rte_net_crc_sse42_init’ [-Werror=implicit-function-declaration]
    status = rte_net_crc_sse42_init();
    ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:627:4: error: nested extern declaration of ‘rte_net_crc_sse42_init’ [-Werror=nested-externs]
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:628:15: error: ‘handlers_sse42’ undeclared (first use in this function)
    handlers = handlers_sse42;
               ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:628:15: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors


Failed Build #2:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-clang
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:100:17: error: implicit declaration of function '_mm_clmulepi64_si128' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        __m128i tmp0 = _mm_clmulepi64_si128(fold, precomp, 0x01);
                       ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:100:17: note: did you mean '_mm_cvtsi64_si128'?
/usr/include/clang/3.4.1/emmintrin.h:1041:1: note: '_mm_cvtsi64_si128' declared here
_mm_cvtsi64_si128(long long __a)
^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:100:10: error: initializing '__m128i' with an expression of incompatible type 'int'
        __m128i tmp0 = _mm_clmulepi64_si128(fold, precomp, 0x01);
                ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:101:10: error: initializing '__m128i' with an expression of incompatible type 'int'
        __m128i tmp1 = _mm_clmulepi64_si128(fold, precomp, 0x10);
                ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:96:36: error: unused parameter 'data_block' [-Werror,-Wunused-parameter]
crcr32_folding_round(const __m128i data_block,
                                   ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:122:7: error: assigning to '__m128i' from incompatible type 'int'
        tmp0 = _mm_clmulepi64_si128(data128, precomp, 0x00);
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:128:7: error: assigning to '__m128i' from incompatible type 'int'
        tmp1 = _mm_clmulepi64_si128(tmp2, precomp, 0x10);
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:157:7: error: assigning to '__m128i' from incompatible type 'int'
        tmp1 = _mm_clmulepi64_si128(tmp0, precomp, 0x00);
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:161:7: error: assigning to '__m128i' from incompatible type 'int'
        tmp2 = _mm_clmulepi64_si128(tmp1, precomp, 0x10);
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:320:33: error: implicit declaration of function '_m_from_int64' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        pctx->rk1_rk2 = _mm_setr_epi64(_m_from_int64(k1), _m_from_int64(k2));
                                       ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:320:33: error: passing 'int' to parameter of incompatible type '__m64'
        pctx->rk1_rk2 = _mm_setr_epi64(_m_from_int64(k1), _m_from_int64(k2));
                                       ^~~~~~~~~~~~~~~~~
/usr/include/clang/3.4.1/emmintrin.h:1147:22: note: passing argument to parameter 'q0' here
_mm_setr_epi64(__m64 q0, __m64 q1)
                     ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:321:33: error: passing 'int' to parameter of incompatible type '__m64'
        pctx->rk5_rk6 = _mm_setr_epi64(_m_from_int64(k5), _m_from_int64(k6));
                                       ^~~~~~~~~~~~~~~~~
/usr/include/clang/3.4.1/emmintrin.h:1147:22: note: passing argument to parameter 'q0' here
_mm_setr_epi64(__m64 q0, __m64 q1)
                     ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:322:33: error: passing 'int' to parameter of incompatible type '__m64'
        pctx->rk7_rk8 = _mm_setr_epi64(_m_from_int64(q), _m_from_int64(p));
                                       ^~~~~~~~~~~~~~~~
/usr/include/clang/3.4.1/emmintrin.h:1147:22: note: passing argument to parameter 'q0' here
_mm_setr_epi64(__m64 q0, __m64 q1)
                     ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:426:8: error: assigning to '__m128i' from incompatible type 'int'
                temp = _mm_clmulepi64_si128(a, k, 0x01);
                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:427:8: error: assigning to '__m128i' from incompatible type 'int'
                fold = _mm_clmulepi64_si128(a, k, 0x10);
                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'rte_net_crc.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:61: recipe for target 'librte_net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:78: recipe for target 'lib' 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: FC24_64
Target: i686-native-linuxapp-gcc
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c: In function ‘rte_net_crc_init’:
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:627:13: error: implicit declaration of function ‘rte_net_crc_sse42_init’ [-Werror=implicit-function-declaration]
    status = rte_net_crc_sse42_init();
             ^~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:627:4: error: nested extern declaration of ‘rte_net_crc_sse42_init’ [-Werror=nested-externs]
    status = rte_net_crc_sse42_init();
    ^~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:628:15: error: ‘handlers_sse42’ undeclared (first use in this function)
    handlers = handlers_sse42;
               ^~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:628:15: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'rte_net_crc.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:61: recipe for target 'librte_net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:78: recipe for target 'lib' 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: UB1604_64
Target: i686-native-linuxapp-gcc
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c: In function ‘rte_net_crc_init’:
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:627:13: error: implicit declaration of function ‘rte_net_crc_sse42_init’ [-Werror=implicit-function-declaration]
    status = rte_net_crc_sse42_init();
             ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:627:4: error: nested extern declaration of ‘rte_net_crc_sse42_init’ [-Werror=nested-externs]
    status = rte_net_crc_sse42_init();
    ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:628:15: error: ‘handlers_sse42’ undeclared (first use in this function)
    handlers = handlers_sse42;
               ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:628:15: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'rte_net_crc.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:61: recipe for target 'librte_net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:78: recipe for target 'lib' 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: CentOS7_64
Target: i686-native-linuxapp-gcc
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c: In function ‘rte_net_crc_init’:
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:627:4: error: implicit declaration of function ‘rte_net_crc_sse42_init’ [-Werror=implicit-function-declaration]
    status = rte_net_crc_sse42_init();
    ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:627:4: error: nested extern declaration of ‘rte_net_crc_sse42_init’ [-Werror=nested-externs]
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:628:15: error: ‘handlers_sse42’ undeclared (first use in this function)
    handlers = handlers_sse42;
               ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:628:15: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors


Failed Build #6:
OS: CentOS7_64
Target: x86_64-native-linuxapp-clang
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:320:33: error: implicit declaration of function '_m_from_int64' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        pctx->rk1_rk2 = _mm_setr_epi64(_m_from_int64(k1), _m_from_int64(k2));
                                       ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:320:33: error: passing 'int' to parameter of incompatible type '__m64'
        pctx->rk1_rk2 = _mm_setr_epi64(_m_from_int64(k1), _m_from_int64(k2));
                                       ^~~~~~~~~~~~~~~~~
/usr/bin/../lib/clang/3.4.2/include/emmintrin.h:1147:22: note: passing argument to parameter 'q0' here
_mm_setr_epi64(__m64 q0, __m64 q1)
                     ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:321:33: error: passing 'int' to parameter of incompatible type '__m64'
        pctx->rk5_rk6 = _mm_setr_epi64(_m_from_int64(k5), _m_from_int64(k6));
                                       ^~~~~~~~~~~~~~~~~
/usr/bin/../lib/clang/3.4.2/include/emmintrin.h:1147:22: note: passing argument to parameter 'q0' here
_mm_setr_epi64(__m64 q0, __m64 q1)
                     ^
/home/patchWorkOrg/compilation/lib/librte_net/rte_net_crc.c:322:33: error: passing 'int' to parameter of incompatible type '__m64'
        pctx->rk7_rk8 = _mm_setr_epi64(_m_from_int64(q), _m_from_int64(p));
                                       ^~~~~~~~~~~~~~~~
/usr/bin/../lib/clang/3.4.2/include/emmintrin.h:1147:22: note: passing argument to parameter 'q0' here
_mm_setr_epi64(__m64 q0, __m64 q1)
                     ^
4 errors generated.


DPDK STV team


More information about the test-report mailing list