[dpdk-test-report] |WARNING| pw25892 [PATCH v2 1/4] crypto/aesni_gcm: migrate to Multi-buffer library

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 29 23:55:51 CEST 2017


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#260: FILE: drivers/crypto/aesni_gcm/aesni_gcm_ops.h:96:
+#define AES_GCM_FN(keylen, arch) \
+aes_gcm_enc_##keylen##_##arch,\
+aes_gcm_dec_##keylen##_##arch,\
+aes_gcm_pre_##keylen##_##arch,\
+aes_gcm_init_##keylen##_##arch,\
+aes_gcm_enc_##keylen##_update_##arch,\
+aes_gcm_dec_##keylen##_update_##arch,\
+aes_gcm_enc_##keylen##_finalize_##arch,

total: 1 errors, 0 warnings, 590 lines checked


More information about the test-report mailing list