[dpdk-test-report] |WARNING| pw24247 [PATCH RFC v2 3/3] cryptodev: added asym queue pair and session apis

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 11 14:38:03 CEST 2017


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


More information about the test-report mailing list