automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw80690 [PATCH v1 4/8] net/ixgbe: define the mirror filter paser
       [not found] <20201014084131.72035-5-simonx.lu@intel.com>
@ 2020-10-14  8:44 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-10-14  8:44 UTC (permalink / raw)
  To: test-report; +Cc: SimonX Lu

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

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

only message in thread, other threads:[~2020-10-14  8:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201014084131.72035-5-simonx.lu@intel.com>
2020-10-14  8:44 ` [dpdk-test-report] |WARNING| pw80690 [PATCH v1 4/8] net/ixgbe: define the mirror filter paser 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).