automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw126816 [PATCH] examples/l3fwd: add hard code to collect empty poll and NIC counters
       [not found] <20230511082519.4168523-1-feifei.wang2@arm.com>
@ 2023-05-11  8:26 ` checkpatch
  2023-05-11  8:26 ` |SUCCESS| " qemudev
  2023-05-11  8:30 ` qemudev
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-05-11  8:26 UTC (permalink / raw)
  To: test-report; +Cc: Feifei Wang

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

_coding style issues_


WARNING:TYPO_SPELLING: 'stoping' may be misspelled - perhaps 'stopping'?
#59: 
stoping l3fwd, thread will print the info above.

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#85: FILE: examples/l3fwd/l3fwd.h:60:
+    uint32_t nb_rx_pkts[16];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#86: FILE: examples/l3fwd/l3fwd.h:61:
+    uint32_t num_loop[16];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#87: FILE: examples/l3fwd/l3fwd.h:62:
+    uint32_t none_loop[16];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#88: FILE: examples/l3fwd/l3fwd.h:63:
+    uint32_t no_full_loop[16];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#89: FILE: examples/l3fwd/l3fwd.h:64:
+    float  none_loop_per[16];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#90: FILE: examples/l3fwd/l3fwd.h:65:
+    float no_full_loop_per[16];$

ERROR:CODE_INDENT: code indent should use tabs where possible
#105: FILE: examples/l3fwd/l3fwd.h:132:
+        struct rte_eth_xstat *xstats;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#105: FILE: examples/l3fwd/l3fwd.h:132:
+        struct rte_eth_xstat *xstats;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#106: FILE: examples/l3fwd/l3fwd.h:133:
+        int cnt_xstats, idx_xstat;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#106: FILE: examples/l3fwd/l3fwd.h:133:
+        int cnt_xstats, idx_xstat;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#107: FILE: examples/l3fwd/l3fwd.h:134:
+        struct rte_eth_xstat_name *xstats_names;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#107: FILE: examples/l3fwd/l3fwd.h:134:
+        struct rte_eth_xstat_name *xstats_names;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#109: FILE: examples/l3fwd/l3fwd.h:136:
+        printf("###### NIC extended statistics for port %-2d
", port_id);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#109: FILE: examples/l3fwd/l3fwd.h:136:
+        printf("###### NIC extended statistics for port %-2d
", port_id);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#110: FILE: examples/l3fwd/l3fwd.h:137:
+        if (!rte_eth_dev_is_valid_port(port_id)) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#110: FILE: examples/l3fwd/l3fwd.h:137:
+        if (!rte_eth_dev_is_valid_port(port_id)) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#111: FILE: examples/l3fwd/l3fwd.h:138:
+                fprintf(stderr, "Error: Invalid port number %i
", port_id);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#111: FILE: examples/l3fwd/l3fwd.h:138:
+                fprintf(stderr, "Error: Invalid port number %i
", port_id);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#112: FILE: examples/l3fwd/l3fwd.h:139:
+                return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#112: FILE: examples/l3fwd/l3fwd.h:139:
+                return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#113: FILE: examples/l3fwd/l3fwd.h:140:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#113: FILE: examples/l3fwd/l3fwd.h:140:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#115: FILE: examples/l3fwd/l3fwd.h:142:
+        /* Get count */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#116: FILE: examples/l3fwd/l3fwd.h:143:
+        cnt_xstats = rte_eth_xstats_get_names(port_id, NULL, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#116: FILE: examples/l3fwd/l3fwd.h:143:
+        cnt_xstats = rte_eth_xstats_get_names(port_id, NULL, 0);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#117: FILE: examples/l3fwd/l3fwd.h:144:
+        if (cnt_xstats  < 0) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#117: FILE: examples/l3fwd/l3fwd.h:144:
+        if (cnt_xstats  < 0) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#118: FILE: examples/l3fwd/l3fwd.h:145:
+                fprintf(stderr, "Error: Cannot get count of xstats
");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#118: FILE: examples/l3fwd/l3fwd.h:145:
+                fprintf(stderr, "Error: Cannot get count of xstats
");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#119: FILE: examples/l3fwd/l3fwd.h:146:
+                return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#119: FILE: examples/l3fwd/l3fwd.h:146:
+                return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#120: FILE: examples/l3fwd/l3fwd.h:147:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#120: FILE: examples/l3fwd/l3fwd.h:147:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#122: FILE: examples/l3fwd/l3fwd.h:149:
+        /* Get id-name lookup table */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#123: FILE: examples/l3fwd/l3fwd.h:150:
+        xstats_names = malloc(sizeof(struct rte_eth_xstat_name) * cnt_xstats);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#123: FILE: examples/l3fwd/l3fwd.h:150:
+        xstats_names = malloc(sizeof(struct rte_eth_xstat_name) * cnt_xstats);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#124: FILE: examples/l3fwd/l3fwd.h:151:
+        if (xstats_names == NULL) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#124: FILE: examples/l3fwd/l3fwd.h:151:
+        if (xstats_names == NULL) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#125: FILE: examples/l3fwd/l3fwd.h:152:
+                fprintf(stderr, "Cannot allocate memory for xstats lookup
");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#125: FILE: examples/l3fwd/l3fwd.h:152:
+                fprintf(stderr, "Cannot allocate memory for xstats lookup
");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#126: FILE: examples/l3fwd/l3fwd.h:153:
+                return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#126: FILE: examples/l3fwd/l3fwd.h:153:
+                return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#127: FILE: examples/l3fwd/l3fwd.h:154:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#127: FILE: examples/l3fwd/l3fwd.h:154:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#128: FILE: examples/l3fwd/l3fwd.h:155:
+        if (cnt_xstats != rte_eth_xstats_get_names($

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#128: FILE: examples/l3fwd/l3fwd.h:155:
+        if (cnt_xstats != rte_eth_xstats_get_names($

ERROR:CODE_INDENT: code indent should use tabs where possible
#129: FILE: examples/l3fwd/l3fwd.h:156:
+                        port_id, xstats_names, cnt_xstats)) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#129: FILE: examples/l3fwd/l3fwd.h:156:
+                        port_id, xstats_names, cnt_xstats)) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#130: FILE: examples/l3fwd/l3fwd.h:157:
+                fprintf(stderr, "Error: Cannot get xstats lookup
");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#130: FILE: examples/l3fwd/l3fwd.h:157:
+                fprintf(stderr, "Error: Cannot get xstats lookup
");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#131: FILE: examples/l3fwd/l3fwd.h:158:
+                free(xstats_names);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#131: FILE: examples/l3fwd/l3fwd.h:158:
+                free(xstats_names);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#132: FILE: examples/l3fwd/l3fwd.h:159:
+                return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#132: FILE: examples/l3fwd/l3fwd.h:159:
+                return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#133: FILE: examples/l3fwd/l3fwd.h:160:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#133: FILE: examples/l3fwd/l3fwd.h:160:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#135: FILE: examples/l3fwd/l3fwd.h:162:
+        /* Get stats themselves */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#136: FILE: examples/l3fwd/l3fwd.h:163:
+        xstats = malloc(sizeof(struct rte_eth_xstat) * cnt_xstats);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#136: FILE: examples/l3fwd/l3fwd.h:163:
+        xstats = malloc(sizeof(struct rte_eth_xstat) * cnt_xstats);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#137: FILE: examples/l3fwd/l3fwd.h:164:
+        if (xstats == NULL) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#137: FILE: examples/l3fwd/l3fwd.h:164:
+        if (xstats == NULL) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#138: FILE: examples/l3fwd/l3fwd.h:165:
+                fprintf(stderr, "Cannot allocate memory for xstats
");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#138: FILE: examples/l3fwd/l3fwd.h:165:
+                fprintf(stderr, "Cannot allocate memory for xstats
");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#139: FILE: examples/l3fwd/l3fwd.h:166:
+                free(xstats_names);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#139: FILE: examples/l3fwd/l3fwd.h:166:
+                free(xstats_names);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#140: FILE: examples/l3fwd/l3fwd.h:167:
+                return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#140: FILE: examples/l3fwd/l3fwd.h:167:
+                return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#141: FILE: examples/l3fwd/l3fwd.h:168:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#141: FILE: examples/l3fwd/l3fwd.h:168:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#142: FILE: examples/l3fwd/l3fwd.h:169:
+        if (cnt_xstats != rte_eth_xstats_get(port_id, xstats, cnt_xstats)) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#142: FILE: examples/l3fwd/l3fwd.h:169:
+        if (cnt_xstats != rte_eth_xstats_get(port_id, xstats, cnt_xstats)) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#143: FILE: examples/l3fwd/l3fwd.h:170:
+                fprintf(stderr, "Error: Unable to get xstats
");$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#143: FILE: examples/l3fwd/l3fwd.h:170:
+                fprintf(stderr, "Error: Unable to get xstats
");$

ERROR:CODE_INDENT: code indent should use tabs where possible
#144: FILE: examples/l3fwd/l3fwd.h:171:
+                free(xstats_names);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#144: FILE: examples/l3fwd/l3fwd.h:171:
+                free(xstats_names);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#145: FILE: examples/l3fwd/l3fwd.h:172:
+                free(xstats);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#145: FILE: examples/l3fwd/l3fwd.h:172:
+                free(xstats);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#146: FILE: examples/l3fwd/l3fwd.h:173:
+                return;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#146: FILE: examples/l3fwd/l3fwd.h:173:
+                return;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#147: FILE: examples/l3fwd/l3fwd.h:174:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#147: FILE: examples/l3fwd/l3fwd.h:174:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#149: FILE: examples/l3fwd/l3fwd.h:176:
+        /* Display xstats */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#150: FILE: examples/l3fwd/l3fwd.h:177:
+        for (idx_xstat = 0; idx_xstat < cnt_xstats; idx_xstat++) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#150: FILE: examples/l3fwd/l3fwd.h:177:
+        for (idx_xstat = 0; idx_xstat < cnt_xstats; idx_xstat++) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#151: FILE: examples/l3fwd/l3fwd.h:178:
+                printf("%s: %"PRIu64"
",$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#151: FILE: examples/l3fwd/l3fwd.h:178:
+                printf("%s: %"PRIu64"
",$

ERROR:CODE_INDENT: code indent should use tabs where possible
#152: FILE: examples/l3fwd/l3fwd.h:179:
+                        xstats_names[idx_xstat].name,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#152: FILE: examples/l3fwd/l3fwd.h:179:
+                        xstats_names[idx_xstat].name,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#153: FILE: examples/l3fwd/l3fwd.h:180:
+                        xstats[idx_xstat].value);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#153: FILE: examples/l3fwd/l3fwd.h:180:
+                        xstats[idx_xstat].value);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#154: FILE: examples/l3fwd/l3fwd.h:181:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#154: FILE: examples/l3fwd/l3fwd.h:181:
+        }$

ERROR:CODE_INDENT: code indent should use tabs where possible
#155: FILE: examples/l3fwd/l3fwd.h:182:
+        free(xstats_names);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#155: FILE: examples/l3fwd/l3fwd.h:182:
+        free(xstats_names);$

ERROR:CODE_INDENT: code indent should use tabs where possible
#156: FILE: examples/l3fwd/l3fwd.h:183:
+        free(xstats);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#156: FILE: examples/l3fwd/l3fwd.h:183:
+        free(xstats);$

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#170: FILE: examples/l3fwd/l3fwd_lpm.c:44:
+extern struct lcore_stats stats[RTE_MAX_LCORE];

WARNING:LONG_LINE: line length of 119 exceeds 100 columns
#213: FILE: examples/l3fwd/l3fwd_lpm.c:244:
+		stats[lcore_id].none_loop_per[i] = (float)stats[lcore_id].none_loop[i]/stats[lcore_id].num_loop[i]*100;

WARNING:LONG_LINE: line length of 125 exceeds 100 columns
#214: FILE: examples/l3fwd/l3fwd_lpm.c:245:
+		stats[lcore_id].no_full_loop_per[i] = (float)stats[lcore_id].no_full_loop[i]/stats[lcore_id].num_loop[i]*100;

ERROR:SPACING: space required after that ',' (ctx:VxV)
#243: FILE: examples/l3fwd/main.c:1603:
+				printf("queue_id:%d
",queue);
 				                      ^

WARNING:LONG_LINE: line length of 144 exceeds 100 columns
#246: FILE: examples/l3fwd/main.c:1606:
+					stats[lcore_id].num_loop[queue], stats[lcore_id].none_loop[queue], stats[lcore_id].no_full_loop[queue]);

WARNING:LONG_LINE: line length of 119 exceeds 100 columns
#248: FILE: examples/l3fwd/main.c:1608:
+					stats[lcore_id].none_loop_per[queue], stats[lcore_id].no_full_loop_per[queue]);

total: 48 errors, 55 warnings, 164 lines checked

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

* |SUCCESS| pw126816 [PATCH] examples/l3fwd: add hard code to collect empty poll and NIC counters
       [not found] <20230511082519.4168523-1-feifei.wang2@arm.com>
  2023-05-11  8:26 ` |WARNING| pw126816 [PATCH] examples/l3fwd: add hard code to collect empty poll and NIC counters checkpatch
