[dpdk-test-report] |WARNING| pw36720 [PATCH v4 37/49] ip_pipeline: add cli for bulk entries to pipeline table

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 29 20:41:13 CEST 2018


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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#194: FILE: examples/ip_pipeline/cli.c:4071:
 		if ((n_tokens >= 7) &&
[...]
+				cmd_pipeline_table_rule_add_bulk(tokens,

WARNING:LONG_LINE: line over 90 characters
#515: FILE: examples/ip_pipeline/thread.c:1870:
+			(struct rte_pipeline_table_entry *)&action_ll[i * TABLE_RULE_ACTION_SIZE_MAX];

total: 0 errors, 2 warnings, 624 lines checked


More information about the test-report mailing list