automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Umesh Kartha <Umesh.Kartha@caviumnetworks.com>
Subject: [dpdk-test-report] |WARNING| pw24247 [PATCH RFC v2 3/3] cryptodev: added asym queue pair and session apis
Date: Thu, 11 May 2017 14:38:03 +0200 (CEST)	[thread overview]
Message-ID: <20170511123803.0FA605A8D@dpdk.org> (raw)
In-Reply-To: <1494506132-23107-4-git-send-email-Umesh.Kartha@caviumnetworks.com>

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#62: FILE: librte_cryptodev/rte_cryptodev.c:1338:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#146: FILE: librte_cryptodev/rte_cryptodev.c:1463:
+		unsigned nb_objs, unsigned obj_cache_size, int socket_id);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#146: FILE: librte_cryptodev/rte_cryptodev.c:1463:
+		unsigned nb_objs, unsigned obj_cache_size, int socket_id);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#193: FILE: librte_cryptodev/rte_cryptodev.c:1617:
+					(unsigned)dev_id);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#245: FILE: librte_cryptodev/rte_cryptodev.c:1889:
+		__rte_unused unsigned i)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#269: FILE: librte_cryptodev/rte_cryptodev.c:1968:
+		unsigned nb_objs, unsigned obj_cache_size, int socket_id)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#269: FILE: librte_cryptodev/rte_cryptodev.c:1968:
+		unsigned nb_objs, unsigned obj_cache_size, int socket_id)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#272: FILE: librte_cryptodev/rte_cryptodev.c:1971:
+	unsigned priv_sess_size;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#274: FILE: librte_cryptodev/rte_cryptodev.c:1973:
+	unsigned n = snprintf(mp_name, sizeof(mp_name), "cdev_%d_sess_mp",

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#291: FILE: librte_cryptodev/rte_cryptodev.c:1990:
+	unsigned elt_size = sizeof(struct rte_cryptodev_asym_session) +

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#496: FILE: librte_cryptodev/rte_cryptodev.h:679:
+		unsigned max_nb_sessions;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#643: FILE: librte_cryptodev/rte_cryptodev_pmd.h:343:
+		struct rte_cryptodev *dev, unsigned nb_objs,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#644: FILE: librte_cryptodev/rte_cryptodev_pmd.h:344:
+		unsigned obj_cache_size, int socket_id);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#661: FILE: librte_cryptodev/rte_cryptodev_pmd.h:368:
+typedef unsigned (*cryptodev_asym_get_session_private_size_t)(

total: 0 errors, 14 warnings, 735 lines checked

           reply	other threads:[~2017-05-11 12:38 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1494506132-23107-4-git-send-email-Umesh.Kartha@caviumnetworks.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=20170511123803.0FA605A8D@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=Umesh.Kartha@caviumnetworks.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).