automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
@ 2024-10-18 11:52 ` checkpatch
  2024-10-18 12:43 ` |FAILURE| " 0-day Robot
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: checkpatch @ 2024-10-18 11:52 UTC (permalink / raw)
  To: test-report; +Cc: Sriharsha Basavapatna

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/146260

_coding style issues_


WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#322: 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'?
#322: 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'?
#325: 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'?
#340: 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'?
#351: 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:2983:
+	memset(&fid_parms, 0, sizeof(fid_parms));

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#352: FILE: drivers/net/bnxt/tf_ulp/ulp_mapper.c:2984:
+	fid_parms.direction	= tbl->direction;

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#353: 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'?
#354: 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'?
#355: 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'?
#356: 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'?
#357: 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'?
#358: 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'?
#358: 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'?
#365: 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'?
#373: 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'?
#395: 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'?
#489: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:73:
+		BNXT_DRV_DBG(DEBUG, "Failed to device parms
");

WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#751: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:335:
+				(struct ulp_sc_tfc_stats_cache_entry *)((uintptr_t)batch_info.em_hdl[batch]);

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#764: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:348:
+					 "Stats collection time exceeded %dmS Cycles:%" PRIu64,

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#891: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:475:
+int ulp_sc_mgr_entry_alloc(struct bnxt_ulp_mapper_parms *parms,

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#891: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:475:
+int ulp_sc_mgr_entry_alloc(struct bnxt_ulp_mapper_parms *parms,

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#898: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:482:
+	ulp_sc_info = bnxt_ulp_cntxt_ptr2_sc_info_get(parms->ulp_ctx);

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#905: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:489:
+	sce += parms->flow_id;

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#914: FILE: drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:498:
+	sce->ctxt = parms->ulp_ctx;

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#1075: 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'?
#1080: 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'?
#1080: 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, 27 warnings, 1 checks, 977 lines checked
Warning in drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c:
Using pthread functions, prefer rte_thread

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
  2024-10-18 11:52 ` |WARNING| pw146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2 checkpatch
@ 2024-10-18 12:43 ` 0-day Robot
  2024-10-18 23:39 ` |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s dpdklab
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: 0-day Robot @ 2024-10-18 12:43 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/146260/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11403366041
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-gcc" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_global_id_alloc’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_alloc_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1270/3105] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_init.c.o
[1271/3105] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_util.c.o
[1272/3105] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_resources.c.o
[1273/3105] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_priv.c.o
[1274/3105] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_mpc_table.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_global_id_alloc’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘4294967295’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_alloc_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘4294967295’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘4294967295’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[988/3228] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_vf2pf_msg.c.o
[989/3228] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_util.c.o
[990/3228] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_tbl_scope.c.o
[991/3228] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_tcam.c.o
[992/3228] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfo.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] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_global_id_alloc’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_alloc_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1185/4326] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_init.c.o
[1186/4326] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_tbl_scope.c.o
[1187/4326] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_resources.c.o
[1188/4326] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[1189/4326] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_mpc_table.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_global_id_alloc’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_alloc_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1107/3553] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_mpc_table.c.o
[1108/3553] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_vf2pf_msg.c.o
[1109/3553] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_tcam.c.o
[1110/3553] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_tbl_scope.c.o
[1111/3553] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_global_id_alloc’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_alloc_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘tfc_msg_alloc_dma_buf’,
    inlined from ‘tfc_msg_tcam_set’ at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: ‘rte_free’ called on a pointer to an unallocated object ‘18446744073709551615’ [-Werror=free-nonheap-object]
   87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1111/3524] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_resources.c.o
[1112/3524] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfo.c.o
[1113/3524] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_session.c.o
[1114/3524] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_core_v3_tfc_tbl_scope.c.o
[1115/3524] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-gcc" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
  2024-10-18 11:52 ` |WARNING| pw146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2 checkpatch
  2024-10-18 12:43 ` |FAILURE| " 0-day Robot
@ 2024-10-18 23:39 ` dpdklab
  2024-10-19  1:44 ` dpdklab
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-18 23:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Functional Testing PASS_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#189549

Test environment and result as below:

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 |
+=============================+========+
| 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 |
+=================+========+
| unit_tests_mbuf |  PASS  |
+-----------------+--------+


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (2 preceding siblings ...)
  2024-10-18 23:39 ` |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s dpdklab
@ 2024-10-19  1:44 ` dpdklab
  2024-10-19 12:02 ` dpdklab
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19  1:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-marvell-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Functional Testing PASS_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#189551

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  |
+-----------------+--------+
| rxtx_callbacks  |  PASS  |
+-----------------+--------+
| tso             |  PASS  |
+-----------------+--------+


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (3 preceding siblings ...)
  2024-10-19  1:44 ` dpdklab
@ 2024-10-19 12:02 ` dpdklab
  2024-10-19 12:39 ` dpdklab
                   ` (22 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 12:02 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Performance Testing PASS_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#189544

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
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+

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           | -1.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 512     | 1        | 1           | -0.4%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 1.1%                         |
+------------+---------+----------+-------------+------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (4 preceding siblings ...)
  2024-10-19 12:02 ` dpdklab
@ 2024-10-19 12:39 ` dpdklab
  2024-10-19 19:05 ` |PENDING| " dpdklab
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 12:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Testing PASS_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing pass

Upstream job id: Template-DTS-Pipeline#189552

Test environment and result as below:

+--------------+----------------------+
| Environment  | compressdev_zlib_pmd |
+==============+======================+
| Ubuntu 22.04 | PASS                 |
+--------------+----------------------+


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/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |PENDING| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (5 preceding siblings ...)
  2024-10-19 12:39 ` dpdklab
@ 2024-10-19 19:05 ` dpdklab
  2024-10-19 19:10 ` |SUCCESS| " dpdklab
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 19:05 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/146260

_Testing pending_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing pending

Upstream job id: Generic-VM-DPDK-Compile-Meson#30469

Test environment and result as below:

+--------------+--------------------+
| Environment  | dpdk_meson_compile |
+==============+====================+
| FreeBSD 13.4 | PASS               |
+--------------+--------------------+
| FreeBSD 14.1 | PEND               |
+--------------+--------------------+


FreeBSD 13.4
	Kernel: 13.4-RELEASE-p1
	Compiler: clang 18.1.6

FreeBSD 14.1
	Kernel: 14.1-RELEASE-p3
	Compiler: clang 18.1.5

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (6 preceding siblings ...)
  2024-10-19 19:05 ` |PENDING| " dpdklab
@ 2024-10-19 19:10 ` dpdklab
  2024-10-19 19:19 ` |PENDING| " dpdklab
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 19:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Testing PASS_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing pass

Upstream job id: Generic-VM-DPDK-Compile-Meson#30470

Test environment and result as below:

+--------------+--------------------+
| Environment  | dpdk_meson_compile |
+==============+====================+
| FreeBSD 13.4 | PASS               |
+--------------+--------------------+
| FreeBSD 14.1 | PASS               |
+--------------+--------------------+


FreeBSD 13.4
	Kernel: 13.4-RELEASE-p1
	Compiler: clang 18.1.6

FreeBSD 14.1
	Kernel: 14.1-RELEASE-p3
	Compiler: clang 18.1.5

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |PENDING| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (7 preceding siblings ...)
  2024-10-19 19:10 ` |SUCCESS| " dpdklab
@ 2024-10-19 19:19 ` dpdklab
  2024-10-19 20:01 ` dpdklab
                   ` (18 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 19:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/146260

_Testing pending_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing pending

Upstream job id: Generic-VM-Unit-Test-DPDK#25768

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PEND           |
+---------------------+----------------+
| Debian 12           | PEND           |
+---------------------+----------------+
| Fedora 37           | PEND           |
+---------------------+----------------+
| Debian Bullseye     | PEND           |
+---------------------+----------------+
| Fedora 38           | PEND           |
+---------------------+----------------+
| Fedora 38 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 39           | PEND           |
+---------------------+----------------+
| Fedora 39 (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 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)

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |PENDING| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (8 preceding siblings ...)
  2024-10-19 19:19 ` |PENDING| " dpdklab
@ 2024-10-19 20:01 ` dpdklab
  2024-10-19 21:02 ` |FAILURE| " dpdklab
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 20:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/146260

_Testing pending_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing pending

Upstream job id: Aarch32-Unit-Test#3871

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+---------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| CentOS Stream 9 (ARM)       | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM)    | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM Clang)       | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 37 (ARM)             | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang)       | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM)             | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM)             | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM)             | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM Clang)       | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| RHEL9 (ARM)                 | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)          | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 (ARM)          | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 (ARM)          | PEND           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm)             | PEND           | SKIPPED      | PEND                         | PEND                      |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PEND         | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+


