[dpdk-test-report] |WARNING| pw48633 [v2] crypto/aesni_mb: use architure independent marcos

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 11 13:31:06 CET 2018


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

_coding style issues_


ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files
#102: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_next.c

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#147: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_next.c:41:
+	unsigned i, length;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1058: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_next.c:952:
+	unsigned processed_jobs = 0;

ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files
#1345: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops_next.c

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1818: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops_next.c:469:
+	unsigned n = snprintf(qp->name, sizeof(qp->name),

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#2051: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h:20:
+#if IMB_VERSION_NUM < IMB_VERSION(0, 52, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#2055: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h:24:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#2083: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h:145:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#2094: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h:156:
+#if IMB_VERSION_NUM < IMB_VERSION(0, 52, 0)

ERROR:CODE_INDENT: code indent should use tabs where possible
#2104: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h:164:
+        /**< Ring for placing operations ready for processing */$

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#2124: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h:273:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 52, 0)

total: 3 errors, 8 warnings, 2071 lines checked


More information about the test-report mailing list