* |WARNING| pw143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
@ 2024-08-30 14:11 ` checkpatch
2024-08-30 14:39 ` |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat dpdklab
` (27 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: checkpatch @ 2024-08-30 14:11 UTC (permalink / raw)
To: test-report; +Cc: Sriharsha Basavapatna
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/143498
_coding style issues_
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#321: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2954:
+ulp_mapper_stats_cache_tbl_process(struct bnxt_ulp_mapper_parms *parms,
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#321: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2954:
+ulp_mapper_stats_cache_tbl_process(struct bnxt_ulp_mapper_parms *parms,
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#324: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2957:
+ struct ulp_flow_db_res_params fid_parms;
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#339: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2972:
+ rc = ulp_mapper_tbl_result_build(parms, tbl, &data,
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#350: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2983:
+ memset(&fid_parms, 0, sizeof(fid_parms));
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#350: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2983:
+ memset(&fid_parms, 0, sizeof(fid_parms));
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#351: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2984:
+ fid_parms.direction = tbl->direction;
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#352: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2985:
+ fid_parms.resource_func = tbl->resource_func;
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#353: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2986:
+ fid_parms.resource_type = tbl->resource_type;
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#354: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2987:
+ fid_parms.resource_sub_type = tbl->resource_sub_type;
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#355: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2988:
+ fid_parms.resource_hndl = counter_handle;
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#356: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2989:
+ fid_parms.critical_resource = tbl->critical_resource;
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#357: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2990:
+ rc = ulp_mapper_fdb_opc_process(parms, tbl, &fid_parms);
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#357: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2990:
+ rc = ulp_mapper_fdb_opc_process(parms, tbl, &fid_parms);
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#364: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2997:
+ rc = ulp_sc_mgr_entry_alloc(parms, counter_handle, tbl);
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#372: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:3005:
+ BNXT_DRV_DBG(DEBUG, "flow id =0x%x
", parms->flow_id);
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#394: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:4218:
+ rc = ulp_mapper_stats_cache_tbl_process(parms, tbl);
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#488: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:73:
+ BNXT_DRV_DBG(DEBUG, "Failed to device parms
");
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#887: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:472:
+int ulp_sc_mgr_entry_alloc(struct bnxt_ulp_mapper_parms *parms,
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#887: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:472:
+int ulp_sc_mgr_entry_alloc(struct bnxt_ulp_mapper_parms *parms,
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#894: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:479:
+ ulp_sc_info = bnxt_ulp_cntxt_ptr2_sc_info_get(parms->ulp_ctx);
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#901: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:486:
+ sce += parms->flow_id;
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#910: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:495:
+ sce->ctxt = parms->ulp_ctx;
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#1071: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.h:121:
+ * parms [in] Various fields used to identify the flow
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#1076: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.h:126:
+int ulp_sc_mgr_entry_alloc(struct bnxt_ulp_mapper_parms *parms,
WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#1076: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.h:126:
+int ulp_sc_mgr_entry_alloc(struct bnxt_ulp_mapper_parms *parms,
total: 0 errors, 26 warnings, 0 checks, 974 lines checked
Warning in drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:
Using %l format, prefer %PRI*64 if type is [u]int64_t
Warning in drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:
Using pthread functions, prefer rte_thread
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
2024-08-30 14:11 ` |WARNING| pw143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2 checkpatch
@ 2024-08-30 14:39 ` dpdklab
2024-08-30 14:40 ` |PENDING| " dpdklab
` (26 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 14:39 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Functional Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#177747
Test environment and result as below:
Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter | PASS |
+------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |PENDING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
2024-08-30 14:11 ` |WARNING| pw143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2 checkpatch
2024-08-30 14:39 ` |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat dpdklab
@ 2024-08-30 14:40 ` dpdklab
2024-08-30 14:45 ` dpdklab
` (25 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 14:40 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/143498
_Testing pending_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing pending
Upstream job id: Generic-DPDK-Compile-Meson#293940
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | PEND |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 37 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 38 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 39 (ARM) | PEND |
+------------------------------------+--------------------+
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: Depends on container host
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 with MUSDK
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |PENDING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (2 preceding siblings ...)
2024-08-30 14:40 ` |PENDING| " dpdklab
@ 2024-08-30 14:45 ` dpdklab
2024-08-30 14:48 ` dpdklab
` (24 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 14:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/143498
_Testing pending_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing pending
Upstream job id: Generic-Unit-Test-DPDK#256777
Test environment and result as below:
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| 32-bit Ubuntu 20.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PEND | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | PEND | PASS |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |PENDING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (3 preceding siblings ...)
2024-08-30 14:45 ` dpdklab
@ 2024-08-30 14:48 ` dpdklab
2024-08-30 14:49 ` |SUCCESS| " dpdklab
` (23 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 14:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: PENDING
http://dpdk.org/patch/143498
_Testing pending_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing pending
Upstream job id: Template-DTS-Pipeline#177752
Test environment and result as below:
+--------------------+----------------------+----------------------+
| Environment | dpdk_fips_validation | compressdev_zlib_pmd |
+====================+======================+======================+
| Ubuntu 20.04 | PEND | SKIPPED |
+--------------------+----------------------+----------------------+
| Ubuntu 22.04 (ARM) | SKIPPED | PASS |
+--------------------+----------------------+----------------------+
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04 (ARM)
Kernel: 5.15.0-97-generic
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (4 preceding siblings ...)
2024-08-30 14:48 ` dpdklab
@ 2024-08-30 14:49 ` dpdklab
2024-08-30 14:55 ` |SUCCESS| pw143465-143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2 qemudev
` (22 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 14:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Functional Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#177745
Test environment and result as below:
Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter | PASS |
+------------+--------+
Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Aggregate Results by Test Suite
+-----------------------------+--------+
| Test Suite | Result |
+=============================+========+
| scatter | PASS |
+-----------------------------+--------+
| unit_tests_mbuf | PASS |
+-----------------------------+--------+
| vhost_virtio_user_interrupt | PASS |
+-----------------------------+--------+
| virtio_smoke | PASS |
+-----------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (5 preceding siblings ...)
2024-08-30 14:49 ` |SUCCESS| " dpdklab
@ 2024-08-30 14:55 ` qemudev
2024-08-30 14:59 ` |PENDING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat dpdklab
` (21 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: qemudev @ 2024-08-30 14:55 UTC (permalink / raw)
To: test-report
Test-Label: loongarch-compilation
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Compilation OK_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Fri, 30 Aug 2024 19:30:03 +0530
DPDK git baseline: Repo:dpdk-next-net-brcm
Branch: for-next-net
CommitID: 077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> meson & ninja build successfully
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
^ permalink raw reply [flat|nested] 29+ messages in thread
* |PENDING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (6 preceding siblings ...)
2024-08-30 14:55 ` |SUCCESS| pw143465-143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2 qemudev
@ 2024-08-30 14:59 ` dpdklab
2024-08-30 14:59 ` |SUCCESS| pw143465-143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2 qemudev
` (20 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 14:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/143498
_Testing pending_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing pending
Upstream job id: Generic-VM-Unit-Test-DPDK#25050
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PEND |
+---------------------+----------------+
| Debian Bullseye | PEND |
+---------------------+----------------+
| Debian 12 | PEND |
+---------------------+----------------+
| Fedora 37 | PEND |
+---------------------+----------------+
| Fedora 38 | PEND |
+---------------------+----------------+
| Fedora 39 | PEND |
+---------------------+----------------+
| Fedora 38 (Clang) | PEND |
+---------------------+----------------+
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (7 preceding siblings ...)
2024-08-30 14:59 ` |PENDING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat dpdklab
@ 2024-08-30 14:59 ` qemudev
2024-08-30 15:04 ` |FAILURE| pw143498 " 0-day Robot
` (19 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: qemudev @ 2024-08-30 14:59 UTC (permalink / raw)
To: test-report
Test-Label: loongarch-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Unit Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Fri, 30 Aug 2024 19:30:03 +0530
DPDK git baseline: Repo:dpdk-next-net-brcm
Branch: for-next-net
CommitID: 077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing pass
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Test result details:
1/113 DPDK:fast-tests / acl_autotest OK 3.17s
2/113 DPDK:fast-tests / argparse_autotest OK 0.42s
3/113 DPDK:fast-tests / atomic_autotest OK 8.63s
4/113 DPDK:fast-tests / bitcount_autotest OK 0.32s
5/113 DPDK:fast-tests / bitmap_autotest OK 0.32s
6/113 DPDK:fast-tests / bitops_autotest OK 0.32s
7/113 DPDK:fast-tests / bitratestats_autotest OK 0.32s
8/113 DPDK:fast-tests / bpf_autotest OK 0.32s
9/113 DPDK:fast-tests / bpf_convert_autotest OK 0.32s
10/113 DPDK:fast-tests / byteorder_autotest OK 0.32s
11/113 DPDK:fast-tests / cksum_autotest OK 0.32s
12/113 DPDK:fast-tests / cmdline_autotest OK 0.32s
13/113 DPDK:fast-tests / common_autotest OK 1.17s
14/113 DPDK:fast-tests / compressdev_autotest SKIP 0.07s exit status 77
15/113 DPDK:fast-tests / cpuflags_autotest OK 0.32s
16/113 DPDK:fast-tests / crc_autotest OK 0.32s
17/113 DPDK:fast-tests / user_delay_us OK 0.32s
18/113 DPDK:fast-tests / debug_autotest OK 14.65s
19/113 DPDK:fast-tests / devargs_autotest OK 0.42s
20/113 DPDK:fast-tests / dispatcher_autotest OK 2.52s
21/113 DPDK:fast-tests / distributor_autotest OK 1.22s
22/113 DPDK:fast-tests / eal_flags_c_opt_autotest OK 0.62s
23/113 DPDK:fast-tests / eal_flags_main_opt_autotest OK 0.22s
24/113 DPDK:fast-tests / eal_flags_n_opt_autotest OK 0.17s
25/113 DPDK:fast-tests / eal_flags_hpet_autotest OK 0.12s
26/113 DPDK:fast-tests / eal_flags_no_huge_autotest OK 0.22s
27/113 DPDK:fast-tests / eal_flags_a_opt_autotest OK 0.27s
28/113 DPDK:fast-tests / eal_flags_b_opt_autotest OK 0.22s
29/113 DPDK:fast-tests / eal_flags_vdev_opt_autotest OK 0.17s
30/113 DPDK:fast-tests / eal_flags_r_opt_autotest OK 0.17s
31/113 DPDK:fast-tests / eal_flags_mem_autotest OK 0.52s
32/113 DPDK:fast-tests / eal_flags_file_prefix_autotest OK 22.31s
33/113 DPDK:fast-tests / eal_flags_misc_autotest OK 0.77s
34/113 DPDK:fast-tests / eal_fs_autotest OK 0.32s
35/113 DPDK:fast-tests / errno_autotest OK 0.32s
36/113 DPDK:fast-tests / ethdev_link_status OK 0.32s
37/113 DPDK:fast-tests / event_eth_tx_adapter_autotest OK 1.72s
38/113 DPDK:fast-tests / event_ring_autotest OK 0.32s
39/113 DPDK:fast-tests / eventdev_common_autotest OK 0.32s
40/113 DPDK:fast-tests / eventdev_selftest_sw OK 7.28s
41/113 DPDK:fast-tests / fbarray_autotest OK 0.32s
42/113 DPDK:fast-tests / fib_autotest OK 0.97s
43/113 DPDK:fast-tests / fib6_autotest OK 1.02s
44/113 DPDK:fast-tests / func_reentrancy_autotest OK 2.13s
45/113 DPDK:fast-tests / graph_autotest OK 0.32s
46/113 DPDK:fast-tests / node_list_dump OK 0.32s
47/113 DPDK:fast-tests / hash_autotest OK 1.17s
48/113 DPDK:fast-tests / hash_readwrite_func_autotest OK 6.43s
49/113 DPDK:fast-tests / interrupt_autotest OK 1.62s
50/113 DPDK:fast-tests / ipfrag_autotest OK 0.07s
51/113 DPDK:fast-tests / ipsec_autotest SKIP 0.32s exit status 77
52/113 DPDK:fast-tests / kvargs_autotest OK 0.32s
53/113 DPDK:fast-tests / latencystats_autotest OK 0.32s
54/113 DPDK:fast-tests / lcores_autotest OK 5.13s
55/113 DPDK:fast-tests / logs_autotest OK 0.32s
56/113 DPDK:fast-tests / lpm_autotest OK 2.43s
57/113 DPDK:fast-tests / lpm6_autotest OK 5.49s
58/113 DPDK:fast-tests / malloc_autotest OK 63.52s
59/113 DPDK:fast-tests / mbuf_autotest OK 5.27s
60/113 DPDK:fast-tests / mcslock_autotest OK 3.97s
61/113 DPDK:fast-tests / member_autotest OK 1.52s
62/113 DPDK:fast-tests / memcpy_autotest OK 6.93s
63/113 DPDK:fast-tests / memory_autotest OK 0.12s
64/113 DPDK:fast-tests / mempool_autotest OK 0.47s
65/113 DPDK:fast-tests / memzone_autotest OK 0.17s
66/113 DPDK:fast-tests / meter_autotest OK 0.32s
67/113 DPDK:fast-tests / metrics_autotest OK 0.32s
68/113 DPDK:fast-tests / multiprocess_autotest OK 0.17s
69/113 DPDK:fast-tests / net_ether_autotest OK 0.97s
70/113 DPDK:fast-tests / pcapng_autotest OK 6.18s
71/113 DPDK:fast-tests / pdcp_autotest SKIP 0.07s exit status 77
72/113 DPDK:fast-tests / pdump_autotest OK 0.42s
73/113 DPDK:fast-tests / per_lcore_autotest OK 0.42s
74/113 DPDK:fast-tests / pflock_autotest OK 1.12s
75/113 DPDK:fast-tests / pie_autotest OK 0.32s
76/113 DPDK:fast-tests / ring_pmd_autotest OK 0.32s
77/113 DPDK:fast-tests / power_autotest OK 0.32s
78/113 DPDK:fast-tests / power_cpufreq_autotest SKIP 0.07s exit status 77
79/113 DPDK:fast-tests / power_intel_uncore_autotest SKIP 0.32s exit status 77
80/113 DPDK:fast-tests / power_kvm_vm_autotest SKIP 0.07s exit status 77
81/113 DPDK:fast-tests / prefetch_autotest OK 0.32s
82/113 DPDK:fast-tests / ptr_compress_autotest OK 0.42s
83/113 DPDK:fast-tests / rawdev_autotest OK 0.52s
84/113 DPDK:fast-tests / rcu_qsbr_autotest OK 0.97s
85/113 DPDK:fast-tests / reorder_autotest OK 0.37s
86/113 DPDK:fast-tests / rib_autotest OK 9.01s
87/113 DPDK:fast-tests / rib6_autotest OK 9.02s
88/113 DPDK:fast-tests / ring_autotest OK 0.37s
89/113 DPDK:fast-tests / rwlock_test1_autotest OK 1.17s
90/113 DPDK:fast-tests / rwlock_rda_autotest OK 5.43s
91/113 DPDK:fast-tests / rwlock_rds_wrm_autotest OK 5.43s
92/113 DPDK:fast-tests / rwlock_rde_wro_autotest OK 5.43s
93/113 DPDK:fast-tests / sched_autotest OK 0.42s
94/113 DPDK:fast-tests / security_autotest OK 0.07s
95/113 DPDK:fast-tests / seqlock_autotest OK 2.32s
96/113 DPDK:fast-tests / service_autotest OK 3.02s
97/113 DPDK:fast-tests / spinlock_autotest OK 0.42s
98/113 DPDK:fast-tests / stack_autotest OK 0.87s
99/113 DPDK:fast-tests / stack_lf_autotest SKIP 0.07s exit status 77
100/113 DPDK:fast-tests / string_autotest OK 0.32s
101/113 DPDK:fast-tests / table_autotest OK 7.78s
102/113 DPDK:fast-tests / tailq_autotest OK 0.32s
103/113 DPDK:fast-tests / telemetry_data_autotest OK 0.32s
104/113 DPDK:fast-tests / telemetry_json_autotest OK 0.32s
105/113 DPDK:fast-tests / thash_autotest OK 0.32s
106/113 DPDK:fast-tests / threads_autotest OK 0.52s
107/113 DPDK:fast-tests / ticketlock_autotest OK 0.47s
108/113 DPDK:fast-tests / timer_autotest OK 3.87s
109/113 DPDK:fast-tests / trace_autotest OK 0.32s
110/113 DPDK:fast-tests / trace_autotest_with_traces OK 0.32s
111/113 DPDK:fast-tests / vdev_autotest OK 0.32s
112/113 DPDK:fast-tests / version_autotest OK 0.32s
113/113 DPDK:fast-tests / telemetry_all OK 1.27s
Ok: 106
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 7
Timeout: 0
^ permalink raw reply [flat|nested] 29+ messages in thread
* |FAILURE| pw143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (8 preceding siblings ...)
2024-08-30 14:59 ` |SUCCESS| pw143465-143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2 qemudev
@ 2024-08-30 15:04 ` 0-day Robot
2024-08-30 15:11 ` |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat dpdklab
` (18 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: 0-day Robot @ 2024-08-30 15:04 UTC (permalink / raw)
To: test-report; +Cc: sriharsha.basavapatna, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/143498/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10634401204
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
[1159/3062] Linking static target drivers/net/bnxt/libbnxt_avx2_lib.a.
[1160/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_v3_tim_cfa_tim.c.o'.
[1161/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_v3_tpm_cfa_tpm.c.o'.
[1162/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1163/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1164/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1165/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_elink.c.o'.
[1166/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1167/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x.c.o'.
[1168/3062] Linking static target drivers/libtmp_rte_net_bnx2x.a.
[1169/3062] Generating rte_net_bnx2x.pmd.c with a custom command.
[1170/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
^
1 error generated.
[1171/3062] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1172/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ring.c.o'.
[1173/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxq.c.o'.
[1174/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxr.c.o'.
[1175/3062] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1165/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_cpr.c.o'.
[1166/4147] Compiling C object 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o'.
[1167/4147] Linking static target drivers/net/bnxt/libbnxt_avx2_lib.a.
[1168/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1169/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x.c.o'.
[1170/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_v3_tim_cfa_tim.c.o'.
[1171/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_v3_tpm_cfa_tpm.c.o'.
[1172/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1173/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1174/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_elink.c.o'.
[1175/4147] Linking static target drivers/libtmp_rte_net_bnx2x.a.
[1176/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
^
1 error generated.
[1177/4147] Generating rte_net_bnx2x.pmd.c with a custom command.
[1178/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1179/4147] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
[1180/4147] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_virtio_net.c.o'.
[1181/4147] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_asym.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
[934/3220] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_sc_mgr.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_sc_mgr.c.o
ccache gcc -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_sc_mgr.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_sc_mgr.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_ulp_sc_mgr.c.o' -c ../drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c
../drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c: In function ‘ulp_stats_cache_main_loop’:
../drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:334:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
334 | (struct ulp_sc_tfc_stats_cache_entry *)batch_info.em_hdl[batch];
| ^
In file included from ../drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:10:
../drivers/net/bnxt/bnxt.h:1236:57: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]
1236 | rte_log(RTE_LOG_ ## level, bnxt_logtype_driver, "%s(): " fmt, \
| ^~~~~~~~
../drivers/net/bnxt/bnxt.h:1236:57: note: in definition of macro ‘PMD_DRV_LOG_RAW’
1236 | rte_log(RTE_LOG_ ## level, bnxt_logtype_driver, "%s(): " fmt, \
| ^~~~~~~~
../drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:346:25: note: in expansion of macro ‘PMD_DRV_LOG’
346 | PMD_DRV_LOG(ERR, "%s: Stats collection time exceeded %dmS Cycles:%lu\n",
| ^~~~~~~~~~~
cc1: all warnings being treated as errors
[935/3220] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_generic_templates_ulp_template_db_class.c.o'.
[936/3220] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_generic_templates_ulp_template_db_tbl.c.o'.
[937/3220] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_generic_templates_ulp_template_db_wh_plus_act.c.o'.
[938/3220] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_generic_templates_ulp_template_db_act.c.o'.
[939/3220] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_ulp_generic_templates_ulp_template_db_wh_plus_class.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (9 preceding siblings ...)
2024-08-30 15:04 ` |FAILURE| pw143498 " 0-day Robot
@ 2024-08-30 15:11 ` dpdklab
2024-08-30 15:14 ` |FAILURE| " dpdklab
` (17 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:11 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Functional Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#177744
Test environment and result as below:
Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter | PASS |
+------------+--------+
Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Aggregate Results by Test Suite
+-----------------------------+--------+
| Test Suite | Result |
+=============================+========+
| scatter | PASS |
+-----------------------------+--------+
| unit_tests_mbuf | PASS |
+-----------------------------+--------+
| vhost_virtio_user_interrupt | PASS |
+-----------------------------+--------+
| virtio_smoke | PASS |
+-----------------------------+--------+
Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+-----------------------------+--------+
| Test Suite | Result |
+=============================+========+
| scatter | PASS |
+-----------------------------+--------+
| unit_tests_mbuf | PASS |
+-----------------------------+--------+
| vhost_virtio_user_interrupt | PASS |
+-----------------------------+--------+
| virtio_smoke | PASS |
+-----------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |FAILURE| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (10 preceding siblings ...)
2024-08-30 15:11 ` |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat dpdklab
@ 2024-08-30 15:14 ` dpdklab
2024-08-30 15:15 ` dpdklab
` (16 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Sriharsha Basavapatna
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/143498
_Testing issues_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#256787
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Debian 12 | PEND |
+---------------------+----------------+
| Fedora 37 | PEND |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 39 | PEND |
+---------------------+----------------+
| Fedora 38 (Clang) | WARN |
+---------------------+----------------+
| Fedora 40 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
| Fedora 39 (Clang) | PEND |
+---------------------+----------------+
| Ubuntu 24.04 | PEND |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 22.04 | PEND |
+---------------------+----------------+
| RHEL8 | PEND |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
==== 20 line log output for Fedora 38 (Clang) (dpdk_unit_test): ====
[1135/2979] Generating rte_net_bnx2x.pmd.c with a custom command.
[1136/2979] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1137/2979] Linking static target drivers/librte_net_bnx2x.a.
[1138/2979] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sha/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1139/2979] Linking target drivers/librte_net_bnx2x.so.25.0.
[1140/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1141/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1142/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1143/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1144/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/
./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
^
1 error generated.
[1145/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
[1146/2979] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1147/2979] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |FAILURE| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (11 preceding siblings ...)
2024-08-30 15:14 ` |FAILURE| " dpdklab
@ 2024-08-30 15:15 ` dpdklab
2024-08-30 15:15 ` |SUCCESS| " dpdklab
` (15 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Sriharsha Basavapatna
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/143498
_Testing issues_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#256807
Test environment and result as below:
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm) | PASS | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
==== 20 line log output for Fedora 39 (ARM Clang) (dpdk_unit_test): ====
[1109/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_cpr.c.o'.
[1110/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_ecore_sp.c.o'.
[1111/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1112/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1113/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1114/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_elink.c.o'.
[1115/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x.c.o'.
[1116/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1117/3248] Linking static target drivers/libtmp_rte_net_bnx2x.a.
[1118/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/
./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
700 | static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
| ^~~~~~~~~~~~~~
1 error generated.
[1119/3248] Generating rte_net_bnx2x.pmd.c with a custom command.
[1120/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ring.c.o'.
[1121/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |FAILURE| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (13 preceding siblings ...)
2024-08-30 15:15 ` |SUCCESS| " dpdklab
@ 2024-08-30 15:15 ` dpdklab
2024-08-30 15:15 ` dpdklab
` (13 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Sriharsha Basavapatna
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/143498
_Testing issues_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#256789
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 37 | PEND |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 39 | PEND |
+---------------------+----------------+
| Fedora 38 (Clang) | WARN |
+---------------------+----------------+
| Fedora 40 | PEND |
+---------------------+----------------+
| Ubuntu 20.04 | PEND |
+---------------------+----------------+
| Fedora 39 (Clang) | PEND |
+---------------------+----------------+
| Ubuntu 24.04 | PEND |
+---------------------+----------------+
| RHEL9 | PEND |
+---------------------+----------------+
| Ubuntu 22.04 | PEND |
+---------------------+----------------+
| RHEL8 | PEND |
+---------------------+----------------+
| Fedora 40 (Clang) | PEND |
+---------------------+----------------+
==== 20 line log output for Fedora 38 (Clang) (dpdk_unit_test): ====
[1135/2979] Generating rte_net_bnx2x.pmd.c with a custom command.
[1136/2979] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1137/2979] Linking static target drivers/librte_net_bnx2x.a.
[1138/2979] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sha/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1139/2979] Linking target drivers/librte_net_bnx2x.so.25.0.
[1140/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1141/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1142/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1143/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1144/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/
./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
^
1 error generated.
[1145/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
[1146/2979] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1147/2979] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (12 preceding siblings ...)
2024-08-30 15:15 ` dpdklab
@ 2024-08-30 15:15 ` dpdklab
2024-08-30 15:15 ` |FAILURE| " dpdklab
` (14 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing pass
Upstream job id: ACVP-FIPS-testing#6773
Test environment and result as below:
+--------------------+----------------------+----------------------+
| Environment | dpdk_fips_validation | compressdev_zlib_pmd |
+====================+======================+======================+
| Ubuntu 20.04 | PASS | SKIPPED |
+--------------------+----------------------+----------------------+
| Ubuntu 22.04 (ARM) | SKIPPED | PASS |
+--------------------+----------------------+----------------------+
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04 (ARM)
Kernel: 5.15.0-97-generic
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |FAILURE| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (14 preceding siblings ...)
2024-08-30 15:15 ` |FAILURE| " dpdklab
@ 2024-08-30 15:15 ` dpdklab
2024-08-30 15:16 ` |SUCCESS| " dpdklab
` (12 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Sriharsha Basavapatna
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/143498
_Testing issues_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#256788
Test environment and result as below:
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm) | PASS | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
==== 20 line log output for Fedora 39 (ARM Clang) (dpdk_unit_test): ====
[1109/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_cpr.c.o'.
[1110/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_ecore_sp.c.o'.
[1111/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1112/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1113/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1114/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_elink.c.o'.
[1115/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x.c.o'.
[1116/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1117/3248] Linking static target drivers/libtmp_rte_net_bnx2x.a.
[1118/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/
./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
700 | static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
| ^~~~~~~~~~~~~~
1 error generated.
[1119/3248] Generating rte_net_bnx2x.pmd.c with a custom command.
[1120/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ring.c.o'.
[1121/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (15 preceding siblings ...)
2024-08-30 15:15 ` dpdklab
@ 2024-08-30 15:16 ` dpdklab
2024-08-30 15:16 ` dpdklab
` (11 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:16 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Functional Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#177746
Test environment and result as below:
Ubuntu 22.04 ARM
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter | PASS |
+------------+--------+
Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter | PASS |
+------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (16 preceding siblings ...)
2024-08-30 15:16 ` |SUCCESS| " dpdklab
@ 2024-08-30 15:16 ` dpdklab
2024-08-30 15:16 ` dpdklab
` (10 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:16 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Functional Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#177748
Test environment and result as below:
Ubuntu 22.04 ARM
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter | PASS |
+------------+--------+
Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter | PASS |
+------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (17 preceding siblings ...)
2024-08-30 15:16 ` dpdklab
@ 2024-08-30 15:16 ` dpdklab
2024-08-30 15:17 ` dpdklab
` (9 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:16 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-marvell-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Functional Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#177750
Test environment and result as below:
Ubuntu 20.04.6
Kernel: 5.4.105
Compiler: gcc 9.4
NIC: Marvell CN106XX 50000 Mbps
Target: arm64-native-linuxapp-gcc
Aggregate Results by Test Suite
+-----------------+--------+
| Test Suite | Result |
+=================+========+
| cmdline | PASS |
+-----------------+--------+
| ipv4_reassembly | PASS |
+-----------------+--------+
| l2fwd | PASS |
+-----------------+--------+
| rxtx_callbacks | PASS |
+-----------------+--------+
| tso | PASS |
+-----------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (18 preceding siblings ...)
2024-08-30 15:16 ` dpdklab
@ 2024-08-30 15:17 ` dpdklab
2024-08-30 15:20 ` |FAILURE| " dpdklab
` (8 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:17 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing pass
Upstream job id: Template-DTS-Pipeline#177751
Test environment and result as below:
+--------------------+----------------------+----------------------+
| Environment | dpdk_fips_validation | compressdev_zlib_pmd |
+====================+======================+======================+
| Ubuntu 20.04 | PASS | SKIPPED |
+--------------------+----------------------+----------------------+
| Ubuntu 22.04 (ARM) | SKIPPED | PASS |
+--------------------+----------------------+----------------------+
| Ubuntu 22.04 | SKIPPED | PASS |
+--------------------+----------------------+----------------------+
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04 (ARM)
Kernel: 5.15.0-97-generic
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 22.04
Kernel: 5.15.0-100-generic
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |FAILURE| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (19 preceding siblings ...)
2024-08-30 15:17 ` dpdklab
@ 2024-08-30 15:20 ` dpdklab
2024-08-30 15:26 ` |WARNING| " dpdklab
` (7 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:20 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Sriharsha Basavapatna
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/143498
_Testing issues_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#293952
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| RHEL9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 39 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 40 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 12 (arm) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 39 (ARM Clang) (dpdk_meson_compile): ====
[1128/3276] Linking static target drivers/libtmp_rte_net_bnx2x.a.
[1129/3276] Generating rte_net_bnx2x.pmd.c with a custom command.
[1130/3276] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1131/3276] Linking static target drivers/librte_net_bnx2x.a.
[1132/3276] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sha/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1133/3276] Linking target drivers/librte_net_bnx2x.so.25.0.
[1134/3276] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_cpr.c.o'.
[1135/3276] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1136/3276] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1137/3276] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1138/3276] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
[1139/3276] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1140/3276] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/
./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
700 | static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
| ^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: Depends on container host
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 with MUSDK
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: Depends on container host
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: Depends on container host
Compiler: clang 10.0.0-4ubuntu1
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |WARNING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (20 preceding siblings ...)
2024-08-30 15:20 ` |FAILURE| " dpdklab
@ 2024-08-30 15:26 ` dpdklab
2024-08-30 15:27 ` dpdklab
` (6 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:26 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/143498
_Testing issues_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#256801
Test environment and result as below:
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm) | PASS | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
[1107/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_vfpf.c.o'.
[1108/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_stats.c.o'.
[1109/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_cpr.c.o'.
[1110/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_ecore_sp.c.o'.
[1111/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1112/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1113/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_elink.c.o'.
[1114/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1115/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1116/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/
./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
^
1 error generated.
[1117/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ring.c.o'.
[1118/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x.c.o'.
[1119/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |WARNING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (21 preceding siblings ...)
2024-08-30 15:26 ` |WARNING| " dpdklab
@ 2024-08-30 15:27 ` dpdklab
2024-08-30 15:29 ` |SUCCESS| " dpdklab
` (5 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:27 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/143498
_Testing issues_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#256803
Test environment and result as below:
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm) | PASS | SKIPPED | PASS | PASS |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
[1107/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_vfpf.c.o'.
[1108/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x_stats.c.o'.
[1109/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_cpr.c.o'.
[1110/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_ecore_sp.c.o'.
[1111/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1112/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1113/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_elink.c.o'.
[1114/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1115/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1116/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/
./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
^
1 error generated.
[1117/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ring.c.o'.
[1118/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x@sta/net_bnx2x_bnx2x.c.o'.
[1119/3248] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (22 preceding siblings ...)
2024-08-30 15:27 ` dpdklab
@ 2024-08-30 15:29 ` dpdklab
2024-08-30 15:36 ` dpdklab
` (4 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:29 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Functional Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#177749
Test environment and result as below:
Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter | PASS |
+------------+--------+
Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Aggregate Results by Test Suite
+-----------------------------+--------+
| Test Suite | Result |
+=============================+========+
| scatter | PASS |
+-----------------------------+--------+
| unit_tests_mbuf | PASS |
+-----------------------------+--------+
| vhost_virtio_user_interrupt | PASS |
+-----------------------------+--------+
| virtio_smoke | PASS |
+-----------------------------+--------+
Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+-----------------------------+--------+
| Test Suite | Result |
+=============================+========+
| scatter | PASS |
+-----------------------------+--------+
| unit_tests_mbuf | PASS |
+-----------------------------+--------+
| vhost_virtio_user_interrupt | PASS |
+-----------------------------+--------+
| virtio_smoke | PASS |
+-----------------------------+--------+
Arm Ampere Altra - Ubuntu 22.04
Kernel: 5.15.83+
Compiler: gcc 11.4
NIC: Intel Corporation QAT 8970 0 Mbps
Aggregate Results by Test Suite
+----------------------------+--------+
| Test Suite | Result |
+============================+========+
| crypto_perf_cryptodev_perf | PASS |
+----------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (23 preceding siblings ...)
2024-08-30 15:29 ` |SUCCESS| " dpdklab
@ 2024-08-30 15:36 ` dpdklab
2024-08-30 15:39 ` |WARNING| " dpdklab
` (3 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Performance Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#177743
Test environment and result as below:
Ubuntu 22.04
Kernel: 5.15.0-100-generic
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Fail/Total: 0/3
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 128 | 1 | 1 | -0.2% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 512 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -1.5% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 22.04 ARM
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |WARNING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (24 preceding siblings ...)
2024-08-30 15:36 ` dpdklab
@ 2024-08-30 15:39 ` dpdklab
2024-08-30 15:46 ` |FAILURE| " dpdklab
` (2 subsequent siblings)
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:39 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/143498
_Testing issues_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#256799
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Debian 12 | PASS |
+---------------------+----------------+
| Fedora 37 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Fedora 39 | PASS |
+---------------------+----------------+
| Fedora 38 (Clang) | WARN |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| Fedora 39 (Clang) | WARN |
+---------------------+----------------+
| Ubuntu 24.04 | PASS |
+---------------------+----------------+
| RHEL9 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | WARN |
+---------------------+----------------+
==== 20 line log output for Fedora 40 (Clang) (dpdk_unit_test): ====
[1135/2979] Generating rte_net_bnx2x.pmd.c with a custom command.
[1136/2979] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1137/2979] Linking static target drivers/librte_net_bnx2x.a.
[1138/2979] Compiling C object 'drivers/a715181@@rte_net_bnx2x@sha/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1139/2979] Linking target drivers/librte_net_bnx2x.so.25.0.
[1140/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_filter.c.o'.
[1141/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_ethdev.c.o'.
[1142/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_flow.c.o'.
[1143/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_irq.c.o'.
[1144/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o
clang -Idrivers/a715181@@tmp_rte_net_bnxt@sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3 -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./ -I../drivers/net/bnxt/hcapi/cfa_v3/./include -I../drivers/net/bnxt/hcapi/cfa_v3/./include/platform/dpdk/ -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/p70/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/host -I../drivers/net/bnxt/hcapi/cfa_v3/./bld/include/p70 -I../drivers/net/bnxt/hcapi/cfa_v3/./mm/include -I../drivers/net/bnxt/hcapi/cfa_v3/./tim/include -I../drivers/net/bnxt/hcapi/cfa_v3/
./tpm/include -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-
definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_mpc.c.o' -c ../drivers/net/bnxt/bnxt_mpc.c
../drivers/net/bnxt/bnxt_mpc.c:700:24: error: unused function 'bnxt_mpc_avail' [-Werror,-Wunused-function]
700 | static inline uint32_t bnxt_mpc_avail(struct bnxt_mpc_txq *mpc_queue)
| ^~~~~~~~~~~~~~
1 error generated.
[1145/2979] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_hwrm.c.o'.
[1146/2979] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1147/2979] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |FAILURE| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (25 preceding siblings ...)
2024-08-30 15:39 ` |WARNING| " dpdklab
@ 2024-08-30 15:46 ` dpdklab
2024-09-19 6:03 ` |SUCCESS| " dpdklab
2024-09-19 6:22 ` dpdklab
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-08-30 15:46 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Sriharsha Basavapatna
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/143498
_Testing issues_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#293949
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_win_llvm_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+=======================+===================+
| Debian Bullseye | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Fedora 37 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Fedora 39 (Clang) | FAIL | WARN | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Fedora 40 (Clang) | FAIL | WARN | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| RHEL8 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| FreeBSD 13.3 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| FreeBSD 14.1 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Fedora 38 (Clang) | FAIL | WARN | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Ubuntu 20.04 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-----------------------+-------------------+
==== 20 line log output for Fedora 38 (Clang) (dpdk_compile_spdk): ====
--- Failed to get log output ---
==== End log output ====
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309
FreeBSD 13.3
Kernel: 13.3-RELEASE-p5
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1-RELEASE-p3
Compiler: clang 18.1.5
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (26 preceding siblings ...)
2024-08-30 15:46 ` |FAILURE| " dpdklab
@ 2024-09-19 6:03 ` dpdklab
2024-09-19 6:22 ` dpdklab
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-09-19 6:03 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Functional Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#181132
Test environment and result as below:
Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter | PASS |
+------------+--------+
Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Aggregate Results by Test Suite
+-----------------------------+--------+
| Test Suite | Result |
+=============================+========+
| scatter | PASS |
+-----------------------------+--------+
| unit_tests_mbuf | PASS |
+-----------------------------+--------+
| vhost_virtio_user_interrupt | PASS |
+-----------------------------+--------+
| virtio_smoke | PASS |
+-----------------------------+--------+
Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+-----------------------------+--------+
| Test Suite | Result |
+=============================+========+
| scatter | PASS |
+-----------------------------+--------+
| unit_tests_mbuf | PASS |
+-----------------------------+--------+
| vhost_virtio_user_interrupt | PASS |
+-----------------------------+--------+
| virtio_smoke | PASS |
+-----------------------------+--------+
Arm Ampere Altra - Ubuntu 22.04
Kernel: 5.15.83+
Compiler: gcc 11.4
NIC: Intel Corporation QAT 8970 0 Mbps
Aggregate Results by Test Suite
+----------------------------+--------+
| Test Suite | Result |
+============================+========+
| crypto_perf_cryptodev_perf | PASS |
+----------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
* |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
` (27 preceding siblings ...)
2024-09-19 6:03 ` |SUCCESS| " dpdklab
@ 2024-09-19 6:22 ` dpdklab
28 siblings, 0 replies; 29+ messages in thread
From: dpdklab @ 2024-09-19 6:22 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/143498
_Performance Testing PASS_
Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, August 30 2024 14:00:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:077056ef50ec8e3717e4afcb6f89dcb77110e663
143465-143498 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#181133
Test environment and result as below:
22.04
Kernel: 5.15.0-94-generic
Compiler: gcc 11.4.0
NIC: Intel E810 100000 Mbps
Fail/Total: 0/4
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 2 | 2.9% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 2 | 0.4% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 512 | 1 | 1 | 0.6% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Fail/Total: 0/4
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 512 | 64 | 0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | 2.6% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -1.6% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | 1.0% |
+----------+-------------+---------+------------+------------------------------+
Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Fail/Total: 0/6
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 128 | 64 | 0.1% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 512 | 64 | 0.2% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | -0.3% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 128 | 64 | -0.3% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -0.4% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -0.4% |
+----------+-------------+---------+------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30886/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 29+ messages in thread
end of thread, other threads:[~2024-09-19 6:22 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20240830140049.1715230-48-sriharsha.basavapatna@broadcom.com>
2024-08-30 14:11 ` |WARNING| pw143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2 checkpatch
2024-08-30 14:39 ` |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat dpdklab
2024-08-30 14:40 ` |PENDING| " dpdklab
2024-08-30 14:45 ` dpdklab
2024-08-30 14:48 ` dpdklab
2024-08-30 14:49 ` |SUCCESS| " dpdklab
2024-08-30 14:55 ` |SUCCESS| pw143465-143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2 qemudev
2024-08-30 14:59 ` |PENDING| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat dpdklab
2024-08-30 14:59 ` |SUCCESS| pw143465-143498 [PATCH 47/47] net/bnxt: tf_ulp: add stats cache for thor2 qemudev
2024-08-30 15:04 ` |FAILURE| pw143498 " 0-day Robot
2024-08-30 15:11 ` |SUCCESS| pw143465-143498 [PATCH] [47/47] net/bnxt: tf_ulp: add stat dpdklab
2024-08-30 15:14 ` |FAILURE| " dpdklab
2024-08-30 15:15 ` dpdklab
2024-08-30 15:15 ` |SUCCESS| " dpdklab
2024-08-30 15:15 ` |FAILURE| " dpdklab
2024-08-30 15:15 ` dpdklab
2024-08-30 15:16 ` |SUCCESS| " dpdklab
2024-08-30 15:16 ` dpdklab
2024-08-30 15:16 ` dpdklab
2024-08-30 15:17 ` dpdklab
2024-08-30 15:20 ` |FAILURE| " dpdklab
2024-08-30 15:26 ` |WARNING| " dpdklab
2024-08-30 15:27 ` dpdklab
2024-08-30 15:29 ` |SUCCESS| " dpdklab
2024-08-30 15:36 ` dpdklab
2024-08-30 15:39 ` |WARNING| " dpdklab
2024-08-30 15:46 ` |FAILURE| " dpdklab
2024-09-19 6:03 ` |SUCCESS| " dpdklab
2024-09-19 6:22 ` 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).