CentOS Stream 9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Debian 11 (Buster) (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

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)

RHEL9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 22.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

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 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/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (9 preceding siblings ...)
  2024-10-19 20:01 ` dpdklab
@ 2024-10-19 21:02 ` dpdklab
  2024-10-19 21:03 ` dpdklab
                   ` (16 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 21:02 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/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#278280

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | WARN           |
+---------------------+----------------+
| Debian 12           | PEND           |
+---------------------+----------------+
| Fedora 37           | PEND           |
+---------------------+----------------+
| Debian Bullseye     | PEND           |
+---------------------+----------------+
| Fedora 38           | PEND           |
+---------------------+----------------+
| Fedora 38 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 39           | PEND           |
+---------------------+----------------+
| Fedora 39 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 40           | PEND           |
+---------------------+----------------+
| Fedora 40 (Clang)   | PEND           |
+---------------------+----------------+
| RHEL8               | PEND           |
+---------------------+----------------+
| RHEL9               | PEND           |
+---------------------+----------------+
| Ubuntu 20.04        | PEND           |
+---------------------+----------------+
| Ubuntu 24.04        | PEND           |
+---------------------+----------------+
| Ubuntu 22.04        | PEND           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_global_id_alloc' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_alloc_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1243/3018] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_session.c.o'.
[1244/3018] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_resources.c.o'.
[1245/3018] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_tbl_scope.c.o'.
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 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)

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.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 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (10 preceding siblings ...)
  2024-10-19 21:02 ` |FAILURE| " dpdklab
@ 2024-10-19 21:03 ` dpdklab
  2024-10-19 21:04 ` dpdklab
                   ` (15 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 21:03 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/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#278286

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | WARN           |
+---------------------+----------------+
| Debian 12           | WARN           |
+---------------------+----------------+
| Fedora 37           | WARN           |
+---------------------+----------------+
| Debian Bullseye     | PEND           |
+---------------------+----------------+
| Fedora 38           | PEND           |
+---------------------+----------------+
| Fedora 38 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 39           | PEND           |
+---------------------+----------------+
| Fedora 39 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 40           | PEND           |
+---------------------+----------------+
| Fedora 40 (Clang)   | PEND           |
+---------------------+----------------+
| RHEL8               | PEND           |
+---------------------+----------------+
| RHEL9               | PEND           |
+---------------------+----------------+
| Ubuntu 20.04        | PEND           |
+---------------------+----------------+
| Ubuntu 24.04        | PEND           |
+---------------------+----------------+
| Ubuntu 22.04        | PEND           |
+---------------------+----------------+

==== 20 line log output for Fedora 37 (dpdk_unit_test): ====
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_global_id_alloc' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_alloc_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1243/3006] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_resources.c.o'.
[1244/3006] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_session.c.o'.
[1245/3006] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_tbl_scope.c.o'.
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 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)

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.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 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (11 preceding siblings ...)
  2024-10-19 21:03 ` dpdklab
@ 2024-10-19 21:04 ` dpdklab
  2024-10-19 21:07 ` dpdklab
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 21:04 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/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#278284

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | WARN           |
+---------------------+----------------+
| Debian 12           | WARN           |
+---------------------+----------------+
| Fedora 37           | WARN           |
+---------------------+----------------+
| Debian Bullseye     | PEND           |
+---------------------+----------------+
| Fedora 38           | PEND           |
+---------------------+----------------+
| Fedora 38 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 39           | PEND           |
+---------------------+----------------+
| Fedora 39 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 40           | PEND           |
+---------------------+----------------+
| Fedora 40 (Clang)   | PEND           |
+---------------------+----------------+
| RHEL8               | PEND           |
+---------------------+----------------+
| RHEL9               | PEND           |
+---------------------+----------------+
| Ubuntu 20.04        | PEND           |
+---------------------+----------------+
| Ubuntu 24.04        | PEND           |
+---------------------+----------------+
| Ubuntu 22.04        | PEND           |
+---------------------+----------------+

==== 20 line log output for Fedora 37 (dpdk_unit_test): ====
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_global_id_alloc' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_alloc_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1243/3006] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_resources.c.o'.
[1244/3006] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_session.c.o'.
[1245/3006] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_tbl_scope.c.o'.
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 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)

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.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 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (12 preceding siblings ...)
  2024-10-19 21:04 ` dpdklab
