[dpdk-test-report] |WARNING| pw80249 [PATCH v2 04/12] net/bnxt: fix PMD PF support in SR-IOV mode

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Oct 10 06:11:08 CEST 2020


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

_coding style issues_


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

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

total: 0 errors, 1 warnings, 1 checks, 760 lines checked


More information about the test-report mailing list