|WARNING| pw115469 [PATCH 7/7] examples/pipeline: add CLI commands for direct meters
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Aug 26 12:37:43 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/115469
_coding style issues_
WARNING:MISSING_SPACE: break quoted strings at a space character
#83: FILE: examples/pipeline/cli.c:2109:
+"pipeline <pipeline_name> meter <meter_array_name> reset"
+ "index from <index0> to <index1>"
WARNING:MISSING_SPACE: break quoted strings at a space character
#382: FILE: examples/pipeline/cli.c:2364:
+"pipeline <pipeline_name> meter <meter_array_name> stats"
+ "index from <index0> to <index1>"
WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#491: FILE: examples/pipeline/cli.c:2461:
+ snprintf(out, out_size, "Pipeline meter stats error at index %u.
", idx0);
total: 0 errors, 3 warnings, 544 lines checked
More information about the test-report
mailing list