@ 2024-10-19 21:07 ` dpdklab
  2024-10-19 21:10 ` dpdklab
                   ` (13 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 21:07 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/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#278288

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | WARN           |
+---------------------+----------------+
| Debian 12           | WARN           |
+---------------------+----------------+
| Fedora 37           | WARN           |
+---------------------+----------------+
| Debian Bullseye     | PEND           |
+---------------------+----------------+
| Fedora 38           | WARN           |
+---------------------+----------------+
| Fedora 38 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 39           | PEND           |
+---------------------+----------------+
| Fedora 39 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 40           | PEND           |
+---------------------+----------------+
| Fedora 40 (Clang)   | PEND           |
+---------------------+----------------+
| RHEL8               | PEND           |
+---------------------+----------------+
| RHEL9               | PEND           |
+---------------------+----------------+
| Ubuntu 20.04        | PEND           |
+---------------------+----------------+
| Ubuntu 24.04        | PEND           |
+---------------------+----------------+
| Ubuntu 22.04        | PEND           |
+---------------------+----------------+

==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_global_id_alloc' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_alloc_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1246/3018] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfo.c.o'.
[1247/3018] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_tcam.c.o'.
[1248/3018] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_util.c.o'.
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 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)

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.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 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (13 preceding siblings ...)
  2024-10-19 21:07 ` dpdklab
@ 2024-10-19 21:10 ` dpdklab
  2024-10-19 21:41 ` |WARNING| " dpdklab
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 21:10 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/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#278292

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | WARN           |
+---------------------+----------------+
| Debian 12           | WARN           |
+---------------------+----------------+
| Fedora 37           | WARN           |
+---------------------+----------------+
| Debian Bullseye     | PEND           |
+---------------------+----------------+
| Fedora 38           | WARN           |
+---------------------+----------------+
| Fedora 38 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 39           | WARN           |
+---------------------+----------------+
| Fedora 39 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 40           | PEND           |
+---------------------+----------------+
| Fedora 40 (Clang)   | PEND           |
+---------------------+----------------+
| RHEL8               | PEND           |
+---------------------+----------------+
| RHEL9               | PEND           |
+---------------------+----------------+
| Ubuntu 20.04        | PEND           |
+---------------------+----------------+
| Ubuntu 24.04        | PEND           |
+---------------------+----------------+
| Ubuntu 22.04        | PEND           |
+---------------------+----------------+

==== 20 line log output for Fedora 39 (dpdk_unit_test): ====
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_global_id_alloc' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_alloc_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1240/3018] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_init.c.o'.
[1241/3018] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_mpc_table.c.o'.
[1242/3018] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_priv.c.o'.
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 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)

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.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 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |WARNING| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (14 preceding siblings ...)
  2024-10-19 21:10 ` dpdklab
@ 2024-10-19 21:41 ` dpdklab
  2024-10-19 21:45 ` |SUCCESS| " dpdklab
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 21:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#278305

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | WARN           |
+---------------------+----------------+
| Debian 12           | WARN           |
+---------------------+----------------+
| Fedora 37           | WARN           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 38           | WARN           |
+---------------------+----------------+
| Fedora 38 (Clang)   | PASS           |
+---------------------+----------------+
| Fedora 39           | WARN           |
+---------------------+----------------+
| Fedora 39 (Clang)   | PASS           |
+---------------------+----------------+
| Fedora 40           | WARN           |
+---------------------+----------------+
| Fedora 40 (Clang)   | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| RHEL9               | WARN           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Ubuntu 24.04        | WARN           |
+---------------------+----------------+
| Ubuntu 22.04        | WARN           |
+---------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_global_id_alloc' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_alloc_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1250/3013] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_resources.c.o'.
[1251/3013] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_session.c.o'.
[1252/3013] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_v3_tfc_tbl_scope.c.o'.
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 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)

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.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 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (15 preceding siblings ...)
  2024-10-19 21:41 ` |WARNING| " dpdklab
@ 2024-10-19 21:45 ` dpdklab
  2024-10-20  2:23 ` |PENDING| " dpdklab
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-19 21:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Testing PASS_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing pass

Upstream job id: Windows-Compile-DPDK-VS#3557

Test environment and result as below:

+---------------------+--------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile |
+=====================+====================+===================+
| FreeBSD 13.4        | PASS               | SKIPPED           |
+---------------------+--------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED           |
+---------------------+--------------------+-------------------+
| Windows Server 2022 | SKIPPED            | PASS              |
+---------------------+--------------------+-------------------+


FreeBSD 13.4
	Kernel: 13.4-RELEASE-p1
	Compiler: clang 18.1.6

FreeBSD 14.1
	Kernel: 14.1-RELEASE-p3
	Compiler: clang 18.1.5

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/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |PENDING| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (16 preceding siblings ...)
  2024-10-19 21:45 ` |SUCCESS| " dpdklab
@ 2024-10-20  2:23 ` dpdklab
  2024-10-20  2:30 ` |FAILURE| " dpdklab
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-20  2:23 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/146260

_Testing pending_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing pending

Upstream job id: Generic-DPDK-Compile-Meson#319248

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               |
+------------------------------------+--------------------+
| Fedora 37 (ARM)                    | PEND               |
+------------------------------------+--------------------+
| Fedora 38 (ARM)                    | PEND               |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang)              | 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

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 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

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/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (17 preceding siblings ...)
  2024-10-20  2:23 ` |PENDING| " dpdklab
