* [dpdk-test-report] |WARNING| pw24874 [PATCH v2] ethdev: moved bypass functions to ixgbe pmd
[not found] <1496071373-21907-1-git-send-email-radu.nicolau@intel.com>
@ 2017-05-29 15:27 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-05-29 15:27 UTC (permalink / raw)
To: test-report; +Cc: Radu Nicolau
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/24874
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#936: 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?
#951: 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?
#967: 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, 1249 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-05-29 15:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1496071373-21907-1-git-send-email-radu.nicolau@intel.com>
2017-05-29 15:27 ` [dpdk-test-report] |WARNING| pw24874 [PATCH v2] 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).