[dpdk-test-report] |WARNING| pw25573 [PATCH 5/9] test/crypto: use existing algorithm strings

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 21 16:43:15 CEST 2017


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#126: FILE: test/test/test_cryptodev_perf.c:3748:
+				rte_crypto_cipher_algorithm_strings[params_set[i].cipher_algo],

WARNING:LONG_LINE: line over 90 characters
#127: FILE: test/test/test_cryptodev_perf.c:3749:
+				rte_crypto_auth_algorithm_strings[params_set[i].auth_algo],

WARNING:LONG_LINE: line over 90 characters
#137: FILE: test/test/test_cryptodev_perf.c:3801:
+				rte_crypto_cipher_algorithm_strings[params_set[i].cipher_algo],

WARNING:LONG_LINE: line over 90 characters
#138: FILE: test/test/test_cryptodev_perf.c:3802:
+				rte_crypto_auth_algorithm_strings[params_set[i].auth_algo],

WARNING:LONG_LINE: line over 90 characters
#148: FILE: test/test/test_cryptodev_perf.c:3887:
+				rte_crypto_cipher_algorithm_strings[params_set[i].cipher_algo],

WARNING:LONG_LINE: line over 90 characters
#149: FILE: test/test/test_cryptodev_perf.c:3888:
+				rte_crypto_auth_algorithm_strings[params_set[i].auth_algo],

WARNING:LONG_LINE: line over 90 characters
#159: FILE: test/test/test_cryptodev_perf.c:4027:
+				rte_crypto_cipher_algorithm_strings[params_set[i].cipher_algo],

WARNING:LONG_LINE: line over 90 characters
#160: FILE: test/test/test_cryptodev_perf.c:4028:
+				rte_crypto_auth_algorithm_strings[params_set[i].auth_algo],

WARNING:LONG_LINE: line over 90 characters
#170: FILE: test/test/test_cryptodev_perf.c:4563:
+				rte_crypto_cipher_algorithm_strings[params_set.cipher_algo],

total: 0 errors, 9 warnings, 139 lines checked


More information about the test-report mailing list