@ 2024-10-20  2:30 ` dpdklab
  2024-10-20  2:40 ` |WARNING| " dpdklab
                   ` (8 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-20  2:30 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/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#319250

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               |
+------------------------------------+--------------------+
| Fedora 37 (ARM)                    | FAIL               |
+------------------------------------+--------------------+
| Fedora 38 (ARM)                    | PEND               |
+------------------------------------+--------------------+
| Fedora 38 (ARM Clang)              | PEND               |
+------------------------------------+--------------------+
| Fedora 39 (ARM)                    | PEND               |
+------------------------------------+--------------------+

==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_global_id_alloc' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_alloc_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

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 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

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/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |WARNING| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (18 preceding siblings ...)
  2024-10-20  2:30 ` |FAILURE| " dpdklab
@ 2024-10-20  2:40 ` dpdklab
  2024-10-20  2:48 ` |FAILURE| " dpdklab
                   ` (7 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-20  2:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#278291

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+---------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| CentOS Stream 9 (ARM)       | WARN           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 37 (ARM)             | WARN           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM)             | WARN           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM)             | WARN           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM)             | WARN           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| RHEL9 (ARM)                 | WARN           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 (ARM)          | WARN           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 (ARM)          | WARN           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm)             | WARN           | SKIPPED      | WARN                         | WARN                      |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+

==== 20 line log output for Debian 12 (arm) (cryptodev_sw_zuc_autotest): ====
 --- Failed to get log output --- 
==== End log output ====

CentOS Stream 9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Debian 11 (Buster) (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

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)

RHEL9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 22.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

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 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/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (19 preceding siblings ...)
  2024-10-20  2:40 ` |WARNING| " dpdklab
@ 2024-10-20  2:48 ` dpdklab
  2024-10-20  2:48 ` dpdklab
                   ` (6 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-20  2:48 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/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#319245

Test environment and result as below:

+---------------------+--------------------+-------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+===================+==================+===================+
| FreeBSD 13.4        | PASS               | SKIPPED           | SKIPPED          | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED           | SKIPPED          | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| CentOS Stream 9     | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Debian 12           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 37           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 38           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 39           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 40           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED           | PASS             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED           | PASS             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| RHEL9               | FAIL               | SKIPPED           | WARN             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED           | PASS             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Ubuntu 24.04        | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Ubuntu 22.04        | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Alpine              | FAIL               | SKIPPED           | WARN             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Windows Server 2022 | SKIPPED            | PASS              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+

==== 20 line log output for Alpine (dpdk_compile_ovs): ====
 --- Failed to get log output --- 
==== End log output ====

FreeBSD 13.4
	Kernel: 13.4-RELEASE-p1
	Compiler: clang 18.1.6

FreeBSD 14.1
	Kernel: 14.1-RELEASE-p3
	Compiler: clang 18.1.5

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 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)

openSUSE Leap 15
	Kernel: Depends on container host
	Compiler: gcc (SUSE Linux) 7.5.0

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Alpine
	Kernel: Depends on container host
	Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309

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/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (20 preceding siblings ...)
  2024-10-20  2:48 ` |FAILURE| " dpdklab
@ 2024-10-20  2:48 ` dpdklab
  2024-10-20  4:30 ` dpdklab
                   ` (5 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-20  2:48 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/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#319233

Test environment and result as below:

+---------------------+--------------------+-------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+===================+==================+===================+
| FreeBSD 13.4        | PASS               | SKIPPED           | SKIPPED          | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED           | SKIPPED          | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| CentOS Stream 9     | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Debian 12           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 37           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 38           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 39           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Fedora 40           | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED           | PASS             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED           | PASS             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| RHEL9               | FAIL               | SKIPPED           | WARN             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED           | PASS             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Ubuntu 24.04        | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Ubuntu 22.04        | FAIL               | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Alpine              | FAIL               | SKIPPED           | WARN             | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+
| Windows Server 2022 | SKIPPED            | PASS              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+-------------------+------------------+-------------------+

==== 20 line log output for Alpine (dpdk_compile_ovs): ====
 --- Failed to get log output --- 
==== End log output ====

FreeBSD 13.4
	Kernel: 13.4-RELEASE-p1
	Compiler: clang 18.1.6

FreeBSD 14.1
	Kernel: 14.1-RELEASE-p3
	Compiler: clang 18.1.5

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 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)

openSUSE Leap 15
	Kernel: Depends on container host
	Compiler: gcc (SUSE Linux) 7.5.0

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Alpine
	Kernel: Depends on container host
	Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309

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/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |FAILURE| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (21 preceding siblings ...)
  2024-10-20  2:48 ` dpdklab
@ 2024-10-20  4:30 ` dpdklab
  2024-10-21  4:17 ` |SUCCESS| pw146227-146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2 qemudev
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-20  4:30 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/146260

_Testing issues_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#319261

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| RHEL9 (ARM)                            | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 40 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 12 (arm) (dpdk_meson_compile): ====
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_global_id_alloc' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:656:7:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_alloc_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:953:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'tfc_msg_alloc_dma_buf',
inlined from 'tfc_msg_tcam_set' at ../drivers/net/bnxt/tf_core/v3/tfc_msg.c:1008:8:
../drivers/net/bnxt/tf_core/v3/tfc_msg.c:87:17: error: 'rte_free' called on a pointer to an unallocated object '18446744073709551615' [-Werror=free-nonheap-object]
87 |                 rte_free((void *)(uintptr_t)buf->pa_addr);
|                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
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

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 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

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)

Ubuntu 20.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

CentOS Stream 9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

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

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: Depends on container host
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: Depends on container host
	Compiler: gcc 9.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (22 preceding siblings ...)
  2024-10-20  4:30 ` dpdklab
@ 2024-10-21  4:17 ` qemudev
  2024-10-21  4:22 ` qemudev
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: qemudev @ 2024-10-21  4:17 UTC (permalink / raw)
  To: test-report

Test-Label: loongarch-compilation
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Compilation OK_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Fri, 18 Oct 2024 14:40:38 +0530
DPDK git baseline: Repo:dpdk-next-net-brcm
  Branch: for-next-net
  CommitID: 9be79060c65948f0dd6fca6f30be526adabc1dfa

146227-146260 --> 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] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (23 preceding siblings ...)
  2024-10-21  4:17 ` |SUCCESS| pw146227-146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2 qemudev
@ 2024-10-21  4:22 ` qemudev
  2024-10-22  3:22 ` qemudev
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: qemudev @ 2024-10-21  4:22 UTC (permalink / raw)
  To: test-report

