automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw88667 [PATCH 25/36] event/cnxk: add devargs for chunk size and rings
       [not found] <20210306162942.6845-26-pbhagavatula@marvell.com>
@ 2021-03-06 16:35 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-03-06 16:35 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula

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

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#84: 
	--dev "0002:1e:00.0,tim_chnk_slots=1024"

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#85: 
	--dev "0002:1e:00.0,tim_rings_lmt=4"

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#105: FILE: doc/guides/eventdevs/cnxk.rst:106:
+- ``TIM modify chunk slots``

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#107: FILE: doc/guides/eventdevs/cnxk.rst:108:
+  The ``tim_chnk_slots`` devargs can be used to modify number of chunk slots.

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#110: FILE: doc/guides/eventdevs/cnxk.rst:111:
+  store events. TIM traverses the list of chunks and enqueues the event timers

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#115: FILE: doc/guides/eventdevs/cnxk.rst:116:
+    -a 0002:0e:00.0,tim_chnk_slots=1023

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#117: FILE: doc/guides/eventdevs/cnxk.rst:118:
+- ``TIM limit max rings reserved``

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#119: FILE: doc/guides/eventdevs/cnxk.rst:120:
+  The ``tim_rings_lmt`` devargs can be used to limit the max number of TIM

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#119: FILE: doc/guides/eventdevs/cnxk.rst:120:
+  The ``tim_rings_lmt`` devargs can be used to limit the max number of TIM

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#120: FILE: doc/guides/eventdevs/cnxk.rst:121:
+  rings i.e. event timer adapter reserved on probe. Since, TIM rings are HW

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#126: FILE: doc/guides/eventdevs/cnxk.rst:127:
+    -a 0002:0e:00.0,tim_rings_lmt=5

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#140: FILE: drivers/event/cnxk/cn10k_eventdev.c:506:
+			      CNXK_TIM_DISABLE_NPA "=1"

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#141: FILE: drivers/event/cnxk/cn10k_eventdev.c:507:
+			      CNXK_TIM_CHNK_SLOTS "=<int>"

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#142: FILE: drivers/event/cnxk/cn10k_eventdev.c:508:
+			      CNXK_TIM_RINGS_LMT "=<int>");

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#152: FILE: drivers/event/cnxk/cn9k_eventdev.c:575:
+			      CNXK_TIM_DISABLE_NPA "=1"

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#153: FILE: drivers/event/cnxk/cn9k_eventdev.c:576:
+			      CNXK_TIM_CHNK_SLOTS "=<int>"

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#154: FILE: drivers/event/cnxk/cn9k_eventdev.c:577:
+			      CNXK_TIM_RINGS_LMT "=<int>");

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#163: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:256:
+	rte_kvargs_process(kvlist, CNXK_TIM_CHNK_SLOTS, &parse_kvargs_value,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#165: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:258:
+	rte_kvargs_process(kvlist, CNXK_TIM_RINGS_LMT, &parse_kvargs_value,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#174: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:285:
+	dev->tim.nb_lfs = dev->min_ring_cnt;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#184: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:294:
+	if (dev->chunk_slots && dev->chunk_slots <= CNXK_TIM_MAX_CHUNK_SLOTS &&

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#185: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:295:
+	    dev->chunk_slots >= CNXK_TIM_MIN_CHUNK_SLOTS) {

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#187: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:297:
+			(dev->chunk_slots + 1) * CNXK_TIM_CHUNK_ALIGNMENT;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#189: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:299:
+		dev->chunk_sz = CNXK_TIM_RING_DEF_CHUNK_SZ;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#202: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:37:
+#define CNXK_TIM_CHNK_SLOTS  "tim_chnk_slots"

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#202: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:37:
+#define CNXK_TIM_CHNK_SLOTS  "tim_chnk_slots"

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#203: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:38:
+#define CNXK_TIM_RINGS_LMT   "tim_rings_lmt"

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#203: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:38:
+#define CNXK_TIM_RINGS_LMT   "tim_rings_lmt"

total: 0 errors, 28 warnings, 91 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-06 16:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210306162942.6845-26-pbhagavatula@marvell.com>
2021-03-06 16:35 ` [dpdk-test-report] |WARNING| pw88667 [PATCH 25/36] event/cnxk: add devargs for chunk size and rings checkpatch

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