automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw92219 [PATCH v2 33/33] event/cnxk: add devargs to control timer adapters
       [not found] <20210426174441.2302-34-pbhagavatula@marvell.com>
@ 2021-04-26 17:49 ` checkpatch
  2021-04-26 18:58 ` [dpdk-test-report] |FAILURE| pw92219 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-04-26 17:49 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula

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

_coding style issues_


WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#80: 
Add devargs to control each event timer adapter i.e. TIM rings internal

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#85: 
	--dev "0002:1e:00.0,tim_ring_ctl=[2-1023-1-0]"

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#103: FILE: doc/guides/eventdevs/cnxk.rst:138:
+- ``TIM ring control internal parameters``

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#105: FILE: doc/guides/eventdevs/cnxk.rst:140:
+  When using multiple TIM rings the ``tim_ring_ctl`` devargs can be used to

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#105: FILE: doc/guides/eventdevs/cnxk.rst:140:
+  When using multiple TIM rings the ``tim_ring_ctl`` devargs can be used to

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#106: FILE: doc/guides/eventdevs/cnxk.rst:141:
+  control each TIM rings internal parameters uniquely. The following dict

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#112: FILE: doc/guides/eventdevs/cnxk.rst:147:
+    -a 0002:0e:00.0,tim_ring_ctl=[2-1023-1-0]

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#135: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:169:
+		struct cnxk_tim_ctl *ring_ctl = &dev->ring_ctl_data[i];

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#137: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:171:
+		if (ring_ctl->ring == tim_ring->ring_id) {

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#138: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:172:
+			tim_ring->chunk_sz =

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#141: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:175:
+					 CNXK_TIM_CHUNK_ALIGNMENT) :

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#142: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:176:
+					      tim_ring->chunk_sz;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#143: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:177:
+			tim_ring->enable_stats = ring_ctl->enable_stats;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#144: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:178:
+			tim_ring->disable_npa = ring_ctl->disable_npa;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#156: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:386:
+cnxk_tim_parse_ring_param(char *value, void *opaque)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#158: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:388:
+	struct cnxk_tim_evdev *dev = opaque;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#159: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:389:
+	struct cnxk_tim_ctl ring_ctl = {0};

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#161: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:391:
+	struct cnxk_tim_ctl *old_ptr;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#184: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:414:
+			    sizeof(struct cnxk_tim_ctl) * dev->ring_ctl_cnt, 0);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#195: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:425:
+cnxk_tim_parse_ring_ctl_list(const char *value, void *opaque)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#210: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:440:
+			cnxk_tim_parse_ring_param(start + 1, opaque);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#221: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:451:
+cnxk_tim_parse_kvargs_dict(const char *key, const char *value, void *opaque)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#228: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:458:
+	cnxk_tim_parse_ring_ctl_list(value, opaque);

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#240: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:483:
+	rte_kvargs_process(kvlist, CNXK_TIM_RING_CTL,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#241: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:484:
+			   &cnxk_tim_parse_kvargs_dict, &dev);

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#253: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:41:
+#define CNXK_TIM_RING_CTL    "tim_ring_ctl"

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#253: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:41:
+#define CNXK_TIM_RING_CTL    "tim_ring_ctl"

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#261: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:79:
+struct cnxk_tim_ctl {

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#276: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:97:
+	struct cnxk_tim_ctl *ring_ctl_data;

total: 0 errors, 29 warnings, 165 lines checked

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

* [dpdk-test-report] |FAILURE| pw92219 [dpdk-dev] [PATCH v2 33/33] event/cnxk: add devargs to control timer adapters
       [not found] <20210426174441.2302-34-pbhagavatula@marvell.com>
  2021-04-26 17:49 ` [dpdk-test-report] |WARNING| pw92219 [PATCH v2 33/33] event/cnxk: add devargs to control timer adapters checkpatch
@ 2021-04-26 18:58 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-04-26 18:58 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/786493089
Build Logs:
-----------------------Summary of failed steps-----------------------
ubuntu-18.04-gcc-shared-abi+doc+tests failed at step "Build and test"
ubuntu-18.04-clang-shared-doc+tests failed at step "Build and test"
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################
[2763/3339] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_rt.c.o'.
[2764/3339] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_process.c.o'.
[2765/3339] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o'.
[2766/3339] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec-secgw.c.o'.
[2767/3339] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sa.c.o'.
[2768/3339] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sp6.c.o'.
[2769/3339] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sad.c.o'.
[2770/3339] Compiling C object 'examples/c590b3c@@dpdk-l2fwd@exe/l2fwd_main.c.o'.
[2771/3339] Linking target examples/dpdk-ipsec-secgw.
[2772/3339] Compiling C object 'examples/c590b3c@@dpdk-kni@exe/kni_main.c.o'.
[2773/3339] Compiling C object 'examples/c590b3c@@dpdk-ipv4_multicast@exe/ipv4_multicast_main.c.o'.
[2774/3339] Linking target examples/dpdk-ipv4_multicast.
[2775/3339] Generating html_guides with a custom command.
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 21.05.0-rc1 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -W

Warning, treated as error:
/home/runner/work/dpdk/dpdk/doc/guides/eventdevs/cnxk.rst:5:Title underline too short.

OCTEON CNXK SSO Eventdev Driver
==========================
[2776/3339] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-event@exe/l2fwd-event_l2fwd_common.c.o'.
[2777/3339] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-crypto@exe/l2fwd-crypto_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################
[2773/3341] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sp4.c.o'.
[2774/3341] Compiling C object 'examples/c590b3c@@dpdk-l2fwd@exe/l2fwd_main.c.o'.
[2775/3341] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sad.c.o'.
[2776/3341] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sp6.c.o'.
[2777/3341] Linking target examples/dpdk-ipsec-secgw.
[2778/3341] Linking target examples/dpdk-ipv4_multicast.
[2779/3341] Compiling C object 'examples/c590b3c@@dpdk-kni@exe/kni_main.c.o'.
[2780/3341] Linking target examples/dpdk-kni.
[2781/3341] Linking target examples/dpdk-l2fwd.
[2782/3341] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-event@exe/l2fwd-event_main.c.o'.
[2783/3341] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-event@exe/l2fwd-event_l2fwd_event.c.o'.
[2784/3341] Compiling C object 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_event.c.o'.
[2785/3341] Generating html_guides with a custom command.
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 21.05.0-rc1 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -W

Warning, treated as error:
/home/runner/work/dpdk/dpdk/doc/guides/eventdevs/cnxk.rst:5:Title underline too short.

OCTEON CNXK SSO Eventdev Driver
==========================
[2786/3341] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-event@exe/l2fwd-event_l2fwd_event_generic.c.o'.
[2787/3341] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-crypto@exe/l2fwd-crypto_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2021-04-26 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210426174441.2302-34-pbhagavatula@marvell.com>
2021-04-26 17:49 ` [dpdk-test-report] |WARNING| pw92219 [PATCH v2 33/33] event/cnxk: add devargs to control timer adapters checkpatch
2021-04-26 18:58 ` [dpdk-test-report] |FAILURE| pw92219 [dpdk-dev] " 0-day Robot

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