Test-Label: loongarch-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Unit Testing PASS_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Fri, 18 Oct 2024 14:40:38 +0530
DPDK git baseline: Repo:dpdk-next-net-brcm
  Branch: for-next-net
  CommitID: 9be79060c65948f0dd6fca6f30be526adabc1dfa

146227-146260 --> 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/116 DPDK:fast-tests / acl_autotest                            OK              3.12s
  2/116 DPDK:fast-tests / alarm_autotest                          OK              1.41s
  3/116 DPDK:fast-tests / argparse_autotest                       OK              0.41s
  4/116 DPDK:fast-tests / atomic_autotest                         OK              6.17s
  5/116 DPDK:fast-tests / bitcount_autotest                       OK              0.30s
  6/116 DPDK:fast-tests / bitmap_autotest                         OK              0.31s
  7/116 DPDK:fast-tests / bitops_autotest                         OK              1.81s
  8/116 DPDK:fast-tests / bitratestats_autotest                   OK              0.31s
  9/116 DPDK:fast-tests / bitset_autotest                         OK              2.95s
 10/116 DPDK:fast-tests / bpf_autotest                            OK              0.59s
 11/116 DPDK:fast-tests / bpf_convert_autotest                    OK              0.58s
 12/116 DPDK:fast-tests / byteorder_autotest                      OK              0.57s
 13/116 DPDK:fast-tests / cksum_autotest                          OK              0.57s
 14/116 DPDK:fast-tests / cmdline_autotest                        OK              0.57s
 15/116 DPDK:fast-tests / common_autotest                         OK              1.41s
 16/116 DPDK:fast-tests / compressdev_autotest                    SKIP            0.06s   exit status 77
 17/116 DPDK:fast-tests / cpuflags_autotest                       OK              0.46s
 18/116 DPDK:fast-tests / crc_autotest                            OK              0.48s
 19/116 DPDK:fast-tests / user_delay_us                           OK              0.48s
 20/116 DPDK:fast-tests / debug_autotest                          OK             28.20s
 21/116 DPDK:fast-tests / devargs_autotest                        OK              0.48s
 22/116 DPDK:fast-tests / dispatcher_autotest                     OK              2.54s
 23/116 DPDK:fast-tests / distributor_autotest                    OK              1.19s
 24/116 DPDK:fast-tests / eal_flags_c_opt_autotest                OK              0.61s
 25/116 DPDK:fast-tests / eal_flags_main_opt_autotest             OK              0.18s
 26/116 DPDK:fast-tests / eal_flags_n_opt_autotest                OK              0.17s
 27/116 DPDK:fast-tests / eal_flags_hpet_autotest                 OK              0.12s
 28/116 DPDK:fast-tests / eal_flags_no_huge_autotest              OK              0.18s
 29/116 DPDK:fast-tests / eal_flags_a_opt_autotest                OK              0.25s
 30/116 DPDK:fast-tests / eal_flags_b_opt_autotest                OK              0.20s
 31/116 DPDK:fast-tests / eal_flags_vdev_opt_autotest             OK              0.17s
 32/116 DPDK:fast-tests / eal_flags_r_opt_autotest                OK              0.15s
 33/116 DPDK:fast-tests / eal_flags_mem_autotest                  OK              0.53s
 34/116 DPDK:fast-tests / eal_flags_file_prefix_autotest          OK             22.24s
 35/116 DPDK:fast-tests / eal_flags_misc_autotest                 OK              0.78s
 36/116 DPDK:fast-tests / eal_fs_autotest                         OK              0.47s
 37/116 DPDK:fast-tests / errno_autotest                          OK              0.48s
 38/116 DPDK:fast-tests / ethdev_link_status                      OK              0.48s
 39/116 DPDK:fast-tests / event_eth_tx_adapter_autotest           OK              1.71s
 40/116 DPDK:fast-tests / event_ring_autotest                     OK              0.47s
 41/116 DPDK:fast-tests / eventdev_common_autotest                OK              0.48s
 42/116 DPDK:fast-tests / eventdev_selftest_sw                    OK              7.44s
 43/116 DPDK:fast-tests / fbarray_autotest                        OK              0.53s
 44/116 DPDK:fast-tests / fib_autotest                            OK              1.40s
 45/116 DPDK:fast-tests / fib6_autotest                           OK              1.17s
 46/116 DPDK:fast-tests / func_reentrancy_autotest                OK              2.35s
 47/116 DPDK:fast-tests / graph_autotest                          OK              0.48s
 48/116 DPDK:fast-tests / node_list_dump                          OK              0.48s
 49/116 DPDK:fast-tests / hash_autotest                           OK              1.27s
 50/116 DPDK:fast-tests / hash_readwrite_func_autotest            OK              6.39s
 51/116 DPDK:fast-tests / interrupt_autotest                      OK              1.77s
 52/116 DPDK:fast-tests / ipfrag_autotest                         OK              0.08s
 53/116 DPDK:fast-tests / ipsec_autotest                          SKIP            0.47s   exit status 77
 54/116 DPDK:fast-tests / kvargs_autotest                         OK              0.48s
 55/116 DPDK:fast-tests / latencystats_autotest                   OK              0.48s
 56/116 DPDK:fast-tests / lcores_autotest                         OK              5.29s
 57/116 DPDK:fast-tests / logs_autotest                           OK              0.48s
 58/116 DPDK:fast-tests / lpm_autotest                            OK              2.52s
 59/116 DPDK:fast-tests / lpm6_autotest                           OK              5.69s
 60/116 DPDK:fast-tests / malloc_autotest                         OK             61.20s
 61/116 DPDK:fast-tests / mbuf_autotest                           OK              4.56s
 62/116 DPDK:fast-tests / mcslock_autotest                        OK              4.49s
 63/116 DPDK:fast-tests / member_autotest                         OK              1.78s
 64/116 DPDK:fast-tests / memcpy_autotest                         OK              7.08s
 65/116 DPDK:fast-tests / memory_autotest                         OK              0.09s
 66/116 DPDK:fast-tests / mempool_autotest                        OK              0.44s
 67/116 DPDK:fast-tests / memzone_autotest                        OK              0.14s
 68/116 DPDK:fast-tests / meter_autotest                          OK              0.47s
 69/116 DPDK:fast-tests / metrics_autotest                        OK              0.48s
 70/116 DPDK:fast-tests / multiprocess_autotest                   OK              0.17s
 71/116 DPDK:fast-tests / net_ether_autotest                      OK              1.13s
 72/116 DPDK:fast-tests / net_ipv6_autotest                       OK              0.48s
 73/116 DPDK:fast-tests / pcapng_autotest                         OK              6.55s
 74/116 DPDK:fast-tests / pdcp_autotest                           SKIP            0.07s   exit status 77
 75/116 DPDK:fast-tests / pdump_autotest                          OK              0.57s
 76/116 DPDK:fast-tests / per_lcore_autotest                      OK              0.58s
 77/116 DPDK:fast-tests / pflock_autotest                         OK              1.29s
 78/116 DPDK:fast-tests / pie_autotest                            OK              0.48s
 79/116 DPDK:fast-tests / ring_pmd_autotest                       OK              0.48s
 80/116 DPDK:fast-tests / power_autotest                          OK              0.48s
 81/116 DPDK:fast-tests / power_cpufreq_autotest                  SKIP            0.07s   exit status 77
 82/116 DPDK:fast-tests / power_intel_uncore_autotest             SKIP            0.47s   exit status 77
 83/116 DPDK:fast-tests / power_kvm_vm_autotest                   SKIP            0.07s   exit status 77
 84/116 DPDK:fast-tests / prefetch_autotest                       OK              0.47s
 85/116 DPDK:fast-tests / ptr_compress_autotest                   OK              0.48s
 86/116 DPDK:fast-tests / rawdev_autotest                         OK              0.47s
 87/116 DPDK:fast-tests / rcu_qsbr_autotest                       OK              1.01s
 88/116 DPDK:fast-tests / reorder_autotest                        OK              0.53s
 89/116 DPDK:fast-tests / rib_autotest                            OK              9.15s
 90/116 DPDK:fast-tests / rib6_autotest                           OK              9.08s
 91/116 DPDK:fast-tests / ring_autotest                           OK              0.51s
 92/116 DPDK:fast-tests / rwlock_test1_autotest                   OK              1.22s
 93/116 DPDK:fast-tests / rwlock_rda_autotest                     OK              5.48s
 94/116 DPDK:fast-tests / rwlock_rds_wrm_autotest                 OK              5.48s
 95/116 DPDK:fast-tests / rwlock_rde_wro_autotest                 OK              5.48s
 96/116 DPDK:fast-tests / sched_autotest                          OK              0.48s
 97/116 DPDK:fast-tests / security_autotest                       OK              0.07s
 98/116 DPDK:fast-tests / seqlock_autotest                        OK              2.47s
 99/116 DPDK:fast-tests / service_autotest                        OK              3.18s
