[dpdk-test-report] |WARNING| pw27992 [PATCH] crypto/ccp: Add support for AMD CCP Crypto poll mode driver

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 25 17:47:33 CEST 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#13: 
The CCP poll mode driver library (librte_pmd_ccp) implements support for AMD’s cryptographic co-processor (CCP). The CCP PMD is a virtual crypto poll mode driver which schedules crypto operations to one or more available CCP hardware engines on the platform. The CCP PMD provides poll mode crypto driver support for the following hardware accelerator devices:

ERROR:TRAILING_WHITESPACE: trailing whitespace
#95: FILE: MAINTAINERS:589:
+AMD CCP Crypto PMD $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#334: FILE: doc/guides/cryptodevs/features/default.ini:67:
+SHA3_224     = $

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#555: FILE: drivers/crypto/ccp/ccp_crypto.c:104:
+extern uint8_t cryptodev_driver_id;

total: 2 errors, 2 warnings, 6815 lines checked


More information about the test-report mailing list