[dpdk-test-report] |WARNING| pw62492 [RFC 3/4] cryptodev: introduce cpu-crypto API

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Nov 5 19:43:56 CET 2019


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#93: FILE: lib/librte_cryptodev/rte_crypto_sym.h:170:
+         * CPU-CRYPTO specific data, should be set properly when$

ERROR:CODE_INDENT: code indent should use tabs where possible
#104: FILE: lib/librte_cryptodev/rte_crypto_sym.h:423:
+         * CPU-CRYPTO specific data, should be set properly when$

ERROR:SPACING: space required after that ',' (ctx:VxO)
#137: FILE: lib/librte_cryptodev/rte_cryptodev.c:1628:
+	RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->sym_cpu_process,-ENOTSUP);
 	                                                      ^

ERROR:SPACING: space required before that '-' (ctx:OxV)
#137: FILE: lib/librte_cryptodev/rte_cryptodev.c:1628:
+	RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->sym_cpu_process,-ENOTSUP);
 	                                                       ^

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#177: FILE: lib/librte_cryptodev/rte_cryptodev.h:1294:
+ *
+*/

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#210: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.h:326:
+ *
+*/

total: 4 errors, 2 warnings, 119 lines checked
Please only put __rte_experimental tags in headers (b/lib/librte_cryptodev/rte_cryptodev.c)


More information about the test-report mailing list