[dpdk-test-report] |WARNING| pw49177 [v4, 2/3] crypto/aesni_mb: use architecture independent macros

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Dec 20 12:58:36 CET 2018


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

_coding style issues_


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

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

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1829: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.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
#2062: 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
#2066: 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
#2094: 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
#2105: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h:156:
+#if IMB_VERSION_NUM < IMB_VERSION(0, 52, 0)

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

total: 0 errors, 8 warnings, 2081 lines checked


More information about the test-report mailing list