100/116 DPDK:fast-tests / spinlock_autotest                       OK              0.55s
101/116 DPDK:fast-tests / stack_autotest                          OK              0.87s
102/116 DPDK:fast-tests / stack_lf_autotest                       SKIP            0.05s   exit status 77
103/116 DPDK:fast-tests / string_autotest                         OK              0.39s
104/116 DPDK:fast-tests / table_autotest                          OK              7.72s
105/116 DPDK:fast-tests / tailq_autotest                          OK              0.38s
106/116 DPDK:fast-tests / telemetry_data_autotest                 OK              0.40s
107/116 DPDK:fast-tests / telemetry_json_autotest                 OK              0.39s
108/116 DPDK:fast-tests / thash_autotest                          OK              0.40s
109/116 DPDK:fast-tests / threads_autotest                        OK              0.57s
110/116 DPDK:fast-tests / ticketlock_autotest                     OK              0.57s
111/116 DPDK:fast-tests / timer_autotest                          OK              3.88s
112/116 DPDK:fast-tests / trace_autotest                          OK              0.39s
113/116 DPDK:fast-tests / trace_autotest_with_traces              OK              0.40s
114/116 DPDK:fast-tests / vdev_autotest                           OK              0.60s
115/116 DPDK:fast-tests / version_autotest                        OK              0.60s
116/116 DPDK:fast-tests / telemetry_all                           OK              1.32s


Ok:                 109
Expected Fail:      0
Fail:               0
Unexpected Pass:    0
Skipped:            7
Timeout:            0


^ permalink raw reply	[flat|nested] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (24 preceding siblings ...)
  2024-10-21  4:22 ` qemudev
@ 2024-10-22  3:22 ` qemudev
  2024-10-22  3:22 ` qemudev
  2024-10-23 21:07 ` |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s dpdklab
  27 siblings, 0 replies; 28+ messages in thread
From: qemudev @ 2024-10-22  3:22 UTC (permalink / raw)
  To: test-report

Test-Label: loongarch-compilation
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Compilation OK_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Fri, 18 Oct 2024 14:40:38 +0530
DPDK git baseline: Repo:dpdk-next-net-brcm
  Branch: for-next-net
  CommitID: 9be79060c65948f0dd6fca6f30be526adabc1dfa

