[dpdk-test-report] |WARNING| pw48315 crypto/aesni_mb: use of archtecture independent macros

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Nov 23 15:04:25 CET 2018


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

_coding style issues_


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

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

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

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

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

total: 0 errors, 5 warnings, 524 lines checked


More information about the test-report mailing list