automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
Subject: [dpdk-test-report] |WARNING| pw25276 [PATCH v6 2/2] ethdev: add traffic management API
Date: Mon, 12 Jun 2017 15:36:40 +0200 (CEST)	[thread overview]
Message-ID: <20170612133641.065822BD1@dpdk.org> (raw)
In-Reply-To: <1497274539-187029-3-git-send-email-cristian.dumitrescu@intel.com>

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

_coding style issues_


WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#352: FILE: lib/librte_ether/rte_tm.c:61:
+			ENOSYS,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#355: FILE: lib/librte_ether/rte_tm.c:64:
+			rte_strerror(ENOSYS));

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#362: FILE: lib/librte_ether/rte_tm.c:71:
+#define RTE_TM_FUNC(port_id, func)				\
+({							\
+	const struct rte_tm_ops *ops =			\
+		rte_tm_ops_get(port_id, error);		\
+	if (ops == NULL)					\
+		return -rte_errno;			\
+							\
+	if (ops->func == NULL)				\
+		return -rte_tm_error_set(error,		\
+			ENOSYS,				\
+			RTE_TM_ERROR_TYPE_UNSPECIFIED,	\
+			NULL,				\
+			rte_strerror(ENOSYS));		\
+							\
+	ops->func;					\
+})

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#371: FILE: lib/librte_ether/rte_tm.c:80:
+			ENOSYS,				\

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#374: FILE: lib/librte_ether/rte_tm.c:83:
+			rte_strerror(ENOSYS));		\

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#2433: FILE: lib/librte_ether/rte_tm.h:1698:
+ *   0 on success, non-zero error code otherwise.
+  *

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#2434: FILE: lib/librte_ether/rte_tm.h:1699:
+  *
+ * @see struct rte_tm_capabilities::cman_wred_context_private_n_max

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#2435: FILE: lib/librte_ether/rte_tm.h:1700:
+ * @see struct rte_tm_capabilities::cman_wred_context_private_n_max
+*/

total: 0 errors, 8 warnings, 2782 lines checked

           reply	other threads:[~2017-06-12 13:36 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1497274539-187029-3-git-send-email-cristian.dumitrescu@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=20170612133641.065822BD1@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=cristian.dumitrescu@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).