146227-146260 --> 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] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (25 preceding siblings ...)
  2024-10-22  3:22 ` qemudev
@ 2024-10-22  3:22 ` qemudev
  2024-10-23 21:07 ` |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s dpdklab
  27 siblings, 0 replies; 28+ messages in thread
From: qemudev @ 2024-10-22  3:22 UTC (permalink / raw)
  To: test-report

Test-Label: loongarch-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Unit Testing PASS_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Fri, 18 Oct 2024 14:40:38 +0530
DPDK git baseline: Repo:dpdk-next-net-brcm
  Branch: for-next-net
  CommitID: 9be79060c65948f0dd6fca6f30be526adabc1dfa

146227-146260 --> 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/116 DPDK:fast-tests / acl_autotest                            OK              3.12s
  2/116 DPDK:fast-tests / alarm_autotest                          OK              1.41s
  3/116 DPDK:fast-tests / argparse_autotest                       OK              0.41s
  4/116 DPDK:fast-tests / atomic_autotest                         OK              6.17s
  5/116 DPDK:fast-tests / bitcount_autotest                       OK              0.30s
  6/116 DPDK:fast-tests / bitmap_autotest                         OK              0.31s
  7/116 DPDK:fast-tests / bitops_autotest                         OK              1.81s
  8/116 DPDK:fast-tests / bitratestats_autotest                   OK              0.31s
  9/116 DPDK:fast-tests / bitset_autotest                         OK              2.95s
 10/116 DPDK:fast-tests / bpf_autotest                            OK              0.59s
 11/116 DPDK:fast-tests / bpf_convert_autotest                    OK              0.58s
 12/116 DPDK:fast-tests / byteorder_autotest                      OK              0.57s
 13/116 DPDK:fast-tests / cksum_autotest                          OK              0.57s
 14/116 DPDK:fast-tests / cmdline_autotest                        OK              0.57s
 15/116 DPDK:fast-tests / common_autotest                         OK              1.41s
 16/116 DPDK:fast-tests / compressdev_autotest                    SKIP            0.06s   exit status 77
 17/116 DPDK:fast-tests / cpuflags_autotest                       OK              0.46s
 18/116 DPDK:fast-tests / crc_autotest                            OK              0.48s
 19/116 DPDK:fast-tests / user_delay_us                           OK              0.48s
 20/116 DPDK:fast-tests / debug_autotest                          OK             28.20s
 21/116 DPDK:fast-tests / devargs_autotest                        OK              0.48s
 22/116 DPDK:fast-tests / dispatcher_autotest                     OK              2.54s
 23/116 DPDK:fast-tests / distributor_autotest                    OK              1.19s
 24/116 DPDK:fast-tests / eal_flags_c_opt_autotest                OK              0.61s
 25/116 DPDK:fast-tests / eal_flags_main_opt_autotest             OK              0.18s
 26/116 DPDK:fast-tests / eal_flags_n_opt_autotest                OK              0.17s
 27/116 DPDK:fast-tests / eal_flags_hpet_autotest                 OK              0.12s
 28/116 DPDK:fast-tests / eal_flags_no_huge_autotest              OK              0.18s
 29/116 DPDK:fast-tests / eal_flags_a_opt_autotest                OK              0.25s
 30/116 DPDK:fast-tests / eal_flags_b_opt_autotest                OK              0.20s
 31/116 DPDK:fast-tests / eal_flags_vdev_opt_autotest             OK              0.17s
 32/116 DPDK:fast-tests / eal_flags_r_opt_autotest                OK              0.15s
 33/116 DPDK:fast-tests / eal_flags_mem_autotest                  OK              0.53s
 34/116 DPDK:fast-tests / eal_flags_file_prefix_autotest          OK             22.24s
 35/116 DPDK:fast-tests / eal_flags_misc_autotest                 OK              0.78s
 36/116 DPDK:fast-tests / eal_fs_autotest                         OK              0.47s
 37/116 DPDK:fast-tests / errno_autotest                          OK              0.48s
 38/116 DPDK:fast-tests / ethdev_link_status                      OK              0.48s
 39/116 DPDK:fast-tests / event_eth_tx_adapter_autotest           OK              1.71s
 40/116 DPDK:fast-tests / event_ring_autotest                     OK              0.47s
 41/116 DPDK:fast-tests / eventdev_common_autotest                OK              0.48s
 42/116 DPDK:fast-tests / eventdev_selftest_sw                    OK              7.44s
 43/116 DPDK:fast-tests / fbarray_autotest                        OK              0.53s
 44/116 DPDK:fast-tests / fib_autotest                            OK              1.40s
 45/116 DPDK:fast-tests / fib6_autotest                           OK              1.17s
 46/116 DPDK:fast-tests / func_reentrancy_autotest                OK              2.35s
 47/116 DPDK:fast-tests / graph_autotest                          OK              0.48s
 48/116 DPDK:fast-tests / node_list_dump                          OK              0.48s
 49/116 DPDK:fast-tests / hash_autotest                           OK              1.27s
 50/116 DPDK:fast-tests / hash_readwrite_func_autotest            OK              6.39s
 51/116 DPDK:fast-tests / interrupt_autotest                      OK              1.77s
 52/116 DPDK:fast-tests / ipfrag_autotest                         OK              0.08s
 53/116 DPDK:fast-tests / ipsec_autotest                          SKIP            0.47s   exit status 77
 54/116 DPDK:fast-tests / kvargs_autotest                         OK              0.48s
 55/116 DPDK:fast-tests / latencystats_autotest                   OK              0.48s
 56/116 DPDK:fast-tests / lcores_autotest                         OK              5.29s
 57/116 DPDK:fast-tests / logs_autotest                           OK              0.48s
 58/116 DPDK:fast-tests / lpm_autotest                            OK              2.52s
 59/116 DPDK:fast-tests / lpm6_autotest                           OK              5.69s
 60/116 DPDK:fast-tests / malloc_autotest                         OK             61.20s
 61/116 DPDK:fast-tests / mbuf_autotest                           OK              4.56s
 62/116 DPDK:fast-tests / mcslock_autotest                        OK              4.49s
 63/116 DPDK:fast-tests / member_autotest                         OK              1.78s
 64/116 DPDK:fast-tests / memcpy_autotest                         OK              7.08s
 65/116 DPDK:fast-tests / memory_autotest                         OK              0.09s
 66/116 DPDK:fast-tests / mempool_autotest                        OK              0.44s
 67/116 DPDK:fast-tests / memzone_autotest                        OK              0.14s
 68/116 DPDK:fast-tests / meter_autotest                          OK              0.47s
 69/116 DPDK:fast-tests / metrics_autotest                        OK              0.48s
 70/116 DPDK:fast-tests / multiprocess_autotest                   OK              0.17s
 71/116 DPDK:fast-tests / net_ether_autotest                      OK              1.13s
 72/116 DPDK:fast-tests / net_ipv6_autotest                       OK              0.48s
 73/116 DPDK:fast-tests / pcapng_autotest                         OK              6.55s
 74/116 DPDK:fast-tests / pdcp_autotest                           SKIP            0.07s   exit status 77
 75/116 DPDK:fast-tests / pdump_autotest                          OK              0.57s
 76/116 DPDK:fast-tests / per_lcore_autotest                      OK              0.58s
 77/116 DPDK:fast-tests / pflock_autotest                         OK              1.29s
 78/116 DPDK:fast-tests / pie_autotest                            OK              0.48s
 79/116 DPDK:fast-tests / ring_pmd_autotest                       OK              0.48s
 80/116 DPDK:fast-tests / power_autotest                          OK              0.48s
 81/116 DPDK:fast-tests / power_cpufreq_autotest                  SKIP            0.07s   exit status 77
 82/116 DPDK:fast-tests / power_intel_uncore_autotest             SKIP            0.47s   exit status 77
 83/116 DPDK:fast-tests / power_kvm_vm_autotest                   SKIP            0.07s   exit status 77
 84/116 DPDK:fast-tests / prefetch_autotest                       OK              0.47s
 85/116 DPDK:fast-tests / ptr_compress_autotest                   OK              0.48s
 86/116 DPDK:fast-tests / rawdev_autotest                         OK              0.47s
 87/116 DPDK:fast-tests / rcu_qsbr_autotest                       OK              1.01s
 88/116 DPDK:fast-tests / reorder_autotest                        OK              0.53s
 89/116 DPDK:fast-tests / rib_autotest                            OK              9.15s
 90/116 DPDK:fast-tests / rib6_autotest                           OK              9.08s
 91/116 DPDK:fast-tests / ring_autotest                           OK              0.51s
 92/116 DPDK:fast-tests / rwlock_test1_autotest                   OK              1.22s
 93/116 DPDK:fast-tests / rwlock_rda_autotest                     OK              5.48s
 94/116 DPDK:fast-tests / rwlock_rds_wrm_autotest                 OK              5.48s
 95/116 DPDK:fast-tests / rwlock_rde_wro_autotest                 OK              5.48s
 96/116 DPDK:fast-tests / sched_autotest                          OK              0.48s
 97/116 DPDK:fast-tests / security_autotest                       OK              0.07s
 98/116 DPDK:fast-tests / seqlock_autotest                        OK              2.47s
 99/116 DPDK:fast-tests / service_autotest                        OK              3.18s
100/116 DPDK:fast-tests / spinlock_autotest                       OK              0.55s
101/116 DPDK:fast-tests / stack_autotest                          OK              0.87s
102/116 DPDK:fast-tests / stack_lf_autotest                       SKIP            0.05s   exit status 77
103/116 DPDK:fast-tests / string_autotest                         OK              0.39s
104/116 DPDK:fast-tests / table_autotest                          OK              7.72s
105/116 DPDK:fast-tests / tailq_autotest                          OK              0.38s
106/116 DPDK:fast-tests / telemetry_data_autotest                 OK              0.40s
107/116 DPDK:fast-tests / telemetry_json_autotest                 OK              0.39s
108/116 DPDK:fast-tests / thash_autotest                          OK              0.40s
109/116 DPDK:fast-tests / threads_autotest                        OK              0.57s
110/116 DPDK:fast-tests / ticketlock_autotest                     OK              0.57s
111/116 DPDK:fast-tests / timer_autotest                          OK              3.88s
112/116 DPDK:fast-tests / trace_autotest                          OK              0.39s
113/116 DPDK:fast-tests / trace_autotest_with_traces              OK              0.40s
114/116 DPDK:fast-tests / vdev_autotest                           OK              0.60s
115/116 DPDK:fast-tests / version_autotest                        OK              0.60s
116/116 DPDK:fast-tests / telemetry_all                           OK              1.32s


Ok:                 109
Expected Fail:      0
Fail:               0
Unexpected Pass:    0
Skipped:            7
Timeout:            0


^ permalink raw reply	[flat|nested] 28+ messages in thread

* |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s
       [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
                   ` (26 preceding siblings ...)
  2024-10-22  3:22 ` qemudev
@ 2024-10-23 21:07 ` dpdklab
  27 siblings, 0 replies; 28+ messages in thread