@ 2023-05-11  8:26 ` qemudev
  2023-05-11  8:30 ` qemudev
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-05-11  8:26 UTC (permalink / raw)
  To: test-report

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

_Compilation OK_

Submitter: Feifei Wang <feifei.wang2@arm.com>
Date: Thu, 11 May 2023 16:25:19 +0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: dbff181d62c997f128b75db2bbac9f42e8dd0f8f

126816 --> 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] 3+ messages in thread

* |SUCCESS| pw126816 [PATCH] examples/l3fwd: add hard code to collect empty poll and NIC counters
       [not found] <20230511082519.4168523-1-feifei.wang2@arm.com>
  2023-05-11  8:26 ` |WARNING| pw126816 [PATCH] examples/l3fwd: add hard code to collect empty poll and NIC counters checkpatch
  2023-05-11  8:26 ` |SUCCESS| " qemudev
@ 2023-05-11  8:30 ` qemudev
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-05-11  8:30 UTC (permalink / raw)
  To: test-report

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

_Unit Testing PASS_

Submitter: Feifei Wang <feifei.wang2@arm.com>
Date: Thu, 11 May 2023 16:25:19 +0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: dbff181d62c997f128b75db2bbac9f42e8dd0f8f

126816 --> 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/104 DPDK:fast-tests / acl_autotest                            OK              2.78s
  2/104 DPDK:fast-tests / atomic_autotest                         OK              7.13s
  3/104 DPDK:fast-tests / bitmap_autotest                         OK              0.07s
  4/104 DPDK:fast-tests / bpf_autotest                            OK              0.07s
  5/104 DPDK:fast-tests / bpf_convert_autotest                    OK              0.07s
  6/104 DPDK:fast-tests / bitops_autotest                         OK              0.07s
  7/104 DPDK:fast-tests / byteorder_autotest                      OK              0.07s
  8/104 DPDK:fast-tests / cksum_autotest                          OK              0.07s
  9/104 DPDK:fast-tests / cmdline_autotest                        OK              0.07s
 10/104 DPDK:fast-tests / common_autotest                         OK              0.92s
 11/104 DPDK:fast-tests / cpuflags_autotest                       OK              0.07s
 12/104 DPDK:fast-tests / debug_autotest                          OK              2.42s
 13/104 DPDK:fast-tests / devargs_autotest                        OK              0.07s
 14/104 DPDK:fast-tests / eal_flags_c_opt_autotest                OK              0.62s
 15/104 DPDK:fast-tests / eal_flags_main_opt_autotest             OK              0.22s
 16/104 DPDK:fast-tests / eal_flags_n_opt_autotest                OK              0.17s
 17/104 DPDK:fast-tests / eal_flags_hpet_autotest                 OK              0.12s
 18/104 DPDK:fast-tests / eal_flags_no_huge_autotest              OK              0.22s
 19/104 DPDK:fast-tests / eal_flags_a_opt_autotest                OK              0.27s
 20/104 DPDK:fast-tests / eal_flags_b_opt_autotest                OK              0.22s
 21/104 DPDK:fast-tests / eal_flags_vdev_opt_autotest             OK              0.17s
 22/104 DPDK:fast-tests / eal_flags_r_opt_autotest                OK              0.17s
 23/104 DPDK:fast-tests / eal_flags_mem_autotest                  OK              0.52s
 24/104 DPDK:fast-tests / eal_flags_file_prefix_autotest          OK             22.36s
 25/104 DPDK:fast-tests / eal_flags_misc_autotest                 OK              0.77s
 26/104 DPDK:fast-tests / eal_fs_autotest                         OK              0.07s
 27/104 DPDK:fast-tests / errno_autotest                          OK              0.07s
 28/104 DPDK:fast-tests / ethdev_link_status                      OK              0.07s
 29/104 DPDK:fast-tests / event_ring_autotest                     OK              0.07s
 30/104 DPDK:fast-tests / fib_autotest                            OK              0.87s
 31/104 DPDK:fast-tests / fib6_autotest                           OK              0.87s
 32/104 DPDK:fast-tests / func_reentrancy_autotest                OK              2.37s
 33/104 DPDK:fast-tests / hash_autotest                           OK              1.02s
 34/104 DPDK:fast-tests / interrupt_autotest                      OK              1.37s
 35/104 DPDK:fast-tests / ipfrag_autotest                         OK              0.07s
 36/104 DPDK:fast-tests / lcores_autotest                         OK              5.12s
 37/104 DPDK:fast-tests / logs_autotest                           OK              0.07s
 38/104 DPDK:fast-tests / lpm_autotest                            OK              5.94s
 39/104 DPDK:fast-tests / lpm6_autotest                           OK              8.80s
 40/104 DPDK:fast-tests / malloc_autotest                         OK             61.14s
 41/104 DPDK:fast-tests / mbuf_autotest                           OK              7.18s
 42/104 DPDK:fast-tests / mcslock_autotest                        OK              2.87s
 43/104 DPDK:fast-tests / memcpy_autotest                         OK              6.68s
 44/104 DPDK:fast-tests / memory_autotest                         OK              0.12s
 45/104 DPDK:fast-tests / mempool_autotest                        OK              0.47s
 46/104 DPDK:fast-tests / memzone_autotest                        OK              0.17s
 47/104 DPDK:fast-tests / meter_autotest                          OK              0.07s
 48/104 DPDK:fast-tests / multiprocess_autotest                   OK              0.17s
 49/104 DPDK:fast-tests / per_lcore_autotest                      OK              0.17s
 50/104 DPDK:fast-tests / pflock_autotest                         OK              0.87s
 51/104 DPDK:fast-tests / prefetch_autotest                       OK              0.07s
 52/104 DPDK:fast-tests / rcu_qsbr_autotest                       OK              0.57s
 53/104 DPDK:fast-tests / pie_autotest                            OK              0.07s
 54/104 DPDK:fast-tests / rib_autotest                            OK             10.30s
 55/104 DPDK:fast-tests / rib6_autotest                           OK             10.30s
 56/104 DPDK:fast-tests / ring_autotest                           OK              0.12s
 57/104 DPDK:fast-tests / rwlock_test1_autotest                   OK              0.82s
 58/104 DPDK:fast-tests / rwlock_rda_autotest                     OK              5.07s
 59/104 DPDK:fast-tests / rwlock_rds_wrm_autotest                 OK              5.07s
 60/104 DPDK:fast-tests / rwlock_rde_wro_autotest                 OK              5.07s
 61/104 DPDK:fast-tests / sched_autotest                          OK              0.07s
 62/104 DPDK:fast-tests / security_autotest                       OK              0.07s
 63/104 DPDK:fast-tests / seqlock_autotest                        OK              2.07s
 64/104 DPDK:fast-tests / spinlock_autotest                       OK              0.17s
 65/104 DPDK:fast-tests / stack_autotest                          OK              0.87s
 66/104 DPDK:fast-tests / stack_lf_autotest                       SKIP            0.07s   exit status 77
 67/104 DPDK:fast-tests / string_autotest                         OK              0.07s
 68/104 DPDK:fast-tests / tailq_autotest                          OK              0.07s
 69/104 DPDK:fast-tests / ticketlock_autotest                     OK              0.22s
 70/104 DPDK:fast-tests / timer_autotest                          OK              3.87s
 71/104 DPDK:fast-tests / user_delay_us                           OK              0.07s
 72/104 DPDK:fast-tests / version_autotest                        OK              0.07s
 73/104 DPDK:fast-tests / crc_autotest                            OK              0.07s
 74/104 DPDK:fast-tests / distributor_autotest                    OK              1.22s
 75/104 DPDK:fast-tests / eventdev_common_autotest                OK              0.07s
 76/104 DPDK:fast-tests / fbarray_autotest                        OK              0.07s
 77/104 DPDK:fast-tests / hash_readwrite_func_autotest            OK              6.43s
 78/104 DPDK:fast-tests / ipsec_autotest                          SKIP            0.07s   exit status 77
 79/104 DPDK:fast-tests / kni_autotest                            SKIP            0.07s   exit status 77
 80/104 DPDK:fast-tests / kvargs_autotest                         OK              0.07s
 81/104 DPDK:fast-tests / member_autotest                         OK              1.22s
 82/104 DPDK:fast-tests / power_cpufreq_autotest                  SKIP            0.07s   exit status 77
 83/104 DPDK:fast-tests / power_autotest                          OK              0.07s
 84/104 DPDK:fast-tests / power_kvm_vm_autotest                   SKIP            0.07s   exit status 77
 85/104 DPDK:fast-tests / power_intel_uncore_autotest             SKIP            0.07s   exit status 77
 86/104 DPDK:fast-tests / reorder_autotest                        OK              0.12s
 87/104 DPDK:fast-tests / service_autotest                        OK              2.77s
 88/104 DPDK:fast-tests / thash_autotest                          OK              0.07s
 89/104 DPDK:fast-tests / threads_autotest                        OK              0.27s
 90/104 DPDK:fast-tests / trace_autotest                          OK              0.07s
 91/104 DPDK:fast-tests / trace_autotest_with_traces              OK              0.12s
 92/104 DPDK:fast-tests / metrics_autotest                        OK              0.07s
 93/104 DPDK:fast-tests / telemetry_json_autotest                 OK              0.07s
 94/104 DPDK:fast-tests / telemetry_data_autotest                 OK              0.07s
 95/104 DPDK:fast-tests / table_autotest                          OK              9.99s
 96/104 DPDK:fast-tests / ring_pmd_autotest                       OK              0.07s
 97/104 DPDK:fast-tests / event_eth_tx_adapter_autotest           OK              1.47s
 98/104 DPDK:fast-tests / bitratestats_autotest                   OK              0.07s
 99/104 DPDK:fast-tests / latencystats_autotest                   OK              0.07s
100/104 DPDK:fast-tests / pdump_autotest                          OK              5.18s
101/104 DPDK:fast-tests / vdev_autotest                           OK              0.07s
102/104 DPDK:fast-tests / rawdev_autotest                         OK              0.07s
103/104 DPDK:fast-tests / compressdev_autotest                    SKIP            0.07s   exit status 77
104/104 DPDK:fast-tests / telemetry_all                           OK             14.75s


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


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

end of thread, other threads:[~2023-05-11  8:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230511082519.4168523-1-feifei.wang2@arm.com>
2023-05-11  8:26 ` |WARNING| pw126816 [PATCH] examples/l3fwd: add hard code to collect empty poll and NIC counters checkpatch
2023-05-11  8:26 ` |SUCCESS| " qemudev
2023-05-11  8:30 ` qemudev

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).