automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw131265 [PATCH v3 1/1] app/graph: add example for different usecases
       [not found] <20230908104907.4060511-1-skori@marvell.com>
@ 2023-09-08 10:50 ` checkpatch
  2023-09-08 11:39 ` |FAILURE| " 0-day Robot
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2023-09-08 10:50 UTC (permalink / raw)
  To: test-report; +Cc: skori

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

_coding style issues_


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#188: FILE: app/graph/cli.c:6:
+#include <stdio.h>

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#433: FILE: app/graph/cli.h:37:
+#define CLI_REGISTER(module)			\
+	RTE_INIT(cli_register_##module)		\
+	{					\
+		cli_module_register(&module);	\
+	}

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#483: FILE: app/graph/conn.c:8:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#822: FILE: app/graph/ethdev.c:5:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#1851: FILE: app/graph/graph.c:5:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#2295: FILE: app/graph/ip4_route.c:5:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#2447: FILE: app/graph/ip6_route.c:5:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#2610: FILE: app/graph/l3fwd.c:8:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#2785: FILE: app/graph/main.c:8:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#2989: FILE: app/graph/mempool.c:5:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#3246: FILE: app/graph/neigh.c:6:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#3602: FILE: app/graph/utils.c:6:
+#include <stdio.h>

WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#3977: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:11:
+dot -Tsvg dot.dot -o doc/guides/tools/img/graph-usecase-l3fwd.svg

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4027: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:61:
+<text text-anchor="middle" x="436.5" y="-480.3" font-family="Times,serif" font-size="14.00">ingress_port</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4033: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:67:
+<text text-anchor="middle" x="436.5" y="-393.3" font-family="Times,serif" font-size="14.00">ethdev_rx</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4040: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:74:
+<text text-anchor="middle" x="489" y="-436.8" font-family="Times,serif" font-size="14.00">ingress packet</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4046: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:80:
+<text text-anchor="middle" x="436.5" y="-320.3" font-family="Times,serif" font-size="14.00">pkt_cls</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4058: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:92:
+<text text-anchor="middle" x="436.5" y="-247.3" font-family="Times,serif" font-size="14.00">ip4_lookup</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4070: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:104:
+<text text-anchor="middle" x="297.5" y="-247.3" font-family="Times,serif" font-size="14.00">ip6_lookup</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4082: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:116:
+<text text-anchor="middle" x="361.5" y="-14.3" font-family="Times,serif" font-size="14.00">pkt_drop</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4094: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:128:
+<text text-anchor="middle" x="394.5" y="-174.3" font-family="Times,serif" font-size="14.00">ip4_rewrite</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4112: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:146:
+<text text-anchor="middle" x="210.5" y="-174.3" font-family="Times,serif" font-size="14.00">ip6_rewrite</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4130: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:164:
+<text text-anchor="middle" x="249.5" y="-101.3" font-family="Times,serif" font-size="14.00">ethdev_tx</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4166: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:200:
+<text text-anchor="middle" x="50.5" y="-14.3" font-family="Times,serif" font-size="14.00">egress_port</text>

WARNING:REPEATED_WORD: Possible repeated word: 'text'
#4173: FILE: doc/guides/tools/img/graph-usecase-l3fwd.svg:207:
+<text text-anchor="middle" x="211.5" y="-57.8" font-family="Times,serif" font-size="14.00">egress packet</text>

total: 1 errors, 24 warnings, 3815 lines checked

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

* |FAILURE| pw131265 [PATCH v3 1/1] app/graph: add example for different usecases
       [not found] <20230908104907.4060511-1-skori@marvell.com>
  2023-09-08 10:50 ` |WARNING| pw131265 [PATCH v3 1/1] app/graph: add example for different usecases checkpatch
@ 2023-09-08 11:39 ` 0-day Robot
  2023-09-12 13:11 ` |SUCCESS| " qemudev
  2023-09-12 13:15 ` qemudev
  3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2023-09-08 11:39 UTC (permalink / raw)
  To: test-report; +Cc: skori, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/131265/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6120902336
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[2571/3996] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_neigh.c.o'.
[2572/3996] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
FAILED: app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o 
ccache aarch64-linux-gnu-gcc -Iapp/a172ced@@dpdk-graph@exe -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -MF 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o.d' -o 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -c ../app/graph/l3fwd.c
../app/graph/l3fwd.c: In function ‘l3fwd_pattern_configure’:
../app/graph/l3fwd.c:58:30: error: comparison is always true due to limited range of data type [-Werror=type-limits]
   58 |  for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
      |                              ^
In file included from ../lib/eal/include/generic/rte_spinlock.h:20,
                 from ../lib/eal/arm/include/rte_spinlock.h:17,
                 from ../lib/eal/include/generic/rte_power_intrinsics.h:11,
                 from ../lib/eal/arm/include/rte_power_intrinsics.h:14,
                 from ../lib/ethdev/rte_ethdev.h:173,
                 from ../app/graph/l3fwd.c:13:
../lib/eal/include/rte_lcore.h:227:9: error: comparison is always true due to limited range of data type [-Werror=type-limits]
  227 |       i < RTE_MAX_LCORE;      \
      |         ^
../app/graph/l3fwd.c:123:2: note: in expansion of macro ‘RTE_LCORE_FOREACH_WORKER’
  123 |  RTE_LCORE_FOREACH_WORKER(lcore_id) {
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2573/3996] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_utils.c.o'.
[2574/3996] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_deq_cn10k_deq_112_127_tmo_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw131265 [PATCH v3 1/1] app/graph: add example for different usecases
       [not found] <20230908104907.4060511-1-skori@marvell.com>
  2023-09-08 10:50 ` |WARNING| pw131265 [PATCH v3 1/1] app/graph: add example for different usecases checkpatch
  2023-09-08 11:39 ` |FAILURE| " 0-day Robot
@ 2023-09-12 13:11 ` qemudev
  2023-09-12 13:15 ` qemudev
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2023-09-12 13:11 UTC (permalink / raw)
  To: test-report

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

_Compilation OK_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Fri, 8 Sep 2023 16:19:07 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: e92ba1426914db1d224dd5e9a1743657681b8814

131265 --> 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] 4+ messages in thread

