[dpdk-test-report] |WARNING| pw39048 [PATCH] AVX check

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 26 18:07:39 CEST 2018


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

_coding style issues_


ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")'
#39: 
diff -r ac0f646132b8 src/lib/librte_net/rte_net_crc.c

ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#40: 
--- a/src/lib/librte_net/rte_net_crc.c    Thu Apr 26 17:25:01 2018 +0200

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#48: FILE: src/lib/librte_net/rte_net_crc.c:215:
+   if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX)) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (3, 7)
#48: FILE: src/lib/librte_net/rte_net_crc.c:215:
+   if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX)) {
+       alg = RTE_NET_CRC_SSE42;

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#49: FILE: src/lib/librte_net/rte_net_crc.c:216:
+       alg = RTE_NET_CRC_SSE42;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#50: FILE: src/lib/librte_net/rte_net_crc.c:217:
+       rte_net_crc_sse42_init();$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#51: FILE: src/lib/librte_net/rte_net_crc.c:218:
+   }$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 3 errors, 5 warnings, 12 lines checked


More information about the test-report mailing list