From: dpdklab @ 2024-10-23 21:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/146260

_Testing PASS_

Submitter: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Date: Friday, October 18 2024 09:11:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f2e424aeb6edf8c4990abf266aaa8814a8050616

146227-146260 --> testing pass

Upstream job id: ACVP-FIPS-testing#7431

Test environment and result as below:

+--------------+----------------------+----------------------+
| Environment  | compressdev_zlib_pmd | dpdk_fips_validation |
+==============+======================+======================+
| Ubuntu 22.04 | PASS                 | SKIPPED              |
+--------------+----------------------+----------------------+
| Ubuntu 20.04 | SKIPPED              | PASS                 |
+--------------+----------------------+----------------------+


Ubuntu 22.04
	Kernel: 5.15.0-100-generic
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 20.04
	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/31551/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2024-10-23 21:07 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241018091124.3373258-48-sriharsha.basavapatna@broadcom.com>
2024-10-18 11:52 ` |WARNING| pw146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2 checkpatch
2024-10-18 12:43 ` |FAILURE| " 0-day Robot
2024-10-18 23:39 ` |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s dpdklab
2024-10-19  1:44 ` dpdklab
2024-10-19 12:02 ` dpdklab
2024-10-19 12:39 ` dpdklab
2024-10-19 19:05 ` |PENDING| " dpdklab
2024-10-19 19:10 ` |SUCCESS| " dpdklab
2024-10-19 19:19 ` |PENDING| " dpdklab
2024-10-19 20:01 ` dpdklab
2024-10-19 21:02 ` |FAILURE| " dpdklab
2024-10-19 21:03 ` dpdklab
2024-10-19 21:04 ` dpdklab
2024-10-19 21:07 ` dpdklab
2024-10-19 21:10 ` dpdklab
2024-10-19 21:41 ` |WARNING| " dpdklab
2024-10-19 21:45 ` |SUCCESS| " dpdklab
2024-10-20  2:23 ` |PENDING| " dpdklab
2024-10-20  2:30 ` |FAILURE| " dpdklab
2024-10-20  2:40 ` |WARNING| " dpdklab
2024-10-20  2:48 ` |FAILURE| " dpdklab
2024-10-20  2:48 ` dpdklab
2024-10-20  4:30 ` dpdklab
2024-10-21  4:17 ` |SUCCESS| pw146227-146260 [PATCH v5 47/47] net/bnxt: tf_ulp: add stats cache for thor2 qemudev
2024-10-21  4:22 ` qemudev
2024-10-22  3:22 ` qemudev
2024-10-22  3:22 ` qemudev
2024-10-23 21:07 ` |SUCCESS| pw146227-146260 [PATCH] [v5,47/47] net/bnxt: tf_ulp: add s 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).