|WARNING| pw151385 [PATCH v11 09/28] net/rnp: add queue stop and start operations
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Feb 12 15:41:44 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/151385
_coding style issues_
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, 0 warnings, 1 checks, 621 lines checked
More information about the test-report
mailing list