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| pw80135 [PATCH 04/13] net/bnxt: fixes for PMD PF support in SR-IOV mode
Date: Fri,  9 Oct 2020 13:23:17 +0200 (CEST)	[thread overview]
Message-ID: <20201009112317.8DD851D540@dpdk.org> (raw)
In-Reply-To: <20201009111130.10422-5-somnath.kotur@broadcom.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'forwared' may be misspelled - perhaps 'forwarded'?
#74: 
8. Update the HWRM commands list that can be forwared to the

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'cmd' - possible side-effects?
#98: FILE: drivers/net/bnxt/bnxt.h:170:
+#define BNXT_HWRM_CMD_TO_FORWARD(cmd)	\
+		(bp->pf->vf_req_fwd[(cmd) / 32] |= (1 << ((cmd) % 32)))

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#389: FILE: drivers/net/bnxt/bnxt_hwrm.c:3354:
+	req->min_rsscos_ctx = req->max_rsscos_ctx =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#392: FILE: drivers/net/bnxt/bnxt_hwrm.c:3357:
+	req->min_stat_ctx = req->max_stat_ctx =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#394: FILE: drivers/net/bnxt/bnxt_hwrm.c:3359:
+	req->min_cmpl_rings = req->max_cmpl_rings =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#396: FILE: drivers/net/bnxt/bnxt_hwrm.c:3361:
+	req->min_tx_rings = req->max_tx_rings =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#398: FILE: drivers/net/bnxt/bnxt_hwrm.c:3363:
+	req->min_rx_rings = req->max_rx_rings =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#400: FILE: drivers/net/bnxt/bnxt_hwrm.c:3365:
+	req->min_l2_ctxs = req->max_l2_ctxs =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#403: FILE: drivers/net/bnxt/bnxt_hwrm.c:3368:
+	req->min_vnics = req->max_vnics = rte_cpu_to_le_16(1);

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#404: FILE: drivers/net/bnxt/bnxt_hwrm.c:3369:
+	req->min_hw_ring_grps = req->max_hw_ring_grps =

total: 0 errors, 1 warnings, 9 checks, 757 lines checked

           reply	other threads:[~2020-10-09 11:23 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20201009111130.10422-5-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=20201009112317.8DD851D540@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).