|WARNING| pw168122 [RFC PATCH 2/3] app/test-mempool-perf: add perf test logic

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 20 16:25:37 CEST 2026


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

_coding style issues_


ERROR:SPACING: need consistent spacing around '+' (ctx:WxV)
#212: FILE: app/test-mempool-perf/main.c:318:
+	for (i = 0; i < rf / 2; i++) delta[i] = +1;
 	                                        ^

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#212: FILE: app/test-mempool-perf/main.c:318:
+	for (i = 0; i < rf / 2; i++) delta[i] = +1;

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#213: FILE: app/test-mempool-perf/main.c:319:
+	for (i = rf / 2; i < rf; i++) delta[i] = -1;

total: 3 errors, 0 warnings, 331 lines checked
Please use __rte_cache_aligned only for struct or union types alignment.


More information about the test-report mailing list