|WARNING| pw166533 [PATCH v6] graph: add optional profiling stats
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jul 3 15:15:48 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/166533
_coding style issues_
ERROR:C99_COMMENTS: do not use C99 // comments
#95: FILE: config/rte_config.h:109:
+// RTE_GRAPH_PROFILE is not set
WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#134: FILE: lib/graph/graph_debug.c:111:
+ uint16_t idx_objs = (const uint16_t []){0, 1, 32, RTE_GRAPH_BURST_SIZE}[idx];
ERROR:SPACING: space required after that close brace '}'
#134: FILE: lib/graph/graph_debug.c:111:
+ uint16_t idx_objs = (const uint16_t []){0, 1, 32, RTE_GRAPH_BURST_SIZE}[idx];
total: 2 errors, 1 warnings, 137 lines checked
More information about the test-report
mailing list