|WARNING| pw123297 [PATCH V2] pipeline: add RSS support
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Feb 7 16:31:21 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/123297
_coding style issues_
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#209: FILE: examples/pipeline/examples/rss.cli:5:
+# ./build/examples/dpdk-pipeline -l0-1 -- -s ./examples/pipeline/examples/rss.cli
ERROR:CODE_INDENT: code indent should use tabs where possible
#1089: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2061:
+ if (!s)$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1089: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2061:
+ if (!s)$
ERROR:CODE_INDENT: code indent should use tabs where possible
#1090: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2062:
+ return;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1090: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2062:
+ return;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#1092: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2064:
+ free(s->name);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1092: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2064:
+ free(s->name);$
ERROR:CODE_INDENT: code indent should use tabs where possible
#1093: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2065:
+ s->name = NULL;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1093: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2065:
+ s->name = NULL;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#1253: FILE: lib/pipeline/rte_swx_pipeline_spec.h:180:
+ char *name;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1253: FILE: lib/pipeline/rte_swx_pipeline_spec.h:180:
+ char *name;$
total: 5 errors, 6 warnings, 1116 lines checked
More information about the test-report
mailing list