|WARNING| pw151253 [PATCH v8 09/28] net/rnp: add queue stop and start operations
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Feb 10 08:28:14 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/151253
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'n' - possible side-effects?
#453: 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