* |FAILURE| pw118203-118220 [PATCH] [v3, 18/18] net/mlx5/hws: Enable HWS
@ 2022-10-14 12:40 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-10-14 12:40 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Alex Vesker
[-- Attachment #1: Type: text/plain, Size: 6000 bytes --]
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/118220
_Testing issues_
Submitter: Alex Vesker <valex@nvidia.com>
Date: Friday, October 14 2022 11:48:33
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:a74b1b25136a592c275afbfa6b70771469750aee
118203-118220 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| Ubuntu 18.04 | PASS |
+---------------------+----------------+
| RHEL 7 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Fedora 32 | PASS |
+---------------------+----------------+
| Fedora 33 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Fedora 31 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| Fedora 34 | PASS |
+---------------------+----------------+
| Fedora 34 clang | PASS |
+---------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1937/3486] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_context.c.o'.
[1938/3486] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_table.c.o'.
[1939/3486] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mlx5@sta -Idrivers -I../drivers -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Idrivers/net/mlx5/hws -I../drivers/net/mlx5/hws -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr//usr/include -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -UPEDANTIC -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mlx5 -MD -MQ 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o' -c ../drivers/net/mlx5/hws/mlx5dr_matcher.c
../drivers/net/mlx5/hws/mlx5dr_matcher.c: In function 'mlx5dr_matcher_init_root':
../drivers/net/mlx5/hws/mlx5dr_matcher.c:691:13: error: 'MLX5_IB_UAPI_FLOW_TABLE_TYPE_FDB' undeclared (first use in this function)
ft_type = MLX5_IB_UAPI_FLOW_TABLE_TYPE_FDB;
^
../drivers/net/mlx5/hws/mlx5dr_matcher.c:691:13: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/mlx5/hws/mlx5dr_matcher.c:727:6: error: 'struct mlx5dv_flow_matcher_attr' has no member named 'ft_type'
attr.ft_type = ft_type;
^
../drivers/net/mlx5/hws/mlx5dr_matcher.c:730:19: error: 'MLX5DV_FLOW_MATCHER_MASK_FT_TYPE' undeclared (first use in this function)
attr.comp_mask = MLX5DV_FLOW_MATCHER_MASK_FT_TYPE;
^
[1940/3486] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_empw.c.o'.
[1941/3486] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_nompw.c.o'.
[1942/3486] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_txpp.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
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)
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 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
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/24011/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 3+ messages in thread
* |FAILURE| pw118203-118220 [PATCH] [v3, 18/18] net/mlx5/hws: Enable HWS
@ 2022-10-14 12:45 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-10-14 12:45 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Alex Vesker
[-- Attachment #1: Type: text/plain, Size: 6883 bytes --]
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/118220
_Testing issues_
Submitter: Alex Vesker <valex@nvidia.com>
Date: Friday, October 14 2022 11:48:33
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:a74b1b25136a592c275afbfa6b70771469750aee
118203-118220 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | FAIL |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL 7 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 31 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 34 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 32 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 33 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 34 clang | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
[1962/3516] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_mp_os.c.o'.
[1963/3516] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_vlan_os.c.o'.
[1964/3516] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_flow_os.c.o'.
[1965/3516] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_context.c.o'.
[1966/3516] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_table.c.o'.
[1967/3516] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mlx5@sta -Idrivers -I../drivers -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Idrivers/net/mlx5/hws -I../drivers/net/mlx5/hws -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr//usr/include -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -UPEDANTIC -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mlx5 -MD -MQ 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_matcher.c.o' -c ../drivers/net/mlx5/hws/mlx5dr_matcher.c
../drivers/net/mlx5/hws/mlx5dr_matcher.c: In function 'mlx5dr_matcher_init_root':
../drivers/net/mlx5/hws/mlx5dr_matcher.c:691:13: error: 'MLX5_IB_UAPI_FLOW_TABLE_TYPE_FDB' undeclared (first use in this function)
ft_type = MLX5_IB_UAPI_FLOW_TABLE_TYPE_FDB;
^
../drivers/net/mlx5/hws/mlx5dr_matcher.c:691:13: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/mlx5/hws/mlx5dr_matcher.c:727:6: error: 'struct mlx5dv_flow_matcher_attr' has no member named 'ft_type'
attr.ft_type = ft_type;
^
../drivers/net/mlx5/hws/mlx5dr_matcher.c:730:19: error: 'MLX5DV_FLOW_MATCHER_MASK_FT_TYPE' undeclared (first use in this function)
attr.comp_mask = MLX5DV_FLOW_MATCHER_MASK_FT_TYPE;
^
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
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
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
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/24011/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 3+ messages in thread
* |FAILURE| pw118203-118220 [PATCH] [v3, 18/18] net/mlx5/hws: Enable HWS
@ 2022-10-14 12:25 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-10-14 12:25 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Alex Vesker
[-- Attachment #1: Type: text/plain, Size: 3484 bytes --]
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/118220
_Testing issues_
Submitter: Alex Vesker <valex@nvidia.com>
Date: Friday, October 14 2022 11:48:33
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:a74b1b25136a592c275afbfa6b70771469750aee
118203-118220 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: NO (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: drivers/net/ixgbe: Defining dependency "net_ixgbe"
Message: Disabling kni [drivers/net/kni]: missing internal dependency "kni"
Message: drivers/net/liquidio: Defining dependency "net_liquidio"
Message: drivers/net/memif: Defining dependency "net_memif"
Run-time dependency libmlx4 found: NO (tried pkgconfig)
Library mlx4 found: NO
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
drivers/net/mlx5/meson.build:75:3: ERROR: Unknown variable "MLX5_HAVE_IBV_FLOW_DV_SUPPORT".
A full log can be found at /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson/dpdk/build/meson-logs/meson-log.txt
==== End log output ====
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/24011/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-14 12:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 12:40 |FAILURE| pw118203-118220 [PATCH] [v3, 18/18] net/mlx5/hws: Enable HWS dpdklab
-- strict thread matches above, loose matches on Subject: below --
2022-10-14 12:45 dpdklab
2022-10-14 12:25 dpdklab
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).