[dpdk-test-report] |WARNING| pw80354 [PATCH v5 2/2] test/crypto: add GMAC SGL tests

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 12 13:21:38 CEST 2020


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#335: FILE: app/test/test_cryptodev_aead_test_vectors.h:2617:
+/* Test vector used to test GMAC SGL with 16 segments
+   plaintext length = ~32KB / segment size = ~2 KB */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#335: FILE: app/test/test_cryptodev_aead_test_vectors.h:2617:
+   plaintext length = ~32KB / segment size = ~2 KB */

ERROR:CODE_INDENT: code indent should use tabs where possible
#357: FILE: app/test/test_cryptodev_aead_test_vectors.h:2639:
+                        0xb1, 0xba, 0xe7, 0x28, 0xd3, 0x95, 0x80, 0xd7,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#357: FILE: app/test/test_cryptodev_aead_test_vectors.h:2639:
+                        0xb1, 0xba, 0xe7, 0x28, 0xd3, 0x95, 0x80, 0xd7,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#358: FILE: app/test/test_cryptodev_aead_test_vectors.h:2640:
+                        0x2e, 0xf5, 0xd0, 0x20, 0x80, 0x95, 0x16, 0x97$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#358: FILE: app/test/test_cryptodev_aead_test_vectors.h:2640:
+                        0x2e, 0xf5, 0xd0, 0x20, 0x80, 0x95, 0x16, 0x97$

total: 2 errors, 4 warnings, 270 lines checked


More information about the test-report mailing list