automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Timothy McDaniel <timothy.mcdaniel@intel.com>
Subject: [dpdk-test-report] |WARNING| pw89281 [PATCH 04/25] event/dlb2: add DLB v2.5 support to create sched domain
Date: Tue, 16 Mar 2021 23:22:09 +0100 (CET)	[thread overview]
Message-ID: <20210316222209.7ED582BE3@dpdk.org> (raw)
In-Reply-To: <20210316221857.2254-5-timothy.mcdaniel@intel.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'VAS' may be misspelled - perhaps 'WAS'?
#789: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:344:
+	DLB2_BITS_SET(reg, domain->num_credits, DLB2_CHP_CFG_LDB_VAS_CRD_COUNT);

WARNING:TYPO_SPELLING: 'VAS' may be misspelled - perhaps 'WAS'?
#790: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:345:
+	DLB2_CSR_WR(hw, DLB2_CHP_CFG_VAS_CRD(domain->id.phys_id), reg);

WARNING:TYPO_SPELLING: 'VAS' may be misspelled - perhaps 'WAS'?
#799: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:354:
+		      DLB2_CHP_CFG_LDB_VAS_CRD_COUNT);

WARNING:TYPO_SPELLING: 'VAS' may be misspelled - perhaps 'WAS'?
#800: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:355:
+	DLB2_CSR_WR(hw, DLB2_CHP_CFG_LDB_VAS_CRD(domain->id.phys_id), reg);

WARNING:TYPO_SPELLING: 'VAS' may be misspelled - perhaps 'WAS'?
#804: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:359:
+		      DLB2_CHP_CFG_DIR_VAS_CRD_COUNT);

WARNING:TYPO_SPELLING: 'VAS' may be misspelled - perhaps 'WAS'?
#805: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:360:
+	DLB2_CSR_WR(hw, DLB2_CHP_CFG_DIR_VAS_CRD(domain->id.phys_id), reg);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1125: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:680:
+dlb2_attach_domain_hist_list_entries(struct dlb2_function_resources *rsrcs,

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1127: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:682:
+				     u32 num_hist_list_entries,

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1133: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:688:
+	if (num_hist_list_entries) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1134: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:689:
+		bitmap = rsrcs->avail_hist_list_entries;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1137: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:692:
+						      num_hist_list_entries);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1141: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:696:
+		domain->total_hist_list_entries = num_hist_list_entries;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1141: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:696:
+		domain->total_hist_list_entries = num_hist_list_entries;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1142: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:697:
+		domain->avail_hist_list_entries = num_hist_list_entries;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1142: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:697:
+		domain->avail_hist_list_entries = num_hist_list_entries;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1143: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:698:
+		domain->hist_list_entry_base = base;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1144: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:699:
+		domain->hist_list_entry_offset = 0;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1146: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:701:
+		dlb2_bitmap_clear_range(bitmap, base, num_hist_list_entries);

WARNING:TYPO_SPELLING: 'HIST' may be misspelled - perhaps 'HEIST'?
#1151: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:706:
+	resp->status = DLB2_ST_HIST_LIST_ENTRIES_UNAVAILABLE;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1249: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:804:
+	ret = dlb2_attach_domain_hist_list_entries(rsrcs,

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1251: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:806:
+						   args->num_hist_list_entries,

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1287: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:842:
+	avail_hl_entries = rsrcs->avail_hist_list_entries;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1360: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:915:
+	if (max_contig_hl_range < args->num_hist_list_entries) {

WARNING:TYPO_SPELLING: 'HIST' may be misspelled - perhaps 'HEIST'?
#1361: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:916:
+		resp->status = DLB2_ST_HIST_LIST_ENTRIES_UNAVAILABLE;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1397: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:952:
+	DLB2_HW_DBG(hw, "	Number of hist list entries:   %d
",

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1398: FILE: drivers/event/dlb2/pf/base/dlb2_resource_new.c:953:
+		    args->num_hist_list_entries);

total: 0 errors, 26 warnings, 1387 lines checked

           reply	other threads:[~2021-03-16 22:22 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20210316221857.2254-5-timothy.mcdaniel@intel.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=20210316222209.7ED582BE3@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=timothy.mcdaniel@intel.com \
    /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).