|WARNING| pw151149 [PATCH v7 09/28] net/rnp: add queue stop and start operations

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Feb 8 03:48:55 CET 2025


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

_coding style issues_


WARNING:TYPO_SPELLING: 'durring' may be misspelled - perhaps 'during'?
#48: 
durring reset this queue.

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'n' - possible side-effects?
#454: FILE: drivers/net/rnp/rnp_link.h:15:
+#define RNP_LINK_SPEED_CODE(sp, n) \
+	(((sp) & RTE_GENMASK32((11) + ((4) * (n)), \
+		(8) + ((4) * (n)))) >> (8 + 4 * (n)))

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


More information about the test-report mailing list