[dpdk-test-report] |WARNING| pw84572 [PATCH 2/4] app/flow-perf: add multiple cores insertion and deletion

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 26 12:17:08 CET 2020


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

_coding style issues_


WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#1296: FILE: app/test-flow-perf/main.c:1158:
+		insertion_latency = ((double) (mc_pool.rules_count / insertion_latency_time) / 1000);

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#1301: FILE: app/test-flow-perf/main.c:1163:
+		insertion_throughput = ((double) (mc_pool.rules_count / insertion_throughput_time) / 1000);

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#1302: FILE: app/test-flow-perf/main.c:1164:
+		deletion_throughput = ((double) (mc_pool.rules_count / deletion_throughput_time) / 1000);

total: 0 errors, 3 warnings, 1224 lines checked


More information about the test-report mailing list