* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:46 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:46 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
[1672/2790] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_mr.c.o'.
[1673/2790] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1674/2790] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_mp.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:58 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:58 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
[1765/3117] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_rxq.c.o'.
[1766/3117] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_rxtx.c.o'.
[1767/3117] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_txq.c.o'.
[1768/3117] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_utils.c.o'.
[1769/3117] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_glue.c.o'.
[1770/3117] Linking static target drivers/libtmp_rte_net_mlx4.a.
[1771/3117] Generating rte_net_mlx4.pmd.c with a custom command.
[1772/3117] Compiling C object 'drivers/a715181@@rte_net_mlx4@sta/meson-generated_.._rte_net_mlx4.pmd.c.o'.
[1773/3117] Linking static target drivers/librte_net_mlx4.a.
[1774/3117] Compiling C object 'drivers/a715181@@rte_net_mlx4@sha/meson-generated_.._rte_net_mlx4.pmd.c.o'.
[1775/3117] Linking target drivers/librte_net_mlx4.so.24.1.
[1776/3117] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5.c.o
clang -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -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 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -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_mlx5.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5.c.o' -c ../drivers/net/mlx5/mlx5.c
In file included from ../drivers/net/mlx5/mlx5.c:42:
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: call to undeclared function 'rte_flow_table_resizable'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:56 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:56 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+==========================+================+==============================+===========================+==============+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 37 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM Clang) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (arm) | SKIPPED | FAIL | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -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/lin
ux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -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_mlx5_flow_meter.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_fl
ow_meter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -c ../drivers/net/mlx5/mlx5_flow_meter.c
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_tailq.h:18,
from ../drivers/net/mlx5/mlx5_flow_meter.c:7:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
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/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:56 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:56 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+==========================+================+==============================+===========================+==============+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 37 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM Clang) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (arm) | SKIPPED | FAIL | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -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/lin
ux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -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_mlx5_flow_meter.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_fl
ow_meter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -c ../drivers/net/mlx5/mlx5_flow_meter.c
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_tailq.h:18,
from ../drivers/net/mlx5/mlx5_flow_meter.c:7:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
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/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:56 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:56 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:55 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:54 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:54 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:54 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:54 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:53 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:53 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:52 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:52 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:51 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:51 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 (ARM) (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:50 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:50 UTC (permalink / raw)
To: Test Report; +Cc: Gregory Etelson, dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm) | SKIPPED | FAIL | FAIL |
+--------------------------+----------------+------------------------------+---------------------------+
==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -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/lin
ux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -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_mlx5_flow_meter.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_fl
ow_meter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -c ../drivers/net/mlx5/mlx5_flow_meter.c
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_tailq.h:18,
from ../drivers/net/mlx5/mlx5_flow_meter.c:7:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:50 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:50 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1673/2770] Linking static target drivers/librte_net_mlx4.a.
[1674/2770] Linking target drivers/librte_net_mlx4.so.24.1.
[1675/2770] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:50 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:50 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1673/2770] Linking static target drivers/librte_net_mlx4.a.
[1674/2770] Linking target drivers/librte_net_mlx4.so.24.1.
[1675/2770] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:49 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1673/2770] Linking static target drivers/librte_net_mlx4.a.
[1674/2770] Linking target drivers/librte_net_mlx4.so.24.1.
[1675/2770] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:49 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1673/2770] Linking static target drivers/librte_net_mlx4.a.
[1674/2770] Linking target drivers/librte_net_mlx4.so.24.1.
[1675/2770] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:49 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:49 UTC (permalink / raw)
To: Test Report; +Cc: Gregory Etelson, dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm) | SKIPPED | FAIL | FAIL |
+--------------------------+----------------+------------------------------+---------------------------+
==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -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/lin
ux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -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_mlx5_flow_meter.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_fl
ow_meter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -c ../drivers/net/mlx5/mlx5_flow_meter.c
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_tailq.h:18,
from ../drivers/net/mlx5/mlx5_flow_meter.c:7:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:49 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1673/2770] Linking static target drivers/librte_net_mlx4.a.
[1674/2770] Linking target drivers/librte_net_mlx4.so.24.1.
[1675/2770] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:49 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1673/2770] Linking static target drivers/librte_net_mlx4.a.
[1674/2770] Linking target drivers/librte_net_mlx4.so.24.1.
[1675/2770] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:49 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:48 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:48 UTC (permalink / raw)
To: Test Report; +Cc: Gregory Etelson, dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest |
+==========================+================+==============================+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Fedora 38 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Fedora 37 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Debian 11 (arm) | SKIPPED | FAIL |
+--------------------------+----------------+------------------------------+
==== 20 line log output for Debian 11 (arm) (cryptodev_sw_snow3g_autotest): ====
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -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/lin
ux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -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_mlx5_flow_meter.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_fl
ow_meter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -c ../drivers/net/mlx5/mlx5_flow_meter.c
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_tailq.h:18,
from ../drivers/net/mlx5/mlx5_flow_meter.c:7:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:48 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:48 UTC (permalink / raw)
To: Test Report; +Cc: Gregory Etelson, dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest |
+==========================+================+==============================+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Fedora 38 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Fedora 37 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Debian 11 (arm) | SKIPPED | FAIL |
+--------------------------+----------------+------------------------------+
==== 20 line log output for Debian 11 (arm) (cryptodev_sw_snow3g_autotest): ====
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -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/lin
ux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -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_mlx5_flow_meter.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_fl
ow_meter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -c ../drivers/net/mlx5/mlx5_flow_meter.c
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_tailq.h:18,
from ../drivers/net/mlx5/mlx5_flow_meter.c:7:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:48 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:48 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:48 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:48 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:48 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:47 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1673/2770] Linking static target drivers/librte_net_mlx4.a.
[1674/2770] Linking target drivers/librte_net_mlx4.so.24.1.
[1675/2770] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:47 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1673/2770] Linking static target drivers/librte_net_mlx4.a.
[1674/2770] Linking target drivers/librte_net_mlx4.so.24.1.
[1675/2770] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:47 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Fedora 38 | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1673/2770] Linking static target drivers/librte_net_mlx4.a.
[1674/2770] Linking target drivers/librte_net_mlx4.so.24.1.
[1675/2770] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:47 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:47 UTC (permalink / raw)
To: Test Report; +Cc: Gregory Etelson, dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest |
+==========================+================+==============================+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Fedora 38 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Fedora 37 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Debian 11 (arm) | SKIPPED | FAIL |
+--------------------------+----------------+------------------------------+
==== 20 line log output for Debian 11 (arm) (cryptodev_sw_snow3g_autotest): ====
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -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/lin
ux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -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_mlx5_flow_meter.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_fl
ow_meter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -c ../drivers/net/mlx5/mlx5_flow_meter.c
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_tailq.h:18,
from ../drivers/net/mlx5/mlx5_flow_meter.c:7:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:47 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:46 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:46 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:46 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:46 UTC (permalink / raw)
To: Test Report; +Cc: Gregory Etelson, dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest |
+==========================+================+==============================+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Fedora 38 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Fedora 37 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+
| Debian 11 (arm) | SKIPPED | FAIL |
+--------------------------+----------------+------------------------------+
==== 20 line log output for Debian 11 (arm) (cryptodev_sw_snow3g_autotest): ====
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -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/lin
ux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -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_mlx5_flow_meter.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_fl
ow_meter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -c ../drivers/net/mlx5/mlx5_flow_meter.c
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_tailq.h:18,
from ../drivers/net/mlx5/mlx5_flow_meter.c:7:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:46 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:46 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+-----------------+----------------+
| Environment | dpdk_unit_test |
+=================+================+
| Debian Buster | FAIL |
+-----------------+----------------+
| CentOS Stream 8 | FAIL |
+-----------------+----------------+
| CentOS Stream 9 | FAIL |
+-----------------+----------------+
| Fedora 38 | FAIL |
+-----------------+----------------+
| Debian Bullseye | FAIL |
+-----------------+----------------+
| Ubuntu 22.04 | FAIL |
+-----------------+----------------+
| Fedora 37 | FAIL |
+-----------------+----------------+
| RHEL8 | FAIL |
+-----------------+----------------+
==== 20 line log output for RHEL8 (dpdk_unit_test): ====
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable'; did you mean 'rte_flow_validate'? [-Werror=implicit-function-declaration]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
#define likely(x) __builtin_expect(!!(x), 1)
^
cc1: all warnings being treated as errors
[1683/2802] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_mr.c.o'.
[1684/2802] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx4@sta/net_mlx4_mlx4_rxq.c.o'.
[1685/2802] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.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)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:45 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:45 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:45 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:45 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:44 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:44 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:21: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:45: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:44 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:44 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:44 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:44 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
* |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:43 dpdklab
0 siblings, 0 replies; 43+ messages in thread
From: dpdklab @ 2024-02-02 13:43 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_bitops.h:20,
from ../lib/eal/include/rte_memory.h:22,
from ../lib/eal/include/rte_malloc.h:16,
from ../drivers/net/mlx5/mlx5.c:14:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
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.2
Kernel: 13.2
Compiler: clang 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 43+ messages in thread
end of thread, other threads:[~2024-02-02 13:58 UTC | newest]
Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 13:46 |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl dpdklab
-- strict thread matches above, loose matches on Subject: below --
2024-02-02 13:58 dpdklab
2024-02-02 13:56 dpdklab
2024-02-02 13:56 dpdklab
2024-02-02 13:56 dpdklab
2024-02-02 13:55 dpdklab
2024-02-02 13:54 dpdklab
2024-02-02 13:54 dpdklab
2024-02-02 13:53 dpdklab
2024-02-02 13:52 dpdklab
2024-02-02 13:51 dpdklab
2024-02-02 13:50 dpdklab
2024-02-02 13:50 dpdklab
2024-02-02 13:50 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:46 dpdklab
2024-02-02 13:46 dpdklab
2024-02-02 13:46 dpdklab
2024-02-02 13:45 dpdklab
2024-02-02 13:45 dpdklab
2024-02-02 13:45 dpdklab
2024-02-02 13:45 dpdklab
2024-02-02 13:44 dpdklab
2024-02-02 13:44 dpdklab
2024-02-02 13:44 dpdklab
2024-02-02 13:43 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).