automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: <pbhagavatula@marvell.com>
Subject: [dpdk-test-report] |WARNING| pw89600 [PATCH v2 3/4] event/octeontx2: reduce chunk pool memory usage
Date: Sun, 21 Mar 2021 09:51:54 +0100 (CET)	[thread overview]
Message-ID: <20210321085155.058EB36C@dpdk.org> (raw)
In-Reply-To: <20210321084915.2649-3-pbhagavatula@marvell.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#103: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:95:
+	tim_ring->nb_chunks += (cache_sz * rte_lcore_count());

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#116: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:273:
+	if (tim_ring->disable_npa) {

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#117: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:274:
+		tim_ring->nb_chunks =

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#118: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:275:
+			tim_ring->nb_timers /

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#119: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:276:
+			OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#119: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:276:
+			OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#126: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:279:
+		tim_ring->nb_chunks = tim_ring->nb_timers;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#126: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:279:
+		tim_ring->nb_chunks = tim_ring->nb_timers;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#128: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:281:
+	tim_ring->nb_chunk_slots = OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz);

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#128: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:281:
+	tim_ring->nb_chunk_slots = OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#128: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:281:
+	tim_ring->nb_chunk_slots = OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz);

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#141: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:73:
+#define OTX2_TIM_MIN_CHUNK_SLOTS	(0x8)

total: 0 errors, 12 warnings, 40 lines checked

           reply	other threads:[~2021-03-21  8:51 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20210321084915.2649-3-pbhagavatula@marvell.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210321085155.058EB36C@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=pbhagavatula@marvell.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).