automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw80135 [PATCH 04/13] net/bnxt: fixes for PMD PF support in SR-IOV mode
       [not found] <20201009111130.10422-5-somnath.kotur@broadcom.com>
@ 2020-10-09 11:23 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-10-09 11:23 UTC (permalink / raw)
  To: test-report; +Cc: Somnath Kotur

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-09 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201009111130.10422-5-somnath.kotur@broadcom.com>
2020-10-09 11:23 ` [dpdk-test-report] |WARNING| pw80135 [PATCH 04/13] net/bnxt: fixes for PMD PF support in SR-IOV mode checkpatch

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).