* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 17:48 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 17:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 20:45 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 20:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
==== 20 line log output for Debian Buster (dpdk_unit_test): ====
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
[1680/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_buddy.c.o'.
[1681/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_action.c.o'.
[1682/2697] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
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/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 20:41 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 20:41 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
==== 20 line log output for Debian Buster (dpdk_unit_test): ====
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
[1680/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_buddy.c.o'.
[1681/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_action.c.o'.
[1682/2697] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 20:37 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 20:37 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
==== 20 line log output for Debian Buster (dpdk_unit_test): ====
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
[1680/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_buddy.c.o'.
[1681/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_action.c.o'.
[1682/2697] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 20:25 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 20:25 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
==== 20 line log output for Debian Buster (dpdk_unit_test): ====
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
[1680/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_buddy.c.o'.
[1681/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_action.c.o'.
[1682/2697] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 20:23 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 20:23 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
==== 20 line log output for Debian Buster (dpdk_unit_test): ====
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
[1680/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_buddy.c.o'.
[1681/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_action.c.o'.
[1682/2697] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.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/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 20:19 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 20:19 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
==== 20 line log output for Debian Buster (dpdk_unit_test): ====
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
[1680/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_buddy.c.o'.
[1681/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_action.c.o'.
[1682/2697] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 20:14 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 20:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
==== 20 line log output for Debian Buster (dpdk_unit_test): ====
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
[1680/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_buddy.c.o'.
[1681/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_action.c.o'.
[1682/2697] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 20:05 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 20:05 UTC (permalink / raw)
To: Test Report; +Cc: Shun Hao, dpdk-test-reports, Shun Hao
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
==== 20 line log output for Debian Buster (dpdk_unit_test): ====
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
[1680/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_buddy.c.o'.
[1681/2697] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_hws_mlx5dr_action.c.o'.
[1682/2697] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 18:17 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 18:17 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 18:03 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 18:03 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 18:02 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 18:02 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 17:54 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 17:54 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 17:50 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 17:50 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 17:40 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 17:40 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 17:40 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 17:40 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 17:37 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 17:37 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 17:35 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 17:35 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 17:34 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 17:34 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
* |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support
@ 2023-09-28 17:32 dpdklab
0 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2023-09-28 17:32 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Shun Hao
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132142
_Testing issues_
Submitter: Shun Hao <shunh@nvidia.com>
Date: Thursday, September 28 2023 13:09:13
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:81c5c71c56b30105c85fc2478a1c65245af94b8d
132140-132142 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Debian Buster (dpdk_meson_compile): ====
^~~~~~~~~~~~~~~~~
MLX5_FLD_SZ_BYTES
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:16: error: nested extern declaration of 'DEVX_FLD_SZ_BYTES' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:837:62: error: 'reformat_data' undeclared (first use in this function); did you mean 'random_data'?
cmd_data_sz = DEVX_FLD_SZ_BYTES(packet_reformat_context_in, reformat_data);
^~~~~~~~~~~~~
random_data
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: implicit declaration of function 'DEVX_ADDR_OF'; did you mean 'MLX5_ADDR_OF'? [-Werror=implicit-function-declaration]
prctx = DEVX_ADDR_OF(alloc_packet_reformat_context_in, in,
^~~~~~~~~~~~
MLX5_ADDR_OF
../drivers/net/mlx5/hws/mlx5dr_cmd.c:848:10: error: nested extern declaration of 'DEVX_ADDR_OF' [-Werror=nested-externs]
../drivers/net/mlx5/hws/mlx5dr_cmd.c:849:9: error: 'packet_reformat_context' undeclared (first use in this function)
packet_reformat_context);
^~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/hws/mlx5dr_cmd.c:828:11: error: unused variable 'out' [-Werror=unused-variable]
uint32_t out[DEVX_ST_SZ_DW(alloc_packet_reformat_out)] = {0};
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27775/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2023-09-28 20:45 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-28 17:48 |FAILURE| pw132140-132142 [PATCH] [v1,3/3] net/mlx5/hws: add support dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-09-28 20:45 dpdklab
2023-09-28 20:41 dpdklab
2023-09-28 20:37 dpdklab
2023-09-28 20:25 dpdklab
2023-09-28 20:23 dpdklab
2023-09-28 20:19 dpdklab
2023-09-28 20:14 dpdklab
2023-09-28 20:05 dpdklab
2023-09-28 18:17 dpdklab
2023-09-28 18:03 dpdklab
2023-09-28 18:02 dpdklab
2023-09-28 17:54 dpdklab
2023-09-28 17:50 dpdklab
2023-09-28 17:40 dpdklab
2023-09-28 17:40 dpdklab
2023-09-28 17:37 dpdklab
2023-09-28 17:35 dpdklab
2023-09-28 17:34 dpdklab
2023-09-28 17:32 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).