|WARNING| pw162068 [PATCH v2] test/flow: add support for async API

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 2 09:07:27 CET 2026


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

_coding style issues_


ERROR:OPEN_BRACE: that open brace { should be on the previous line
#257: FILE: app/test-flow-perf/actions_gen.c:1243:
+		.src =
+			{

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#401: FILE: app/test-flow-perf/actions_gen.c:1387:
+			default:;

WARNING:DEFAULT_NO_BREAK: switch default: should use break
#401: FILE: app/test-flow-perf/actions_gen.c:1387:
+			default:;

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#479: FILE: app/test-flow-perf/async_flow.c:8:
+#include <stdio.h>
           ^^^^^

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#1040: FILE: app/test-flow-perf/async_flow.c:569:
+	 * so we multiply by the number of rules to have correct number */

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#1698: FILE: app/test-flow-perf/main.c:1783:
+		if ((pulled = push_pull_flows_async(port_id, queue_id, core_id, enqueued, false,

total: 3 errors, 3 warnings, 1632 lines checked


More information about the test-report mailing list