|WARNING| pw164581 [PATCH v6 03/27] net/intel/common: add common flow action parsing
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri May 29 17:37:19 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/164581
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'qnum == 0'
#237: FILE: drivers/net/intel/common/flow_check.h:137:
+ if ((qnum == 0) != (rss->queue == NULL)) {
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss->queue == NULL'
#237: FILE: drivers/net/intel/common/flow_check.h:137:
+ if ((qnum == 0) != (rss->queue == NULL)) {
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss->key_len == 0'
#260: FILE: drivers/net/intel/common/flow_check.h:160:
+ if ((rss->key_len == 0) != (rss->key == NULL)) {
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss->key == NULL'
#260: FILE: drivers/net/intel/common/flow_check.h:160:
+ if ((rss->key_len == 0) != (rss->key == NULL)) {
WARNING:MACRO_ARG_UNUSED: Argument 'level' is not used in function-like macro
#409: FILE: drivers/net/intel/common/log.h:24:
+#define CI_DRV_LOG(level, fmt, ...) do { } while (0)
WARNING:MACRO_ARG_UNUSED: Argument 'fmt' is not used in function-like macro
#409: FILE: drivers/net/intel/common/log.h:24:
+#define CI_DRV_LOG(level, fmt, ...) do { } while (0)
total: 0 errors, 2 warnings, 4 checks, 319 lines checked
Warning in drivers/net/intel/common/log.h:
Prefer RTE_LOG_LINE/RTE_LOG_DP_LINE
More information about the test-report
mailing list