* [dpdk-test-report] |FAILURE| pw64190[v2] net/iavf/base: change the base code as common
@ 2020-01-14 5:11 sys_stv
0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2020-01-14 5:11 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 4869 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/64190
_apply issues_
Submitter: Haiyue Wang <haiyue.wang@intel.com>
Date: 2020-01-03 14:49:41
Reply_mail: 20200103144941.90198-1-haiyue.wang@intel.com
DPDK git baseline:
Repo:dpdk-next-net-intel, CommitID: 95edbfebfa116dffd3db7fac9a1776317acd7dd9
Repo:dpdk, CommitID: 5c060bf17816a1bf802044346476a7754d8d9eeb
*Repo: dpdk-next-net-intel
DIRS-y += dpaax
endif
include $(RTE_SDK)/mk/rte.subdir.mk
error: patch failed: drivers/common/Makefile:30
error: drivers/common/Makefile: patch does not apply
Checking patch drivers/common/iavf/Makefile...
error: drivers/common/iavf/Makefile: already exists in working directory
Checking patch drivers/net/iavf/base/README => drivers/common/iavf/README...
error: drivers/net/iavf/base/README: No such file or directory
--
std_deps = ['eal']
drivers = ['cpt', 'dpaax', 'mvep', 'octeontx', 'octeontx2', 'qat']
config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
driver_name_fmt = 'rte_common_@0@'
error: patch failed: drivers/common/meson.build:2
error: drivers/common/meson.build: patch does not apply
Checking patch drivers/net/iavf/Makefile...
error: while searching for:
#
LIB = librte_pmd_iavf.a
CFLAGS += -O3 $(WERROR_FLAGS) -Wno-strict-aliasing -DALLOW_EXPERIMENTAL_API
LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs -lrte_hash
LDLIBS += -lrte_bus_pci
EXPORT_MAP := rte_pmd_iavf_version.map
--
SRCS-$(CONFIG_RTE_LIBRTE_IAVF_PMD) += iavf_ethdev.c
SRCS-$(CONFIG_RTE_LIBRTE_IAVF_PMD) += iavf_vchnl.c
SRCS-$(CONFIG_RTE_LIBRTE_IAVF_PMD) += iavf_rxtx.c
error: patch failed: drivers/net/iavf/Makefile:8
error: drivers/net/iavf/Makefile: patch does not apply
Checking patch drivers/net/iavf/base/meson.build...
error: drivers/net/iavf/base/meson.build: No such file or directory
Checking patch drivers/net/iavf/iavf.h...
error: while searching for:
--
#include "base/iavf_type.h"
#define IAVF_AQ_LEN 32
#define IAVF_AQ_BUF_SZ 4096
error: patch failed: drivers/net/iavf/iavf.h:6
error: drivers/net/iavf/iavf.h: patch does not apply
Checking patch drivers/net/iavf/iavf_ethdev.c...
error: while searching for:
#include <rte_memzone.h>
#include <rte_dev.h>
--
#include "iavf.h"
#include "iavf_rxtx.h"
error: patch failed: drivers/net/iavf/iavf_ethdev.c:25
error: drivers/net/iavf/iavf_ethdev.c: patch does not apply
Checking patch drivers/net/iavf/iavf_rxtx.c...
error: while searching for:
#include <rte_ip.h>
#include <rte_net.h>
--
#include "base/iavf_type.h"
#include "iavf.h"
#include "iavf_rxtx.h"
error: patch failed: drivers/net/iavf/iavf_rxtx.c:24
error: drivers/net/iavf/iavf_rxtx.c: patch does not apply
Checking patch drivers/net/iavf/iavf_rxtx_vec_avx2.c...
error: while searching for:
* Copyright(c) 2019 Intel Corporation
*/
--
#include "base/iavf_prototype.h"
#include "iavf_rxtx_vec_common.h"
#include <x86intrin.h>
error: patch failed: drivers/net/iavf/iavf_rxtx_vec_avx2.c:2
error: drivers/net/iavf/iavf_rxtx_vec_avx2.c: patch does not apply
Checking patch drivers/net/iavf/iavf_rxtx_vec_sse.c...
error: while searching for:
#include <rte_ethdev_driver.h>
#include <rte_malloc.h>
--
#include "base/iavf_type.h"
#include "iavf.h"
#include "iavf_rxtx.h"
#include "iavf_rxtx_vec_common.h"
error: patch failed: drivers/net/iavf/iavf_rxtx_vec_sse.c:6
error: drivers/net/iavf/iavf_rxtx_vec_sse.c: patch does not apply
Checking patch drivers/net/iavf/iavf_vchnl.c...
error: while searching for:
#include <rte_ethdev_driver.h>
#include <rte_dev.h>
--
#include "iavf.h"
#include "iavf_rxtx.h"
error: patch failed: drivers/net/iavf/iavf_vchnl.c:19
error: drivers/net/iavf/iavf_vchnl.c: patch does not apply
Checking patch drivers/net/iavf/meson.build...
error: while searching for:
allow_experimental_apis = true
--
objs = [base_objs]
sources = files(
'iavf_ethdev.c',
error: patch failed: drivers/net/iavf/meson.build:5
error: drivers/net/iavf/meson.build: patch does not apply
Checking patch mk/rte.app.mk...
error: while searching for:
_LDLIBS-$(CONFIG_RTE_LIBRTE_I40E_PMD) += -lrte_pmd_i40e
_LDLIBS-$(CONFIG_RTE_LIBRTE_IAVF_PMD) += -lrte_pmd_iavf
_LDLIBS-$(CONFIG_RTE_LIBRTE_ICE_PMD) += -lrte_pmd_ice
_LDLIBS-$(CONFIG_RTE_LIBRTE_IXGBE_PMD) += -lrte_pmd_ixgbe
ifeq ($(CONFIG_RTE_LIBRTE_KNI),y)
_LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_KNI) += -lrte_pmd_kni
error: patch failed: mk/rte.app.mk:183
error: mk/rte.app.mk: patch does not apply
*Repo: dpdk
mem->va = NULL;
return IAVF_SUCCESS;
}
error: patch failed: drivers/net/iavf/iavf_ethdev.c:1470
error: drivers/net/iavf/iavf_ethdev.c: patch does not apply
Checking patch drivers/net/iavf/iavf_rxtx.c...
Checking patch drivers/net/iavf/iavf_rxtx_vec_avx2.c...
Checking patch drivers/net/iavf/iavf_rxtx_vec_sse.c...
Checking patch drivers/net/iavf/iavf_vchnl.c...
DPDK STV team
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |FAILURE| pw64190[v2] net/iavf/base: change the base code as common
@ 2020-01-03 16:00 sys_stv
0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2020-01-03 16:00 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 8933 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/64190
_Compilation issues_
Submitter: Haiyue Wang <haiyue.wang@intel.com>
Date: 2020-01-03 14:49:41
Reply_mail: 20200103144941.90198-1-haiyue.wang@intel.com
DPDK git baseline: Repo:dpdk-next-net-intel, CommitID: c03185bc082d2f3cdfcc9392425724c85acb1731
Makefile build Summary: 23 Builds Done, 23 Successful, 0 Failures
Meson build Summary: 8 Builds Done, 7 Successful, 1 Failures
+==============================================+===========+==========+
| Makefile | Meson | Document |
+----------------+------+-------+------+------------+-----------+-----------+----------+
| os | gcc | clang | icc | gcc+shared | gcc+debug | gcc/clang | pdf/html |
+----------------+------+-------+------+------------+-----------+-----------+----------+
| RHEL80-64 | pass | | | | | | |
| UB1804-64 | pass | pass | pass | | | pass | pass |
| UB1604-32 | pass | | | | | pass | |
| CENTOS77-64 | pass | pass | pass | pass | pass | FAIL | |
| UB1604-64 | pass | pass | | | | | |
| FC30-64 | FAIL | | | | | | |
| WIN10-64 | | | | | | pass | |
| UB1910-64 | pass | | | | | | |
| FC31-64 | pass | pass | | | | pass | |
| CENTOS80-64 | pass | | | | | | |
| FreeBSD1201-64 | pass | pass | | pass | pass | pass | |
| RHEL77-64 | pass | | | | | | |
| SUSE15-64 | pass | pass | | | | pass | |
+----------------+------+-------+------+------------+-----------+-----------+----------+
Test environment and configuration as below:
** Makefile build **
OS: UB1804-64
Kernel Version: 4.15.0-20-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (Ubuntu 7.3.0-16ubuntu3) 7.3.0
Clang Version: 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-icc
x86_64-native-linuxapp-gcc
OS: UB1604-32
Kernel Version: 4.4.0-131-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
i686-native-linuxapp-gcc
OS: CENTOS77-64
Kernel Version: 3.10.0-1062.9.1.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-39)
Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
x86_64-native-linuxapp-gcc+debug
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc+shared
x86_64-native-linuxapp-icc
OS: UB1910-64
Kernel Version: 5.3.0-18-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008
Clang Version: 9.0.0-2 (tags/RELEASE_900/final)
x86_64-native-linuxapp-gcc
OS: CENTOS80-64
Kernel Version: 4.18.0-80.11.2.el8_0.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
GCC Version: gcc (GCC) 8.2.1 20180905 (Red Hat 8.2.1-3)
Clang Version: 7.0.1 (tags/RELEASE_701/final)
x86_64-native-linuxapp-gcc
OS: UB1604-64
Kernel Version: 4.4.0-170-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc
OS: FC31-64
Kernel Version: 5.3.15-300.fc31.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
GCC Version: gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1)
Clang Version: 9.0.0 (Fedora 9.0.0-1.fc31)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-clang
OS: RHEL80-64
Kernel Version: 4.18.0-80.el8.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
GCC Version: gcc (GCC) 8.2.1 20180905 (Red Hat 8.2.1-3)
Clang Version: 6.0.1 (tags/RELEASE_601/final)
x86_64-native-linuxapp-gcc
OS: FreeBSD1201-64
Kernel Version: 12.1-RELEASE
CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (2194.98-MHz K8-class CPU)
GCC Version: gcc (FreeBSD Ports Collection) 9.2.0
Clang Version: 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)
x86_64-native-bsdapp-gcc+shared
x86_64-native-bsdapp-gcc+debug
x86_64-native-bsdapp-clang
x86_64-native-bsdapp-gcc
OS: RHEL77-64
Kernel Version: 3.10.0-1062.9.1.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-39)
Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
x86_64-native-linuxapp-gcc
OS: SUSE15-64
Kernel Version: 4.12.14-lp150.11-default
CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
GCC Version: gcc (SUSE Linux) 7.3.1 20180323 [gcc-7-branch revision 258812]
Clang Version: 5.0.1 (tags/RELEASE_501/final 312548)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-clang
** Meson build **
OS: UB1804-64
Kernel Version: 4.15.0-20-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
GCC Version: gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Clang Version: 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
x86_64-native-linuxapp-doc
./build-gcc-static
./build-gcc-shared
./build-clang-static
./build-clang-shared
./build-x86-default
OS: UB1604-32
Kernel Version: 4.4.0-131-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
./build-gcc-static
./build-gcc-shared
./build-clang-static
./build-clang-shared
./build-x86-default
OS: CENTOS77-64
Kernel Version: 3.10.0-1062.9.1.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-39)
Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
./build-gcc-static
./build-gcc-shared
./build-clang-static
./build-clang-shared
./build-x86-default
OS: WIN10-64
Kernel Version: N/A
CPU info: N/A
GCC Version: N/A
Clang Version: Clang 8.0.0
x86_64-windows-clang
OS: FC31-64
Kernel Version: 5.3.14-300.fc31.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
GCC Version: gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1)
Clang Version: 9.0.0 (Fedora 9.0.0-1.fc31)
./build-gcc-static
./build-gcc-shared
./build-clang-static
./build-clang-shared
./build-x86-default
OS: FreeBSD1201-64
Kernel Version: 12.1-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) 9.2.0
Clang Version: 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)
./build-gcc-static
./build-gcc-shared
./build-clang-static
./build-clang-shared
./build-x86-default
OS: SUSE15-64
Kernel Version: 4.12.14-lp150.11-default
CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
GCC Version: gcc (SUSE Linux) 7.3.1 20180323 [gcc-7-branch revision 258812]
Clang Version: 5.0.1 (tags/RELEASE_501/final 312548)
./build-gcc-static
./build-gcc-shared
./build-clang-static
./build-clang-shared
./build-x86-default
*Meson Build Failed #1:
OS: CENTOS77-64
Target:./build-gcc-static
Compiler for C supports arguments -Wno-address-of-packed-member: NO
Compiler for C supports arguments -Wno-packed-not-aligned: NO
Compiler for C supports arguments -Wno-missing-field-initializers: YES
Fetching value of define "__SSE4_2__" :
config/x86/meson.build:22:1: ERROR: Problem encountered: SSE4.2 instruction set is required for DPDK.
Please set the machine type to "nehalem" or "corei7" or higher value
A full log can be found at /root/CENTOS77-64_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/7e537d134eff4504b26454978e31f618/dpdk/build-clang-static/meson-logs/meson-log.txt
ninja -C ./build-clang-static
ninja: Entering directory `./build-clang-static'
--
Compiler for C supports arguments -Wno-address-of-packed-member: NO
Compiler for C supports arguments -Wno-packed-not-aligned: NO
Compiler for C supports arguments -Wno-missing-field-initializers: YES
Fetching value of define "__SSE4_2__" :
config/x86/meson.build:22:1: ERROR: Problem encountered: SSE4.2 instruction set is required for DPDK.
Please set the machine type to "nehalem" or "corei7" or higher value
A full log can be found at /root/CENTOS77-64_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/7e537d134eff4504b26454978e31f618/dpdk/build-clang-shared/meson-logs/meson-log.txt
ninja -C ./build-clang-shared
ninja: Entering directory `./build-clang-shared'
DPDK STV team
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-14 5:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-14 5:11 [dpdk-test-report] |FAILURE| pw64190[v2] net/iavf/base: change the base code as common sys_stv
-- strict thread matches above, loose matches on Subject: below --
2020-01-03 16:00 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).