|WARNING| pw151333 [PATCH v10 09/28] net/rnp: add queue stop and start operations
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Feb 11 16:11:45 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/151333
_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