|WARNING| pw126252 [PATCH] crypto/openssl: add aes-xts support

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 19 01:11:08 CEST 2023


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#78: 
Add aes-128-xts and aes-256-xts support for crypto openssl pmd. As xts mode we got 2 key, the key length is multiplied by two, i.e. 32 and 64.

ERROR:C99_COMMENTS: do not use C99 // comments
#149: FILE: drivers/crypto/openssl/rte_openssl_pmd_ops.c:322:
+					.increment = 32	// only 32 & 64 (128/256-bit)

total: 1 errors, 1 warnings, 59 lines checked


More information about the test-report mailing list