[dpdk-test-report] |WARNING| pw74120 [PATCH v3 4/5] app/mp_crypto: add enqueue-dequeue functions

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 15 17:52:03 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'Aquire' may be misspelled - perhaps 'Acquire'?
#267: FILE: app/test-mp-crypto/main.c:733:
+		/* Aquire session */

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#497: FILE: app/test-mp-crypto/main.c:963:
+			break;
+		else

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#509: FILE: app/test-mp-crypto/main.c:975:
+			break;
+		else

WARNING:LONG_LINE: line over 100 characters
#579: FILE: app/test-mp-crypto/main.c:1045:
+					"error when checking status of %"PRIu64" packet out of last %"PRIu64" packets",

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'session_vectors[vectors[vector_number].session'
#730: FILE: app/test-mp-crypto/mp_crypto.c:101:
+		RTE_ALIGN_CEIL(session_vectors[vectors[vector_number].
+				session].aad_len, 16);

total: 0 errors, 5 warnings, 951 lines checked


More information about the test-report mailing list