* |SUCCESS| pw131265 [PATCH v3 1/1] app/graph: add example for different usecases
       [not found] <20230908104907.4060511-1-skori@marvell.com>
                   ` (2 preceding siblings ...)
  2023-09-12 13:11 ` |SUCCESS| " qemudev
@ 2023-09-12 13:15 ` qemudev
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2023-09-12 13:15 UTC (permalink / raw)
  To: test-report

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

_Unit Testing PASS_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Fri, 8 Sep 2023 16:19:07 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: e92ba1426914db1d224dd5e9a1743657681b8814

131265 --> 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/92 DPDK:fast-tests / acl_autotest                            OK              3.28s
 2/92 DPDK:fast-tests / atomic_autotest                         OK              7.28s
 3/92 DPDK:fast-tests / bitcount_autotest                       OK              0.52s
 4/92 DPDK:fast-tests / bitmap_autotest                         OK              0.52s
 5/92 DPDK:fast-tests / bitops_autotest                         OK              0.52s
 6/92 DPDK:fast-tests / bpf_autotest                            OK              0.52s
 7/92 DPDK:fast-tests / bpf_convert_autotest                    OK              0.52s
 8/92 DPDK:fast-tests / byteorder_autotest                      OK              0.52s
 9/92 DPDK:fast-tests / cksum_autotest                          OK              0.52s
10/92 DPDK:fast-tests / cmdline_autotest                        OK              0.52s
11/92 DPDK:fast-tests / common_autotest                         OK              1.37s
12/92 DPDK:fast-tests / cpuflags_autotest                       OK              0.52s
13/92 DPDK:fast-tests / crc_autotest                            OK              0.52s
14/92 DPDK:fast-tests / user_delay_us                           OK              0.52s
15/92 DPDK:fast-tests / debug_autotest                          OK             21.63s
16/92 DPDK:fast-tests / devargs_autotest                        OK              0.52s
17/92 DPDK:fast-tests / distributor_autotest                    OK              1.27s
18/92 DPDK:fast-tests / eal_flags_c_opt_autotest                OK              1.12s
19/92 DPDK:fast-tests / eal_flags_main_opt_autotest             OK              0.32s
20/92 DPDK:fast-tests / eal_flags_n_opt_autotest                OK              0.27s
21/92 DPDK:fast-tests / eal_flags_hpet_autotest                 OK              0.17s
22/92 DPDK:fast-tests / eal_flags_no_huge_autotest              OK              0.32s
23/92 DPDK:fast-tests / eal_flags_a_opt_autotest                OK              0.42s
24/92 DPDK:fast-tests / eal_flags_b_opt_autotest                OK              0.37s
25/92 DPDK:fast-tests / eal_flags_vdev_opt_autotest             OK              0.27s
26/92 DPDK:fast-tests / eal_flags_r_opt_autotest                OK              0.27s
27/92 DPDK:fast-tests / eal_flags_mem_autotest                  OK              0.72s
28/92 DPDK:fast-tests / eal_flags_file_prefix_autotest          OK             22.37s
29/92 DPDK:fast-tests / eal_flags_misc_autotest                 OK              1.12s
30/92 DPDK:fast-tests / eal_fs_autotest                         OK              0.52s
31/92 DPDK:fast-tests / errno_autotest                          OK              0.52s
32/92 DPDK:fast-tests / ethdev_link_status                      OK              0.52s
33/92 DPDK:fast-tests / event_ring_autotest                     OK              0.52s
34/92 DPDK:fast-tests / eventdev_common_autotest                OK              0.52s
35/92 DPDK:fast-tests / fbarray_autotest                        OK              0.52s
36/92 DPDK:fast-tests / fib_autotest                            OK              1.22s
37/92 DPDK:fast-tests / fib6_autotest                           OK              1.22s
38/92 DPDK:fast-tests / func_reentrancy_autotest                OK              2.33s
39/92 DPDK:fast-tests / hash_autotest                           OK              1.47s
40/92 DPDK:fast-tests / hash_readwrite_func_autotest            OK              6.49s
41/92 DPDK:fast-tests / interrupt_autotest                      OK              1.82s
42/92 DPDK:fast-tests / ipfrag_autotest                         OK              0.12s
43/92 DPDK:fast-tests / ipsec_autotest                          SKIP            0.52s   exit status 77
44/92 DPDK:fast-tests / kvargs_autotest                         OK              0.52s
45/92 DPDK:fast-tests / lcores_autotest                         OK              5.53s
46/92 DPDK:fast-tests / logs_autotest                           OK              0.52s
47/92 DPDK:fast-tests / lpm_autotest                            OK              2.58s
48/92 DPDK:fast-tests / lpm6_autotest                           OK              5.70s
49/92 DPDK:fast-tests / malloc_autotest                         OK             60.31s
50/92 DPDK:fast-tests / mbuf_autotest                           OK              4.83s
51/92 DPDK:fast-tests / mcslock_autotest                        OK              3.12s
52/92 DPDK:fast-tests / member_autotest                         OK              1.72s
53/92 DPDK:fast-tests / memcpy_autotest                         OK              7.23s
54/92 DPDK:fast-tests / memory_autotest                         OK              0.12s
55/92 DPDK:fast-tests / mempool_autotest                        OK              0.47s
56/92 DPDK:fast-tests / memzone_autotest                        OK              0.17s
57/92 DPDK:fast-tests / meter_autotest                          OK              0.47s
58/92 DPDK:fast-tests / multiprocess_autotest                   OK              0.27s
59/92 DPDK:fast-tests / per_lcore_autotest                      OK              0.52s
60/92 DPDK:fast-tests / pflock_autotest                         OK              1.27s
61/92 DPDK:fast-tests / pie_autotest                            OK              0.47s
62/92 DPDK:fast-tests / power_autotest                          OK              0.47s
63/92 DPDK:fast-tests / power_cpufreq_autotest                  SKIP            0.12s   exit status 77
64/92 DPDK:fast-tests / power_intel_uncore_autotest             SKIP            0.47s   exit status 77
65/92 DPDK:fast-tests / power_kvm_vm_autotest                   SKIP            0.12s   exit status 77
66/92 DPDK:fast-tests / prefetch_autotest                       OK              0.32s
67/92 DPDK:fast-tests / rcu_qsbr_autotest                       OK              0.87s
68/92 DPDK:fast-tests / reorder_autotest                        OK              0.37s
69/92 DPDK:fast-tests / rib_autotest                            OK              8.99s
70/92 DPDK:fast-tests / rib6_autotest                           OK              8.99s
71/92 DPDK:fast-tests / ring_autotest                           OK              0.37s
72/92 DPDK:fast-tests / rwlock_test1_autotest                   OK              1.12s
73/92 DPDK:fast-tests / rwlock_rda_autotest                     OK              5.33s
74/92 DPDK:fast-tests / rwlock_rds_wrm_autotest                 OK              5.33s
75/92 DPDK:fast-tests / rwlock_rde_wro_autotest                 OK              5.33s
76/92 DPDK:fast-tests / sched_autotest                          OK              0.32s
77/92 DPDK:fast-tests / security_autotest                       OK              0.07s
78/92 DPDK:fast-tests / seqlock_autotest                        OK              2.32s
79/92 DPDK:fast-tests / service_autotest                        OK              3.07s
80/92 DPDK:fast-tests / spinlock_autotest                       OK              0.42s
81/92 DPDK:fast-tests / stack_autotest                          OK              0.87s
82/92 DPDK:fast-tests / stack_lf_autotest                       SKIP            0.07s   exit status 77
83/92 DPDK:fast-tests / string_autotest                         OK              0.32s
84/92 DPDK:fast-tests / tailq_autotest                          OK              0.32s
85/92 DPDK:fast-tests / thash_autotest                          OK              0.32s
86/92 DPDK:fast-tests / threads_autotest                        OK              0.52s
87/92 DPDK:fast-tests / ticketlock_autotest                     OK              0.47s
88/92 DPDK:fast-tests / timer_autotest                          OK              3.92s
89/92 DPDK:fast-tests / trace_autotest                          OK              0.32s
90/92 DPDK:fast-tests / trace_autotest_with_traces              OK              0.32s
91/92 DPDK:fast-tests / version_autotest                        OK              0.32s
92/92 DPDK:fast-tests / telemetry_all                           OK              1.27s


Ok:                 87
Expected Fail:      0
Fail:               0
Unexpected Pass:    0
Skipped:            5
Timeout:            0


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

end of thread, other threads:[~2023-09-12 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230908104907.4060511-1-skori@marvell.com>
2023-09-08 10:50 ` |WARNING| pw131265 [PATCH v3 1/1] app/graph: add example for different usecases checkpatch
2023-09-08 11:39 ` |FAILURE| " 0-day Robot
2023-09-12 13:11 ` |SUCCESS| " qemudev
2023-09-12 13:15 ` 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).