From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Somnath Kotur <somnath.kotur@broadcom.com>
Subject: [dpdk-test-report] |WARNING| pw71408 [PATCH 16/50] net/bnxt: add core changes for EM and EEM lookups
Date: Fri, 12 Jun 2020 15:42:58 +0200 (CEST) [thread overview]
Message-ID: <20200612134258.0EE331BF87@dpdk.org> (raw)
In-Reply-To: <20200612132934.16488-17-somnath.kotur@broadcom.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/71408
_coding style issues_
WARNING:LONG_LINE: line over 90 characters
#3174: FILE: drivers/net/bnxt/tf_core/tf_em.c:119:
+ (uint8_t *)&tbl_scope_cb->em_ctx_info[parms->dir].em_tables[TF_KEY0_TABLE];
WARNING:LONG_LINE: line over 90 characters
#3190: FILE: drivers/net/bnxt/tf_core/tf_em.c:135:
+ (uint8_t *)&tbl_scope_cb->em_ctx_info[parms->dir].em_tables[TF_KEY1_TABLE];
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#3240: FILE: drivers/net/bnxt/tf_core/tf_em.c:204:
+ PMD_DRV_LOG(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '['
#3292: FILE: drivers/net/bnxt/tf_core/tf_em.c:288:
+ (uint8_t *)&tbl_scope_cb->em_ctx_info[parms->dir].em_tables[
WARNING:IF_0: Consider removing the code enclosed by this #if 0 and its #endif
#3989: FILE: drivers/net/bnxt/tf_core/tf_rm.c:3189:
+#if 0
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#4025: FILE: drivers/net/bnxt/tf_core/tf_tbl.c:64:
+ "No mapping for page: %d table: %016" PRIu64 "
",
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'parms->rx_num_flows_in_k != 0'
#4247: FILE: drivers/net/bnxt/tf_core/tf_tbl.c:706:
+ if ((parms->rx_num_flows_in_k != 0) &&
(parms->rx_max_key_sz_in_bits / 8 == 0)) {
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'parms->tx_num_flows_in_k != 0'
#4257: FILE: drivers/net/bnxt/tf_core/tf_tbl.c:714:
+ if ((parms->tx_num_flows_in_k != 0) &&
(parms->tx_max_key_sz_in_bits / 8 == 0)) {
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#4772: FILE: drivers/net/bnxt/tf_core/tf_tbl.c:1632:
+ base_addr = (void *)(uintptr_t)hcapi_get_table_page(
total: 0 errors, 3 warnings, 6 checks, 4576 lines checked
parent reply other threads:[~2020-06-12 13:43 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20200612132934.16488-17-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=20200612134258.0EE331BF87@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).