automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw24893 [PATCH v3] ethdev: moved bypass functions to ixgbe pmd
       [not found] <1496229025-19879-1-git-send-email-radu.nicolau@intel.com>
@ 2017-05-31 11:14 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-05-31 11:14 UTC (permalink / raw)
  To: test-report; +Cc: Radu Nicolau

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#966: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:628:
+#define RTE_PMD_IXGBE_BYPASS_MODE_VALID(x)        \
+	((x) > RTE_PMD_IXGBE_BYPASS_MODE_NONE &&  \
+	(x) < RTE_PMD_IXGBE_BYPASS_MODE_NUM)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#981: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:643:
+#define RTE_PMD_IXGBE_BYPASS_EVENT_VALID(x)       \
+	((x) > RTE_PMD_IXGBE_BYPASS_EVENT_NONE && \
+	(x) < RTE_PMD_IXGBE_BYPASS_MODE_NUM)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#997: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:659:
+#define RTE_PMD_IXGBE_BYPASS_TMT_VALID(x)       \
+	((x) == RTE_PMD_IXGBE_BYPASS_TMT_OFF || \
+	((x) > RTE_PMD_IXGBE_BYPASS_TMT_OFF &&  \
+	(x) < RTE_PMD_IXGBE_BYPASS_TMT_NUM))

total: 0 errors, 0 warnings, 1276 lines checked

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

only message in thread, other threads:[~2017-05-31 11:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1496229025-19879-1-git-send-email-radu.nicolau@intel.com>
2017-05-31 11:14 ` [dpdk-test-report] |WARNING| pw24893 [PATCH v3] ethdev: moved bypass functions to ixgbe pmd 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).