[dpdk-test-report] |WARNING| pw40688 [PATCH 2/2] examples/l3fw-power: add high/regular performance cores option

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 7 16:14:34 CEST 2018


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#21: 
'--high-perf-cores CORELIST' option allow the user to specify a high performance

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#113: FILE: examples/l3fwd-power/main.c:174:
+struct lcore_params * lcore_params = lcore_params_array_default;

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#395: FILE: examples/l3fwd-power/perf_core.c:126:
+		if ((p0 = strchr(p, ')')) == NULL)

total: 2 errors, 1 warnings, 422 lines checked


More information about the test-report mailing list