[dpdk-test-report] |WARNING| pw25592 [PATCH 15/22] cryptodev: do not use AAD in wireless algorithms

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 21 17:48:57 CEST 2017


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#334: FILE: drivers/crypto/qat/qat_crypto.c:1036:
+				uint8_t *auth_IV_ptr_dst = (uint8_t *) rte_pktmbuf_prepend(

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#833: FILE: test/test/test_cryptodev.c:2070:
+		const uint8_t *iv, unsigned iv_len,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1054: FILE: test/test/test_cryptodev.c:2261:
+		const unsigned auth_len, const unsigned auth_offset)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1054: FILE: test/test/test_cryptodev.c:2261:
+		const unsigned auth_len, const unsigned auth_offset)

total: 0 errors, 4 warnings, 2009 lines checked


More information about the test-report mailing list