[dpdk-test-report] |WARNING| pw31752 [PATCH RFC] eventdev: add crypto adapter API header

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Nov 29 12:43:54 CET 2017


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#33: 
>  lib/librte_eventdev/rte_event_crypto_adapter.h | 474 +++++++++++++++++++++++++

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#223: FILE: lib/librte_cryptodev/rte_crypto.h:120:
+ Crypto completion event attribute. For _session less_ crypto enqueue operation,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#224: FILE: lib/librte_cryptodev/rte_crypto.h:121:
+ The will field shall be used by application to post the crypto completion event$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#225: FILE: lib/librte_cryptodev/rte_crypto.h:122:
+ upon the crypto enqueue operation complete.$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#251: FILE: lib/librte_cryptodev/rte_cryptodev.h:949:
+ Create PMD specific session meta data for the destination event queue$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#252: FILE: lib/librte_cryptodev/rte_cryptodev.h:950:
+ attribute to post the crypto completion event on crypto work complete.$

ERROR:CODE_INDENT: code indent should use tabs where possible
#256: FILE: lib/librte_cryptodev/rte_cryptodev.h:954:
+                       struct rte_cryptodev_sym_session *sess,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#256: FILE: lib/librte_cryptodev/rte_cryptodev.h:954:
+                       struct rte_cryptodev_sym_session *sess,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#257: FILE: lib/librte_cryptodev/rte_cryptodev.h:955:
+                       struct rte_crypto_sym_xform *xforms,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#257: FILE: lib/librte_cryptodev/rte_cryptodev.h:955:
+                       struct rte_crypto_sym_xform *xforms,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#258: FILE: lib/librte_cryptodev/rte_cryptodev.h:956:
+                       struct rte_mempool *mempool,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#258: FILE: lib/librte_cryptodev/rte_cryptodev.h:956:
+                       struct rte_mempool *mempool,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#259: FILE: lib/librte_cryptodev/rte_cryptodev.h:957:
+                       struct rte_event ev);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#259: FILE: lib/librte_cryptodev/rte_cryptodev.h:957:
+                       struct rte_event ev);$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 5 errors, 10 warnings, 22 lines checked


More information about the test-report mailing list