[dpdk-test-report] |WARNING| pw43704 [5/5] crypto/aesni_mb: support large HMAC key sizes

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Aug 14 10:45:50 CEST 2018


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#53: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:100:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#71: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:127:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#85: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:160:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#102: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:196:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#119: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:232:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#136: FILE: drivers/crypto/aesni_mb/aesni_mb_ops.h:268:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#174: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:187:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#187: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:200:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#200: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:213:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#213: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:226:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#226: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:239:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#267: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:51:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#279: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:82:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#291: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:113:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#303: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:144:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#315: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c:175:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 50, 0)

total: 0 errors, 16 warnings, 281 lines checked


More information about the test-report mailing list