automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw83497 [RFC v2 2/6] net/i40e: define the mirror filter parser
       [not found] <20201103082809.41149-3-stevex.yang@intel.com>
@ 2020-11-03  8:31 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-11-03  8:31 UTC (permalink / raw)
  To: test-report; +Cc: Steve Yang

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'act' - possible side-effects?
#90: FILE: drivers/net/i40e/i40e_flow.c:1874:
+#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?
#90: FILE: drivers/net/i40e/i40e_flow.c:1874:
+#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?
#90: FILE: drivers/net/i40e/i40e_flow.c:1874:
+#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?
#99: FILE: drivers/net/i40e/i40e_flow.c:1883:
+#define GET_VLAN_ID_FROM_TCI(vlan_item, default_vid) \
+	((vlan_item) ? ntohs(vlan_item->tci) & 0x0fff : (default_vid))

total: 0 errors, 0 warnings, 285 lines checked

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

only message in thread, other threads:[~2020-11-03  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201103082809.41149-3-stevex.yang@intel.com>
2020-11-03  8:31 ` [dpdk-test-report] |WARNING| pw83497 [RFC v2 2/6] net/i40e: define the mirror filter parser 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).