|FAILURE| pw114567-114579 [PATCH] [13/13] net/idpf: add AVX512 data path for single queue model

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Wed Aug 3 14:49:01 CEST 2022


Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/114579

_Testing issues_

Submitter: Junfeng Guo <junfeng.guo at intel.com>
Date: Wednesday, August 03 2022 11:31:04 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:72206323a5dd3182b13f61b25a64abdddfee595c

114567-114579 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Fedora 32           | FAIL           |
+---------------------+----------------+
| Fedora 34           | FAIL           |
+---------------------+----------------+
| Fedora 31           | FAIL           |
+---------------------+----------------+
| Fedora 33           | FAIL           |
+---------------------+----------------+
| Arch Linux          | FAIL           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| Ubuntu 18.04        | FAIL           |
+---------------------+----------------+
| Fedora 34 clang     | FAIL           |
+---------------------+----------------+

==== 20 line log output for Fedora 34 clang (dpdk_unit_test): ====
[1693/3377] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_dcf_ethdev.c.o'.
[1694/3377] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_dcf_parent.c.o'.
[1695/3377] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_dcf_sched.c.o'.
[1696/3377] Compiling C object 'drivers/net/idpf/base/fbd0548@@idpf_base at sta/iecm_controlq_setup.c.o'.
[1697/3377] Generating rte_net_ice_mingw with a custom command.
[1698/3377] Generating rte_net_ice_def with a custom command.
[1699/3377] Compiling C object 'drivers/net/idpf/845f3be@@idpf_avx512_lib at sta/idpf_rxtx_vec_avx512.c.o'.
FAILED: drivers/net/idpf/845f3be@@idpf_avx512_lib at sta/idpf_rxtx_vec_avx512.c.o
clang -Idrivers/net/idpf/845f3be@@idpf_avx512_lib at sta -Idrivers/net/idpf -I../drivers/net/idpf -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DCC_AVX512_SUPPORT -mavx512f -mavx512bw -march=skylake-avx512  -MD -MQ 'drivers/net/idpf/845f3be@@idpf_avx512_lib at sta/idpf_rxtx_vec_avx512.c.o' -MF 'drivers/net/idpf/845f3be@@idpf_avx512_lib at sta/idpf_rxtx_vec_avx512.c.o.d' -o 'drivers/net/idpf/845f3be@@idpf_avx512_lib at sta/idpf_rxtx_vec_avx512.c.o' -c ../drivers/net/idpf/idpf_rxtx_vec_avx512.c
In file included from ../drivers/net/idpf/idpf_rxtx_vec_avx512.c:5:
In file included from ../drivers/net/idpf/idpf_rxtx_vec_common.h:11:
In file included from ../drivers/net/idpf/idpf_ethdev.h:23:
../drivers/net/idpf/base/virtchnl2.h:1195:61: error: unused parameter 'ver' [-Werror,-Wunused-parameter]
virtchnl2_vc_validate_vf_msg(struct virtchnl2_version_info *ver, u32 v_opcode,
^
1 error generated.
[1700/3377] Compiling C object 'drivers/net/idpf/base/fbd0548@@idpf_base at sta/iecm_common.c.o'.
[1701/3377] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx_vec_avx2.c.o'.
[1702/3377] Compiling C object 'drivers/net/idpf/base/fbd0548@@idpf_base at sta/iecm_controlq.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/23133/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/


More information about the test-report mailing list