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| pw63788 [PATCH 1/1] test/crypto: refactor unit tests into one combined array
Date: Thu, 12 Dec 2019 10:58:03 +0100 (CET)	[thread overview]
Message-ID: <20191212095803.DAB841BF6C@dpdk.org> (raw)
In-Reply-To: <20191211161015.9845-2-adamx.dybkowski@intel.com>

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

_coding style issues_


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

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

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1081: 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'
#1081: 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'
#1082: 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'
#1082: 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'
#1378: FILE: app/test/test_cryptodev.c:2339:
+	unsigned plaintext_pad_len;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#13284: 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 *'
#13366: 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 *'
#13366: 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'
#13367: FILE: app/test/test_cryptodev.c:9592:
+				sizeof(unsigned));

total: 0 errors, 35 warnings, 19052 lines checked

           reply	other threads:[~2019-12-12  9:58 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20191211161015.9845-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=20191212095803.DAB841BF6C@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).