[dpdk-test-report] |WARNING| pw76157 [PATCH 07/13] app/flow-perf: add raw encap/decap actions support

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 9 01:23:14 CEST 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/76157

_coding style issues_


WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#622: FILE: app/test-flow-perf/main.c:618:
+						if (strcmp(flow_options[i].str, token) == 0) {

WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#628: FILE: app/test-flow-perf/main.c:624:
+						if (i == (RTE_DIM(flow_options) - 1)) {

WARNING:LONG_LINE: line over 100 characters
#629: FILE: app/test-flow-perf/main.c:625:
+							fprintf(stderr, "Invalid encap item: %s
", token);

WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#648: FILE: app/test-flow-perf/main.c:644:
+						if (strcmp(flow_options[i].str, token) == 0) {

WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#654: FILE: app/test-flow-perf/main.c:650:
+						if (i == (RTE_DIM(flow_options) - 1)) {

WARNING:LONG_LINE: line over 100 characters
#655: FILE: app/test-flow-perf/main.c:651:
+							fprintf(stderr, "Invalid decap item: %s
", token);

total: 0 errors, 6 warnings, 533 lines checked


More information about the test-report mailing list