[dpdk-test-report] |WARNING| pw68156 [PATCH v4 2/2] test/crypto: Add AES-256 DOCSIS test vectors

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 10 17:19:14 CEST 2020


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#103: FILE: app/test/test_cryptodev_aes_test_vectors.h:2751:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#115: FILE: app/test/test_cryptodev_aes_test_vectors.h:2763:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#127: FILE: app/test/test_cryptodev_aes_test_vectors.h:2775:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#139: FILE: app/test/test_cryptodev_aes_test_vectors.h:2787:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#151: FILE: app/test/test_cryptodev_aes_test_vectors.h:2799:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#163: FILE: app/test/test_cryptodev_aes_test_vectors.h:2811:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#176: FILE: app/test/test_cryptodev_aes_test_vectors.h:2824:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#189: FILE: app/test/test_cryptodev_aes_test_vectors.h:2837:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#202: FILE: app/test/test_cryptodev_aes_test_vectors.h:2850:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#215: FILE: app/test/test_cryptodev_aes_test_vectors.h:2863:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#228: FILE: app/test/test_cryptodev_aes_test_vectors.h:2876:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#241: FILE: app/test/test_cryptodev_aes_test_vectors.h:2889:
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)

total: 0 errors, 12 warnings, 166 lines checked


More information about the test-report mailing list