automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Adam Dybkowski <adamx.dybkowski@intel.com>
Subject: [dpdk-test-report] |WARNING| pw63843 [PATCH v2 1/1] test/crypto: refactor unit tests into one combined array
Date: Fri, 13 Dec 2019 15:07:12 +0100 (CET)	[thread overview]
Message-ID: <20191213140712.1C67D1BF80@dpdk.org> (raw)
In-Reply-To: <20191212140942.8210-2-adamx.dybkowski@intel.com>

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1082: FILE: app/test/test_cryptodev.c:2146:
+		const unsigned auth_tag_len,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1084: FILE: app/test/test_cryptodev.c:2148:
+		unsigned data_pad_len,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1087: FILE: app/test/test_cryptodev.c:2151:
+		const unsigned cipher_len, const unsigned cipher_offset,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1087: FILE: app/test/test_cryptodev.c:2151:
+		const unsigned cipher_len, const unsigned cipher_offset,

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

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

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1384: FILE: app/test/test_cryptodev.c:2339:
+	unsigned plaintext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1385: FILE: app/test/test_cryptodev.c:2340:
+	unsigned plaintext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1499: FILE: app/test/test_cryptodev.c:2413:
+	unsigned plaintext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1500: FILE: app/test/test_cryptodev.c:2414:
+	unsigned plaintext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1599: FILE: app/test/test_cryptodev.c:2487:
+	unsigned plaintext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1600: FILE: app/test/test_cryptodev.c:2488:
+	unsigned plaintext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1693: FILE: app/test/test_cryptodev.c:2555:
+	unsigned plaintext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1694: FILE: app/test/test_cryptodev.c:2556:
+	unsigned plaintext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2052: FILE: app/test/test_cryptodev.c:2763:
+	unsigned plaintext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2053: FILE: app/test/test_cryptodev.c:2764:
+	unsigned plaintext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2367: FILE: app/test/test_cryptodev.c:2932:
+	unsigned plaintext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2368: FILE: app/test/test_cryptodev.c:2933:
+	unsigned plaintext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2639: FILE: app/test/test_cryptodev.c:3103:
+	unsigned ciphertext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2640: FILE: app/test/test_cryptodev.c:3104:
+	unsigned ciphertext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2782: FILE: app/test/test_cryptodev.c:3183:
+	unsigned ciphertext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2783: FILE: app/test/test_cryptodev.c:3184:
+	unsigned ciphertext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3257: FILE: app/test/test_cryptodev.c:3505:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3450: FILE: app/test/test_cryptodev.c:3632:
+	unsigned ciphertext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3451: FILE: app/test/test_cryptodev.c:3633:
+	unsigned ciphertext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3617: FILE: app/test/test_cryptodev.c:3703:
+	unsigned ciphertext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3618: FILE: app/test/test_cryptodev.c:3704:
+	unsigned ciphertext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#5071: FILE: app/test/test_cryptodev.c:4709:
+	unsigned plaintext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#5072: FILE: app/test/test_cryptodev.c:4710:
+	unsigned plaintext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#5276: FILE: app/test/test_cryptodev.c:4809:
+	unsigned plaintext_pad_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#5277: FILE: app/test/test_cryptodev.c:4810:
+	unsigned plaintext_len;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#13290: FILE: app/test/test_cryptodev.c:9548:
+	unsigned i, burst_len = NULL_BURST_LENGTH;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *'
#13372: FILE: app/test/test_cryptodev.c:9591:
+		unsigned *data = (unsigned *)rte_pktmbuf_append(m,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *'
#13372: FILE: app/test/test_cryptodev.c:9591:
+		unsigned *data = (unsigned *)rte_pktmbuf_append(m,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#13373: FILE: app/test/test_cryptodev.c:9592:
+				sizeof(unsigned));

total: 0 errors, 35 warnings, 19052 lines checked

           reply	other threads:[~2019-12-13 14:07 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20191212140942.8210-2-adamx.dybkowski@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191213140712.1C67D1BF80@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=adamx.dybkowski@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).