[dpdk-test-report] |WARNING| pw60640 [PATCH v2 07/10] app/test: add aesni_mb security cpu crypto perftest

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 7 18:30:41 CEST 2019


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#185: FILE: app/test/test_security_cpu_crypto.c:1273:
+#define all_block_cipher_perf_test_cases				\
+	TEST_EXPAND(_AES_CBC, 128, _NULL, 0, 0, TOP_ENC)		\
+	TEST_EXPAND(_NULL, 0, _SHA1_HMAC, 160, 20, TOP_AUTH_GEN)	\
+	TEST_EXPAND(_AES_CBC, 128, _SHA1_HMAC, 160, 20, TOP_ENC_AUTH)

total: 1 errors, 0 warnings, 203 lines checked


More information about the test-report mailing list