[dpdk-test-report] |WARNING| pw77375 [PATCH 1/3] crypto/aesni_mb: support ZUC-EEA3/EIA3

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 11 13:20:06 CEST 2020


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

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

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

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

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

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

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

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

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:1211:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

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:1235:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

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:1342:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

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

total: 0 errors, 12 warnings, 403 lines checked


More information about the test-report mailing list