[dpdk-test-report] |WARNING| pw33351 [PATCH v3] app/testpmd: add option ring-bind-lcpu to bind Q with CPU

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 10 07:50:23 CET 2018


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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#239: FILE: app/test-pmd/testpmd.c:2454:
+	if (ring_bind_lcpu & RBL_BIND_LOCAL_MASK) {
+			if (ring_bind_lcpu & (RBL_RING_NUMA_MASK | RBL_PORT_NUMA_MASK)) {

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 40)
#240: FILE: app/test-pmd/testpmd.c:2455:
+			if (ring_bind_lcpu & (RBL_RING_NUMA_MASK | RBL_PORT_NUMA_MASK)) {
+					printf("ring-bind-lcpu option is suppressed by "

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 40)
#244: FILE: app/test-pmd/testpmd.c:2459:
+			} else {
+					printf("RingBuffer bind with local CPU selected
");

total: 0 errors, 3 warnings, 202 lines checked


More information about the test-report mailing list