automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Somnath Kotur <somnath.kotur@broadcom.com>
Subject: [dpdk-test-report] |WARNING| pw71423 [PATCH 31/50] net/bnxt: add support for EEM System memory
Date: Fri, 12 Jun 2020 15:48:30 +0200 (CEST)	[thread overview]
Message-ID: <20200612134830.DA06A1C0CA@dpdk.org> (raw)
In-Reply-To: <20200612132934.16488-32-somnath.kotur@broadcom.com>

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#685: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:461:
+			    "table: %d data-sz: %016" PRIu64 " page-sz: %u
",

WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#702: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:478:
+		    "EEM: lvls: %d sz: %016" PRIu64 " pgs: %016" PRIu64 \

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#870: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:646:
+	tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_RECORD_TABLE].num_entries
+		= parms->rx_num_flows_in_k * TF_KILOBYTE;

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#872: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:648:
+	tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_RECORD_TABLE].entry_size
+		= parms->rx_max_action_entry_sz_in_bits / 8;

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#875: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:651:
+	tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_EFC_TABLE].num_entries
+		= 0;

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#889: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:665:
+	tbl_scope_cb->em_ctx_info[TF_DIR_TX].em_tables[TF_RECORD_TABLE].num_entries
+		= parms->tx_num_flows_in_k * TF_KILOBYTE;

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#891: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:667:
+	tbl_scope_cb->em_ctx_info[TF_DIR_TX].em_tables[TF_RECORD_TABLE].entry_size
+		= parms->tx_max_action_entry_sz_in_bits / 8;

CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#894: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:670:
+	tbl_scope_cb->em_ctx_info[TF_DIR_TX].em_tables[TF_EFC_TABLE].num_entries
+		= 0;

WARNING:LONG_LINE: line over 90 characters
#930: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:706:
+	mask = tf_em_get_key_mask(tbl_scope_cb->em_ctx_info[parms->dir].em_tables[TF_KEY0_TABLE].num_entries);

WARNING:LONG_LINE: line over 90 characters
#968: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:743:
+		(uint8_t *)&tbl_scope_cb->em_ctx_info[parms->dir].em_tables[TF_KEY0_TABLE];

WARNING:LONG_LINE: line over 90 characters
#985: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:760:
+			(uint8_t *)&tbl_scope_cb->em_ctx_info[parms->dir].em_tables[TF_KEY1_TABLE];

WARNING:LONG_LINE: line over 90 characters
#1188: FILE: drivers/net/bnxt/tf_core/tf_em_common.c:1024:
+		(uint8_t *)&tbl_scope_cb->em_ctx_info[parms->dir].em_tables[TF_RECORD_TABLE];

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#2109: FILE: drivers/net/bnxt/tf_core/tf_em_system.c:85:
+extern struct tf_tbl_scope_cb tbl_scopes[TF_NUM_TBL_SCOPE];

WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#2414: FILE: drivers/net/bnxt/tf_core/tf_em_system.c:340:
+				  tbl_scope_cb->em_ctx_info[TF_DIR_RX].\

CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#2508: FILE: drivers/net/bnxt/tf_core/tf_em_system.c:432:
+		for (i = TF_KEY0_TABLE; i < TF_MAX_TABLE; i++) {
+

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#2511: FILE: drivers/net/bnxt/tf_core/tf_em_system.c:435:
+				/*TFP_DRV_LOG(WARNING,
+					    "Not support EFC table in WH+
");*/

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#2511: FILE: drivers/net/bnxt/tf_core/tf_em_system.c:435:
+					    "Not support EFC table in WH+
");*/

total: 0 errors, 9 warnings, 8 checks, 2460 lines checked

           reply	other threads:[~2020-06-12 13:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200612132934.16488-32-somnath.kotur@broadcom.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=20200612134830.DA06A1C0CA@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=somnath.kotur@broadcom.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).