[dpdk-test-report] |WARNING| pw96925 [PATCH V2 2/4] pipeline: add support for learner tables

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Aug 14 15:44:43 CEST 2021


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

_coding style issues_


ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#1283: FILE: lib/pipeline/rte_swx_pipeline.c:9465:
+		switch (a->instructions[i].type) {
+			case INSTR_LEARNER_LEARN:
[...]
+			case INSTR_LEARNER_FORGET:
[...]
+			default:

total: 1 errors, 0 warnings, 2626 lines checked


More information about the test-report mailing list