[dpdk-test-report] |WARNING| pw25599 [PATCH 21/22] cryptodev: use AES-GCM/CCM as AEAD algorithms

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 21 17:49:18 CEST 2017


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

_coding style issues_


WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#287: FILE: app/test-crypto-perf/cperf_options.h:39:
+#define CPERF_DIGEST_SZ ^I("digest-sz")$

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2827: FILE: examples/l2fwd-crypto/main.c:177:
+	unsigned aead_key_param;

WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#3228: FILE: examples/l2fwd-crypto/main.c:1852:
+						if (check_type(options, &dev_info) == 0)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#4135: FILE: test/test/test_cryptodev_perf.c:133:
+	unsigned key_length;

total: 0 errors, 4 warnings, 4621 lines checked


More information about the test-report mailing list