automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw159505 [PATCH v2] acl: add RISC-V vector extension implementation
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
@ 2025-12-29  5:47 ` checkpatch
  2025-12-29  6:01 ` |SUCCESS| " qemudev
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: checkpatch @ 2025-12-29  5:47 UTC (permalink / raw)
  To: test-report; +Cc: Sun Yuechi

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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#221: FILE: lib/acl/acl_run_rvv.h:21:
+	struct parms *parms, const struct rte_acl_match_results *p,
 	       ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#221: FILE: lib/acl/acl_run_rvv.h:21:
+	struct parms *parms, const struct rte_acl_match_results *p,
 	              ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#235: FILE: lib/acl/acl_run_rvv.h:35:
+		if (parms[n].cmplt->count != ctx->num_tries) {
 		    ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#239: FILE: lib/acl/acl_run_rvv.h:39:
+				__riscv_vle32_v_u32m1(&parms[n].cmplt->results[i], vl);
 				                       ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#241: FILE: lib/acl/acl_run_rvv.h:41:
+				__riscv_vle32_v_i32m1(&parms[n].cmplt->priority[i], vl);
 				                       ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#254: FILE: lib/acl/acl_run_rvv.h:54:
+		__riscv_vse32_v_u32m1(&parms[n].cmplt->results[i],
 		                       ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#256: FILE: lib/acl/acl_run_rvv.h:56:
+		__riscv_vse32_v_i32m1(&parms[n].cmplt->priority[i],
 		                       ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#266: FILE: lib/acl/acl_run_rvv.h:66:
+	const struct rte_acl_ctx *ctx, struct parms *parms,
 	                                      ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#266: FILE: lib/acl/acl_run_rvv.h:66:
+	const struct rte_acl_ctx *ctx, struct parms *parms,
 	                                             ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#271: FILE: lib/acl/acl_run_rvv.h:71:
+		parms, flows, resolve_priority_rvv);
 		^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#275: FILE: lib/acl/acl_run_rvv.h:75:
+		parms, flows, resolve_priority_rvv);
 		^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#283: FILE: lib/acl/acl_run_rvv.h:83:
+	struct parms *parms, struct acl_flow_data *flows,
 	       ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#283: FILE: lib/acl/acl_run_rvv.h:83:
+	struct parms *parms, struct acl_flow_data *flows,
 	              ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#295: FILE: lib/acl/acl_run_rvv.h:95:
+		acl_process_matches(indices1, slot, ctx, parms, flows);
 		                                         ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#296: FILE: lib/acl/acl_run_rvv.h:96:
+		acl_process_matches(indices2, slot + 2, ctx, parms, flows);
 		                                             ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#396: FILE: lib/acl/acl_run_rvv.h:196:
+	struct parms parms[MAX_SEARCHES_RVV8];
 	       ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#406: FILE: lib/acl/acl_run_rvv.h:206:
+		index_array[n] = acl_start_next_trie(&flows, parms, n, ctx);
 		                                             ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#414: FILE: lib/acl/acl_run_rvv.h:214:
+	acl_match_check_x4(0, ctx, parms, &flows,
 	                           ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#416: FILE: lib/acl/acl_run_rvv.h:216:
+	acl_match_check_x4(4, ctx, parms, &flows,
 	                           ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#423: FILE: lib/acl/acl_run_rvv.h:223:
+			GET_NEXT_4BYTES(parms, 0),
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#424: FILE: lib/acl/acl_run_rvv.h:224:
+			GET_NEXT_4BYTES(parms, 1),
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#425: FILE: lib/acl/acl_run_rvv.h:225:
+			GET_NEXT_4BYTES(parms, 2),
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#426: FILE: lib/acl/acl_run_rvv.h:226:
+			GET_NEXT_4BYTES(parms, 3)
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#429: FILE: lib/acl/acl_run_rvv.h:229:
+			GET_NEXT_4BYTES(parms, 4),
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#430: FILE: lib/acl/acl_run_rvv.h:230:
+			GET_NEXT_4BYTES(parms, 5),
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#431: FILE: lib/acl/acl_run_rvv.h:231:
+			GET_NEXT_4BYTES(parms, 6),
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#432: FILE: lib/acl/acl_run_rvv.h:232:
+			GET_NEXT_4BYTES(parms, 7)
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#461: FILE: lib/acl/acl_run_rvv.h:261:
+		acl_match_check_x4(0, ctx, parms, &flows,
 		                           ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#463: FILE: lib/acl/acl_run_rvv.h:263:
+		acl_match_check_x4(4, ctx, parms, &flows,
 		                           ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#482: FILE: lib/acl/acl_run_rvv.h:282:
+	struct parms parms[MAX_SEARCHES_RVV4];
 	       ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#492: FILE: lib/acl/acl_run_rvv.h:292:
+		index_array[n] = acl_start_next_trie(&flows, parms, n, ctx);
 		                                             ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#495: FILE: lib/acl/acl_run_rvv.h:295:
+	acl_match_check_x4(0, ctx, parms, &flows,
 	                           ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#502: FILE: lib/acl/acl_run_rvv.h:302:
+			GET_NEXT_4BYTES(parms, 0),
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#503: FILE: lib/acl/acl_run_rvv.h:303:
+			GET_NEXT_4BYTES(parms, 1),
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#504: FILE: lib/acl/acl_run_rvv.h:304:
+			GET_NEXT_4BYTES(parms, 2),
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#505: FILE: lib/acl/acl_run_rvv.h:305:
+			GET_NEXT_4BYTES(parms, 3)
 			                ^^^^^

WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'?
#521: FILE: lib/acl/acl_run_rvv.h:321:
+		acl_match_check_x4(0, ctx, parms, &flows,
 		                           ^^^^^

total: 0 errors, 37 warnings, 483 lines checked

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

* |SUCCESS| pw159505 [PATCH v2] acl: add RISC-V vector extension implementation
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
  2025-12-29  5:47 ` |WARNING| pw159505 [PATCH v2] acl: add RISC-V vector extension implementation checkpatch
@ 2025-12-29  6:01 ` qemudev
  2025-12-29  6:06 ` qemudev
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: qemudev @ 2025-12-29  6:01 UTC (permalink / raw)
  To: test-report

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

_Compilation OK_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Mon, 29 Dec 2025 13:45:59 +0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> 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] 21+ messages in thread

* |SUCCESS| pw159505 [PATCH v2] acl: add RISC-V vector extension implementation
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
  2025-12-29  5:47 ` |WARNING| pw159505 [PATCH v2] acl: add RISC-V vector extension implementation checkpatch
  2025-12-29  6:01 ` |SUCCESS| " qemudev
@ 2025-12-29  6:06 ` qemudev
  2025-12-29  7:23 ` 0-day Robot
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: qemudev @ 2025-12-29  6:06 UTC (permalink / raw)
  To: test-report

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

_Unit Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Mon, 29 Dec 2025 13:45:59 +0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> 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/121 DPDK:fast-tests / acl_autotest                            OK              3.32s
  2/121 DPDK:fast-tests / alarm_autotest                          OK              1.54s
  3/121 DPDK:fast-tests / argparse_autotest                       OK              0.52s
  4/121 DPDK:fast-tests / atomic_autotest                         OK              6.91s
  5/121 DPDK:fast-tests / bitcount_autotest                       OK              0.21s
  6/121 DPDK:fast-tests / bitmap_autotest                         OK              0.21s
  7/121 DPDK:fast-tests / bitops_autotest                         OK              1.71s
  8/121 DPDK:fast-tests / bitratestats_autotest                   OK              0.21s
  9/121 DPDK:fast-tests / bitset_autotest                         OK              2.92s
 10/121 DPDK:fast-tests / bpf_autotest                            OK              0.21s
 11/121 DPDK:fast-tests / bpf_elf_autotest                        SKIP            0.21s   exit status 77
 12/121 DPDK:fast-tests / bpf_convert_autotest                    OK              0.21s
 13/121 DPDK:fast-tests / byteorder_autotest                      OK              0.21s
 14/121 DPDK:fast-tests / cfgfile_autotest                        OK              0.21s
 15/121 DPDK:fast-tests / cksum_autotest                          OK              0.21s
 16/121 DPDK:fast-tests / cmdline_autotest                        OK              0.21s
 17/121 DPDK:fast-tests / common_autotest                         OK              1.09s
 18/121 DPDK:fast-tests / compressdev_autotest                    SKIP            0.06s   exit status 77
 19/121 DPDK:fast-tests / cpuflags_autotest                       OK              0.21s
 20/121 DPDK:fast-tests / crc_autotest                            OK              0.21s
 21/121 DPDK:fast-tests / user_delay_us                           OK              0.21s
 22/121 DPDK:fast-tests / debug_autotest                          OK             21.60s
 23/121 DPDK:fast-tests / devargs_autotest                        OK              0.21s
 24/121 DPDK:fast-tests / dispatcher_autotest                     OK              2.48s
 25/121 DPDK:fast-tests / distributor_autotest                    OK              1.21s
 26/121 DPDK:fast-tests / eal_flags_c_opt_autotest                OK              1.07s
 27/121 DPDK:fast-tests / eal_flags_main_opt_autotest             OK              0.27s
 28/121 DPDK:fast-tests / eal_flags_n_opt_autotest                OK              0.24s
 29/121 DPDK:fast-tests / eal_flags_hpet_autotest                 OK              0.15s
 30/121 DPDK:fast-tests / eal_flags_no_huge_autotest              OK              0.24s
 31/121 DPDK:fast-tests / eal_flags_a_opt_autotest                OK              0.39s
 32/121 DPDK:fast-tests / eal_flags_b_opt_autotest                OK              0.32s
 33/121 DPDK:fast-tests / eal_flags_vdev_opt_autotest             OK              0.23s
 34/121 DPDK:fast-tests / eal_flags_r_opt_autotest                OK              0.24s
 35/121 DPDK:fast-tests / eal_flags_mem_autotest                  OK              0.69s
 36/121 DPDK:fast-tests / eal_flags_file_prefix_autotest          OK             22.31s
 37/121 DPDK:fast-tests / eal_flags_misc_autotest                 OK              1.29s
 38/121 DPDK:fast-tests / eal_fs_autotest                         OK              0.21s
 39/121 DPDK:fast-tests / errno_autotest                          OK              0.21s
 40/121 DPDK:fast-tests / ethdev_link_status                      OK              0.21s
 41/121 DPDK:fast-tests / event_eth_tx_adapter_autotest           OK              1.69s
 42/121 DPDK:fast-tests / event_ring_autotest                     OK              0.22s
 43/121 DPDK:fast-tests / eventdev_common_autotest                OK              0.21s
 44/121 DPDK:fast-tests / eventdev_selftest_sw                    OK              7.28s
 45/121 DPDK:fast-tests / fbarray_autotest                        OK              0.21s
 46/121 DPDK:fast-tests / fib_autotest                            OK              1.05s
 47/121 DPDK:fast-tests / fib6_autotest                           OK              1.05s
 48/121 DPDK:fast-tests / func_reentrancy_autotest                OK              2.33s
 49/121 DPDK:fast-tests / graph_autotest                          OK              0.22s
 50/121 DPDK:fast-tests / node_list_dump                          OK              0.21s
 51/121 DPDK:fast-tests / graph_feature_arc_autotest              OK              0.21s
 52/121 DPDK:fast-tests / hash_autotest                           OK              0.83s
 53/121 DPDK:fast-tests / hash_readwrite_func_autotest            OK              0.11s
 54/121 DPDK:fast-tests / interrupt_autotest                      OK              1.52s
 55/121 DPDK:fast-tests / ipfrag_autotest                         OK              0.07s
 56/121 DPDK:fast-tests / ipsec_autotest                          SKIP            0.22s   exit status 77
 57/121 DPDK:fast-tests / kvargs_autotest                         OK              0.21s
 58/121 DPDK:fast-tests / latencystats_autotest                   OK              0.21s
 59/121 DPDK:fast-tests / lcore_var_autotest                      OK              0.36s
 60/121 DPDK:fast-tests / lcores_autotest                         OK              5.02s
 61/121 DPDK:fast-tests / logs_autotest                           OK              0.21s
 62/121 DPDK:fast-tests / lpm_autotest                            OK              2.26s
 63/121 DPDK:fast-tests / lpm6_autotest                           OK              5.37s
 64/121 DPDK:fast-tests / malloc_autotest                         OK             62.71s
 65/121 DPDK:fast-tests / mbuf_autotest                           OK              4.67s
 66/121 DPDK:fast-tests / mcslock_autotest                        OK              2.79s
 67/121 DPDK:fast-tests / member_autotest                         OK              1.39s
 68/121 DPDK:fast-tests / memcpy_autotest                         OK              6.64s
 69/121 DPDK:fast-tests / memory_autotest                         OK              0.08s
 70/121 DPDK:fast-tests / mempool_autotest                        OK              0.44s
 71/121 DPDK:fast-tests / memzone_autotest                        OK              0.14s
 72/121 DPDK:fast-tests / meter_autotest                          OK              0.21s
 73/121 DPDK:fast-tests / metrics_autotest                        OK              0.21s
 74/121 DPDK:fast-tests / multiprocess_autotest                   OK              0.22s
 75/121 DPDK:fast-tests / net_ether_autotest                      OK              0.88s
 76/121 DPDK:fast-tests / net_ipv6_autotest                       OK              0.21s
 77/121 DPDK:fast-tests / pcapng_autotest                         OK              7.89s
 78/121 DPDK:fast-tests / pdcp_autotest                           SKIP            0.06s   exit status 77
 79/121 DPDK:fast-tests / pdump_autotest                          OK              0.34s
 80/121 DPDK:fast-tests / per_lcore_autotest                      OK              0.31s
 81/121 DPDK:fast-tests / pflock_autotest                         OK              1.02s
 82/121 DPDK:fast-tests / pie_autotest                            OK              0.21s
 83/121 DPDK:fast-tests / ring_pmd_autotest                       OK              0.21s
 84/121 DPDK:fast-tests / power_autotest                          OK              0.21s
 85/121 DPDK:fast-tests / power_cpufreq_autotest                  SKIP            0.06s   exit status 77
 86/121 DPDK:fast-tests / power_intel_uncore_autotest             SKIP            0.21s   exit status 77
 87/121 DPDK:fast-tests / power_kvm_vm_autotest                   SKIP            0.06s   exit status 77
 88/121 DPDK:fast-tests / prefetch_autotest                       OK              0.21s
 89/121 DPDK:fast-tests / ptr_compress_autotest                   OK              0.21s
 90/121 DPDK:fast-tests / rawdev_autotest                         OK              0.21s
 91/121 DPDK:fast-tests / rcu_qsbr_autotest                       OK              0.73s
 92/121 DPDK:fast-tests / reorder_autotest                        OK              0.26s
 93/121 DPDK:fast-tests / rib_autotest                            OK              8.85s
 94/121 DPDK:fast-tests / rib6_autotest                           OK              8.84s
 95/121 DPDK:fast-tests / ring_autotest                           OK              0.24s
 96/121 DPDK:fast-tests / rwlock_test1_autotest                   OK              0.95s
 97/121 DPDK:fast-tests / rwlock_rda_autotest                     OK              5.21s
 98/121 DPDK:fast-tests / rwlock_rds_wrm_autotest                 OK              5.21s
 99/121 DPDK:fast-tests / rwlock_rde_wro_autotest                 OK              5.21s
100/121 DPDK:fast-tests / sched_autotest                          OK              0.21s
101/121 DPDK:fast-tests / security_autotest                       OK              0.06s
102/121 DPDK:fast-tests / seqlock_autotest                        OK              2.21s
103/121 DPDK:fast-tests / service_autotest                        OK              2.91s
104/121 DPDK:fast-tests / soring_autotest                         OK              0.21s
105/121 DPDK:fast-tests / spinlock_autotest                       OK              0.28s
106/121 DPDK:fast-tests / stack_autotest                          OK              0.86s
107/121 DPDK:fast-tests / stack_lf_autotest                       SKIP            0.06s   exit status 77
108/121 DPDK:fast-tests / string_autotest                         OK              0.21s
109/121 DPDK:fast-tests / table_autotest                          OK              7.59s
110/121 DPDK:fast-tests / tailq_autotest                          OK              0.20s
111/121 DPDK:fast-tests / telemetry_data_autotest                 OK              0.21s
112/121 DPDK:fast-tests / telemetry_json_autotest                 OK              0.21s
113/121 DPDK:fast-tests / thash_autotest                          OK              0.56s
114/121 DPDK:fast-tests / threads_autotest                        OK              0.73s
115/121 DPDK:fast-tests / ticketlock_autotest                     OK              0.73s
116/121 DPDK:fast-tests / timer_autotest                          OK              4.01s
117/121 DPDK:fast-tests / trace_autotest                          OK              0.56s
118/121 DPDK:fast-tests / trace_autotest_with_traces              OK              0.55s
119/121 DPDK:fast-tests / vdev_autotest                           OK              0.55s
120/121 DPDK:fast-tests / version_autotest                        OK              0.55s
121/121 DPDK:fast-tests / telemetry_all                           OK             19.55s


Ok:                 113
Expected Fail:      0
Fail:               0
Unexpected Pass:    0
Skipped:            8
Timeout:            0


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

* |SUCCESS| pw159505 [PATCH v2] acl: add RISC-V vector extension implementation
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (2 preceding siblings ...)
  2025-12-29  6:06 ` qemudev
@ 2025-12-29  7:23 ` 0-day Robot
  2025-12-29  7:23 ` 0-day Robot
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: 0-day Robot @ 2025-12-29  7:23 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/159505/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/20566732828

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

* |SUCCESS| pw159505 [PATCH v2] acl: add RISC-V vector extension implementation
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (3 preceding siblings ...)
  2025-12-29  7:23 ` 0-day Robot
@ 2025-12-29  7:23 ` 0-day Robot
  2026-01-09  1:21 ` |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp dpdklab
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: 0-day Robot @ 2025-12-29  7:23 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot-post
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/159505/

_github post: success_
HTML Link: https://github.com/ovsrobot/dpdk/pull/570

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (4 preceding siblings ...)
  2025-12-29  7:23 ` 0-day Robot
@ 2026-01-09  1:21 ` dpdklab
  2026-01-09  1:45 ` dpdklab
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09  1:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-mellanox-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/159505

_Functional Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> functional testing pass

Upstream job id: Template-DPDK-DTS-Pipeline#4139

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8.0-55-generic
Compiler: gcc 13.3.0
NIC: Mellanox ConnectX-5 100000 Mbps

Aggregate Results by Test Suite
+---------------------------------+--------+
|           Test Suite            | Result |
+=================================+========+
| blocklist                       |  PASS  |
+---------------------------------+--------+
| promisc_support                 |  PASS  |
+---------------------------------+--------+
| uni_pkt                         |  PASS  |
+---------------------------------+--------+
| hello_world                     |  PASS  |
+---------------------------------+--------+
| l2fwd                           |  PASS  |
+---------------------------------+--------+
| port_restart_config_persistency |  PASS  |
+---------------------------------+--------+
| packet_capture                  |  PASS  |
+---------------------------------+--------+
| softnic                         |  PASS  |
+---------------------------------+--------+
| vlan                            |  PASS  |
+---------------------------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (5 preceding siblings ...)
  2026-01-09  1:21 ` |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp dpdklab
@ 2026-01-09  1:45 ` dpdklab
  2026-01-09  1:54 ` dpdklab
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09  1:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#260817

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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (6 preceding siblings ...)
  2026-01-09  1:45 ` dpdklab
@ 2026-01-09  1:54 ` dpdklab
  2026-01-09  1:57 ` dpdklab
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09  1:54 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/159505

_Performance Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#260809

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 1024    | 1        | 1           | -0.4%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 1024    | 1        | 1           | 0.7%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 1024    | 1        | 1           | -1.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 512        | 1024    | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 1024    | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 1024    | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Mellanox ConnectX-6 Lx 25000 Mbps
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 1024    | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 128        | 1024    | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 1024    | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 1024    | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 1024    | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 1024    | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (7 preceding siblings ...)
  2026-01-09  1:54 ` dpdklab
@ 2026-01-09  1:57 ` dpdklab
  2026-01-09  1:58 ` dpdklab
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09  1:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pass

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

Test environment and result as below:

+--------------+--------------------+
| Environment  | dpdk_meson_compile |
+==============+====================+
| FreeBSD 14.2 | PASS               |
+--------------+--------------------+


FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (8 preceding siblings ...)
  2026-01-09  1:57 ` dpdklab
@ 2026-01-09  1:58 ` dpdklab
  2026-01-09  2:03 ` dpdklab
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09  1:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pass

Upstream job id: Template-DTS-Pipeline#260819

Test environment and result as below:

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


Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (9 preceding siblings ...)
  2026-01-09  1:58 ` dpdklab
@ 2026-01-09  2:03 ` dpdklab
  2026-01-09  2:07 ` dpdklab
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09  2:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/159505

_Performance Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#260811

Test environment and result as below:

Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | -0.4%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -2.4%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.8%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -1.3%                        |
+----------+-------------+---------+------------+------------------------------+

Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Intel E810 100000 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           | 1.3%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (10 preceding siblings ...)
  2026-01-09  2:03 ` dpdklab
@ 2026-01-09  2:07 ` dpdklab
  2026-01-09 10:04 ` |PENDING| " dpdklab
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09  2:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#260814

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps

Aggregate Results by Test Suite
+--------------------+--------+
|     Test Suite     | Result |
+====================+========+
| blocklist          |  PASS  |
+--------------------+--------+
| dynamic_config     |  PASS  |
+--------------------+--------+
| pmd_buffer_scatter |  PASS  |
+--------------------+--------+
| promisc_support    |  PASS  |
+--------------------+--------+
| softnic            |  PASS  |
+--------------------+--------+
| uni_pkt            |  PASS  |
+--------------------+--------+
| vlan               |  PASS  |
+--------------------+--------+


Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 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  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (11 preceding siblings ...)
  2026-01-09  2:07 ` dpdklab
@ 2026-01-09 10:04 ` dpdklab
  2026-01-09 14:32 ` |SUCCESS| " dpdklab
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09 10:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing pending_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pending

Upstream job id: Aarch32-Unit-Test#8658

Test environment and result as below:

+------------------------------+---------------------------+----------------+--------------+------------------------------+
|         Environment          | cryptodev_sw_zuc_autotest | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+==============================+===========================+================+==============+==============================+
| Debian 12 (arm)              | PEND                      | SKIPPED        | SKIPPED      | PEND                         |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9              | SKIPPED                   | PEND           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| CentOS Stream 10             | SKIPPED                   | PEND           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Debian GNU/Linux 12          | SKIPPED                   | PEND           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Fedora Linux 40              | SKIPPED                   | PEND           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Fedora Linux 41              | SKIPPED                   | PEND           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Ubuntu 22.04                 | SKIPPED                   | PEND           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Fedora Linux 42              | SKIPPED                   | PEND           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED                   | PEND           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04                 | SKIPPED                   | PEND           | PEND         | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Ubuntu 24.04                 | SKIPPED                   | PEND           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 41
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)

Red Hat Enterprise Linux 9.7
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (12 preceding siblings ...)
  2026-01-09 10:04 ` |PENDING| " dpdklab
@ 2026-01-09 14:32 ` dpdklab
  2026-01-09 14:48 ` dpdklab
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09 14:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pass

Upstream job id: Template-DTS-Pipeline#260818

Test environment and result as below:

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


Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (13 preceding siblings ...)
  2026-01-09 14:32 ` |SUCCESS| " dpdklab
@ 2026-01-09 14:48 ` dpdklab
  2026-01-09 17:38 ` dpdklab
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09 14:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> functional testing pass

Upstream job id: Template-DPDK-DTS-Pipeline#4189

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps

Aggregate Results by Test Suite
+--------------------+--------+
|     Test Suite     | Result |
+====================+========+
| blocklist          |  PASS  |
+--------------------+--------+
| dynamic_config     |  PASS  |
+--------------------+--------+
| pmd_buffer_scatter |  PASS  |
+--------------------+--------+
| port_control       |  PASS  |
+--------------------+--------+
| promisc_support    |  PASS  |
+--------------------+--------+
| softnic            |  PASS  |
+--------------------+--------+
| uni_pkt            |  PASS  |
+--------------------+--------+
| vlan               |  PASS  |
+--------------------+--------+
| port_stats         |  PASS  |
+--------------------+--------+


Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 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  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (14 preceding siblings ...)
  2026-01-09 14:48 ` dpdklab
@ 2026-01-09 17:38 ` dpdklab
  2026-01-09 18:06 ` dpdklab
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09 17:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pass

Upstream job id: Windows-Compile-DPDK-Native#33259

Test environment and result as below:

+---------------------+--------------------+-------------------------+
|     Environment     | dpdk_meson_compile | dpdk_llvm_clang_compile |
+=====================+====================+=========================+
| FreeBSD 14.2        | PASS               | SKIPPED                 |
+---------------------+--------------------+-------------------------+
| Windows Server 2025 | SKIPPED            | PASS                    |
+---------------------+--------------------+-------------------------+


FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Windows Server 2025
	Kernel: 10.0.26100
	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/34833/

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (15 preceding siblings ...)
  2026-01-09 17:38 ` dpdklab
@ 2026-01-09 18:06 ` dpdklab
  2026-01-09 23:42 ` |PENDING| " dpdklab
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09 18:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pass

Upstream job id: Windows-Compile-DPDK-Native#33260

Test environment and result as below:

+---------------------+--------------------+-------------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+=====================+====================+=========================+======================+
| FreeBSD 14.2        | PASS               | SKIPPED                 | SKIPPED              |
+---------------------+--------------------+-------------------------+----------------------+
| Windows Server 2025 | SKIPPED            | PASS                    | PASS                 |
+---------------------+--------------------+-------------------------+----------------------+


FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Windows Server 2025
	Kernel: 10.0.26100
	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/34833/

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (16 preceding siblings ...)
  2026-01-09 18:06 ` dpdklab
@ 2026-01-09 23:42 ` dpdklab
  2026-01-10  0:50 ` |SUCCESS| " dpdklab
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-09 23:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing pending_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pending

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

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 10              | PEND           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PEND           |
+-------------------------------+----------------+
| Fedora Linux 40               | PEND           |
+-------------------------------+----------------+
| Fedora Linux 41               | PEND           |
+-------------------------------+----------------+
| Fedora Linux 42               | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PEND           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.7  | PEND           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PEND           |
+-------------------------------+----------------+


CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

Red Hat Enterprise Linux 9.7
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (17 preceding siblings ...)
  2026-01-09 23:42 ` |PENDING| " dpdklab
@ 2026-01-10  0:50 ` dpdklab
  2026-01-10  0:56 ` dpdklab
  2026-01-10  1:07 ` dpdklab
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-10  0:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159505

_Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pass

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

Test environment and result as below:

+------------------------------+---------------------------+----------------+--------------+------------------------------+
|         Environment          | cryptodev_sw_zuc_autotest | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+==============================+===========================+================+==============+==============================+
| Debian 12 (arm)              | PASS                      | SKIPPED        | SKIPPED      | PASS                         |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9              | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| CentOS Stream 10             | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Debian GNU/Linux 12          | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Fedora Linux 40              | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Fedora Linux 41              | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Ubuntu 22.04                 | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Fedora Linux 42              | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04                 | SKIPPED                   | PASS           | PASS         | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Ubuntu 24.04                 | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 41
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)

Red Hat Enterprise Linux 9.7
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (18 preceding siblings ...)
  2026-01-10  0:50 ` |SUCCESS| " dpdklab
@ 2026-01-10  0:56 ` dpdklab
  2026-01-10  1:07 ` dpdklab
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-10  0:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159505

_Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pass

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

Test environment and result as below:

+------------------------------+---------------------------+----------------+--------------+------------------------------+
|         Environment          | cryptodev_sw_zuc_autotest | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+==============================+===========================+================+==============+==============================+
| Debian 12 (arm)              | PASS                      | SKIPPED        | SKIPPED      | PASS                         |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9              | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| CentOS Stream 10             | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Debian GNU/Linux 12          | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Fedora Linux 40              | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Fedora Linux 41              | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Ubuntu 22.04                 | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Fedora Linux 42              | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04                 | SKIPPED                   | PASS           | PASS         | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+
| Ubuntu 24.04                 | SKIPPED                   | PASS           | SKIPPED      | SKIPPED                      |
+------------------------------+---------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 41
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)

Red Hat Enterprise Linux 9.7
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp
       [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
                   ` (19 preceding siblings ...)
  2026-01-10  0:56 ` dpdklab
@ 2026-01-10  1:07 ` dpdklab
  20 siblings, 0 replies; 21+ messages in thread
From: dpdklab @ 2026-01-10  1:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159505

_Testing PASS_

Submitter: sunyuechi <sunyuechi@iscas.ac.cn>
Date: Monday, December 29 2025 05:45:59 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f

159505 --> testing pass

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

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PASS           |
+-------------------------------+----------------+
| Fedora Linux 40               | PASS           |
+-------------------------------+----------------+
| Fedora Linux 41               | PASS           |
+-------------------------------+----------------+
| Fedora Linux 42               | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PASS           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.7  | PASS           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PASS           |
+-------------------------------+----------------+


CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 41
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

Red Hat Enterprise Linux 9.7
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2026-01-10  1:07 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20251229054559.2923969-1-sunyuechi@iscas.ac.cn>
2025-12-29  5:47 ` |WARNING| pw159505 [PATCH v2] acl: add RISC-V vector extension implementation checkpatch
2025-12-29  6:01 ` |SUCCESS| " qemudev
2025-12-29  6:06 ` qemudev
2025-12-29  7:23 ` 0-day Robot
2025-12-29  7:23 ` 0-day Robot
2026-01-09  1:21 ` |SUCCESS| pw159505 [PATCH] [v2] acl: add RISC-V vector extension imp dpdklab
2026-01-09  1:45 ` dpdklab
2026-01-09  1:54 ` dpdklab
2026-01-09  1:57 ` dpdklab
2026-01-09  1:58 ` dpdklab
2026-01-09  2:03 ` dpdklab
2026-01-09  2:07 ` dpdklab
2026-01-09 10:04 ` |PENDING| " dpdklab
2026-01-09 14:32 ` |SUCCESS| " dpdklab
2026-01-09 14:48 ` dpdklab
2026-01-09 17:38 ` dpdklab
2026-01-09 18:06 ` dpdklab
2026-01-09 23:42 ` |PENDING| " dpdklab
2026-01-10  0:50 ` |SUCCESS| " dpdklab
2026-01-10  0:56 ` dpdklab
2026-01-10  1:07 ` 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).