* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:36 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:35 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:35 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+------------------+----------+
| Environment | abi_test |
+==================+==========+
| openSUSE Leap 15 | FAIL |
+------------------+----------+
| Debian Bullseye | FAIL |
+------------------+----------+
| Ubuntu 22.04 | FAIL |
+------------------+----------+
| RHEL 7 | FAIL |
+------------------+----------+
| CentOS Stream 9 | FAIL |
+------------------+----------+
| Debian Buster | FAIL |
+------------------+----------+
| RHEL8 | FAIL |
+------------------+----------+
| CentOS Stream 8 | FAIL |
+------------------+----------+
| Fedora 38 | FAIL |
+------------------+----------+
| Fedora 37 | FAIL |
+------------------+----------+
==== 20 line log output for Fedora 37 (abi_test): ====
11065 | bth_v->hdr.opcode & bth_m->hdr.opcode);
| ^~
../drivers/common/mlx5/mlx5_prm.h:867:26: note: in definition of macro 'MLX5_SET'
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:28: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:33: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:56: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:14: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
ninja: build stopped: subcommand failed.
==== End log output ====
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
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
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
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
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: clang 16.0.3
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:35 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:35 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-aarch-unit-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+-----------------------------+------------------------------+---------------------------+----------------+--------------+
| Environment | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | lpm_autotest |
+=============================+==============================+===========================+================+==============+
| Debian 11 | FAIL | FAIL | SKIPPED | SKIPPED |
+-----------------------------+------------------------------+---------------------------+----------------+--------------+
| (32-bit) ARM Ubuntu 20.04.4 | SKIPPED | SKIPPED | PASS | SKIPPED |
+-----------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+-----------------------------+------------------------------+---------------------------+----------------+--------------+
==== 20 line log output for Debian 11 (cryptodev_sw_zuc_autotest): ====
867 | u32 _v = v; \
| ^
../drivers/net/mlx5/mlx5_flow_dv.c:11067:21: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11067 | size = sizeof(bth_m->hdr.dst_qp);
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:19: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c:11069:42: error: invalid use of undefined type 'const struct rte_flow_item_ib_bth'
11069 | qpn_v[i] = bth_m->hdr.dst_qp[i] & bth_v->hdr.dst_qp[i];
| ^~
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_items':
../drivers/net/mlx5/mlx5_flow_dv.c:13873:7: error: 'RTE_FLOW_ITEM_TYPE_IB_BTH' undeclared (first use in this function); did you mean 'RTE_FLOW_ITEM_TYPE_ETH'?
13873 | case RTE_FLOW_ITEM_TYPE_IB_BTH:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
[1717/3170] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o'.
[1718/3170] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_stats.c.o'.
[1719/3170] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 11
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
(32-bit) ARM Ubuntu 20.04.4
Kernel: 5.4.0-148-generic aarch64
Compiler: gcc 9.4
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/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-08 21:30 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-08 21:30 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+--------------+----------------------+
| Environment | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | WARN |
+--------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
[1738/3240] Compiling C object 'drivers/a715181@@rte_net_mlx4@sta/meson-generated_.._rte_net_mlx4.pmd.c.o'.
[1739/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx.c.o'.
[1740/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o'.
[1741/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_stats.c.o'.
[1742/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_aso.c.o'.
[1743/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxmode.c.o'.
[1744/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_txq.c.o'.
[1745/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxq.c.o'.
[1746/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_trigger.c.o'.
[1747/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_txpp.c.o'.
[1748/3240] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1749/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rx.c.o'.
[1750/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow.c.o'.
[1751/3240] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
[1752/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_mpw.c.o'.
[1753/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_empw.c.o'.
[1754/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_nompw.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
* |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support
@ 2023-06-06 14:51 dpdklab
0 siblings, 0 replies; 14+ messages in thread
From: dpdklab @ 2023-06-06 14:51 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Dong Zhou
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/128201
_Testing issues_
Submitter: Dong Zhou <dongzhou@nvidia.com>
Date: Tuesday, June 06 2023 11:07:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:38689022f609a290645c7027084aee720c1fcf91
128202-128201 --> testing fail
Test environment and result as below:
+--------------+----------------------+
| Environment | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | WARN |
+--------------+----------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ITEM_TYPE_ETH
[1738/3240] Compiling C object 'drivers/a715181@@rte_net_mlx4@sta/meson-generated_.._rte_net_mlx4.pmd.c.o'.
[1739/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx.c.o'.
[1740/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o'.
[1741/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_stats.c.o'.
[1742/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_aso.c.o'.
[1743/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxmode.c.o'.
[1744/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_txq.c.o'.
[1745/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rxq.c.o'.
[1746/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_trigger.c.o'.
[1747/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_txpp.c.o'.
[1748/3240] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1749/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_rx.c.o'.
[1750/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow.c.o'.
[1751/3240] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
[1752/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_mpw.c.o'.
[1753/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_empw.c.o'.
[1754/3240] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_nompw.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26551/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-06-08 21:36 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 21:36 |WARNING| pw128202-128201 [PATCH] [v1,2/2] net/mlx5/hws: add support dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-06-08 21:36 dpdklab
2023-06-08 21:36 dpdklab
2023-06-08 21:36 dpdklab
2023-06-08 21:36 dpdklab
2023-06-08 21:36 dpdklab
2023-06-08 21:36 dpdklab
2023-06-08 21:36 dpdklab
2023-06-08 21:36 dpdklab
2023-06-08 21:36 dpdklab
2023-06-08 21:35 dpdklab
2023-06-08 21:35 dpdklab
2023-06-08 21:30 dpdklab
2023-06-06 14:51 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).