automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: SimonX Lu <simonx.lu@intel.com>
Subject: [dpdk-test-report] |WARNING| pw80690 [PATCH v1 4/8] net/ixgbe: define the mirror filter paser
Date: Wed, 14 Oct 2020 10:44:58 +0200 (CEST)	[thread overview]
Message-ID: <20201014084458.A7F5B1DD52@dpdk.org> (raw)
In-Reply-To: <20201014084131.72035-5-simonx.lu@intel.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'paser' may be misspelled - perhaps 'parser'?
#45: 
Subject: [dpdk-dev] [PATCH v1 4/8] net/ixgbe: define the mirror filter paser

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'act' - possible side-effects?
#81: FILE: drivers/net/ixgbe/ixgbe_flow.c:52:
+#define NEXT_ITEM_OF_ACTION(act, actions, index)			\
+	do {								\
+		act = (actions) + (index);				\
+		while (act->type == RTE_FLOW_ACTION_TYPE_VOID) {	\
+			(index)++;					\
+			act = (actions) + (index);			\
+		}							\
+	} while (0)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'actions' - possible side-effects?
#81: FILE: drivers/net/ixgbe/ixgbe_flow.c:52:
+#define NEXT_ITEM_OF_ACTION(act, actions, index)			\
+	do {								\
+		act = (actions) + (index);				\
+		while (act->type == RTE_FLOW_ACTION_TYPE_VOID) {	\
+			(index)++;					\
+			act = (actions) + (index);			\
+		}							\
+	} while (0)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'index' - possible side-effects?
#81: FILE: drivers/net/ixgbe/ixgbe_flow.c:52:
+#define NEXT_ITEM_OF_ACTION(act, actions, index)			\
+	do {								\
+		act = (actions) + (index);				\
+		while (act->type == RTE_FLOW_ACTION_TYPE_VOID) {	\
+			(index)++;					\
+			act = (actions) + (index);			\
+		}							\
+	} while (0)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'vlan_item' - possible side-effects?
#90: FILE: drivers/net/ixgbe/ixgbe_flow.c:61:
+#define GET_VLAN_ID_FROM_TCI(vlan_item, default_vid) \
+	((vlan_item) ? ntohs((vlan_item)->tci) & 0x0fff : (default_vid))

total: 0 errors, 1 warnings, 4 checks, 263 lines checked

           reply	other threads:[~2020-10-14  8:45 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20201014084131.72035-5-simonx.lu@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=20201014084458.A7F5B1DD52@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=simonx.lu@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).