|WARNING| pw113984 [20.11 PATCH v1 1/2] eal: add lcore busyness telemetry

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jul 15 15:13:29 CEST 2022


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

_coding style issues_


WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#248: FILE: lib/librte_distributor/rte_distributor.c:144:
+								 worker_id, return_count ? oldpkt[0] : NULL);

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#689: FILE: lib/librte_eal/include/rte_lcore.h:540:
+	while (0) {}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#689: FILE: lib/librte_eal/include/rte_lcore.h:540:
+	while (0) {}

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#761: FILE: lib/librte_eventdev/rte_eventdev.h:1672:
+		return nb_evts;
+	} else {

total: 1 errors, 3 warnings, 601 lines checked


More information about the test-report mailing list