[dpdk-test-report] |WARNING| pw18513 [PATCH] examples/ip_pipeline: fix coremask limitation

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 23 22:21:29 CET 2016


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#88: FILE: examples/ip_pipeline/app.h:1369:
+                 (1LLU << (lcore_id % 64)));$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#88: FILE: examples/ip_pipeline/app.h:1369:
+                 (1LLU << (lcore_id % 64)));$

ERROR:SPACING: need consistent spacing around '/' (ctx:VxW)
#126: FILE: examples/ip_pipeline/init.c:82:
+#define APP_CORE_MASK_STRING_SIZE ((64 * APP_CORE_MASK_SIZE)/ 8 * 2 + 1)
                                                             ^

total: 2 errors, 1 warnings, 125 lines checked


More information about the test-report mailing list