automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw24091 [PATCH RFC] cryptodev: make crypto session device independent
       [not found] <1493911874-5888-1-git-send-email-tomaszx.kulasek@intel.com>
@ 2017-05-04 15:33 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-05-04 15:33 UTC (permalink / raw)
  To: test-report; +Cc: Tomasz Kulasek

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#71: 
                                  SESSION MEMPOOL <---|---> DEVICE INSTANCES

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#275: FILE: lib/librte_cryptodev/rte_cryptodev.c:1278:
+	 *        for simplification */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#356: FILE: lib/librte_cryptodev/rte_cryptodev.c:1343:
+			//RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->session_get_size, -ENOTSUP);

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#614: FILE: lib/librte_cryptodev/rte_cryptodev.h:871:
+	uint32_t sess_mask;           /**< Mask containing which private data
+					   is set (faster free) */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#614: FILE: lib/librte_cryptodev/rte_cryptodev.h:871:
+					   is set (faster free) */

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#616: FILE: lib/librte_cryptodev/rte_cryptodev.h:873:
+	void *sess_private_data[32];  /**< Device type specific session private
+					   data */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#616: FILE: lib/librte_cryptodev/rte_cryptodev.h:873:
+					   data */

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#732: FILE: lib/librte_cryptodev/rte_cryptodev.h:958:
+#define rte_cryptodev_sym_sess_get_private_data(type, sess, id) \
+	(type *)get_session_private_data(sess, id)

total: 1 errors, 7 warnings, 501 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-04 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1493911874-5888-1-git-send-email-tomaszx.kulasek@intel.com>
2017-05-04 15:33 ` [dpdk-test-report] |WARNING| pw24091 [PATCH RFC] cryptodev: make crypto session device independent checkpatch

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).