automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw62176 [PATCH v2 1/3] ethdev: identify SR-IOV VF from host
       [not found] <20191029185051.32203-2-thomas@monjalon.net>
@ 2019-11-04 11:00 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-11-04 11:00 UTC (permalink / raw)
  To: test-report; +Cc: Thomas Monjalon

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#200: FILE: lib/librte_ethdev/rte_ethdev.h:1348:
+#define RTE_ETH_VALID_ID_OR_ERR_RET(port_id, retval) do { \
+	if (!rte_eth_dev_is_valid(port_id, 1)) { \
+		RTE_ETHDEV_LOG(ERR, "Invalid port_id=%u
", port_id); \
+		return retval; \
+	} \
+} while (0)

total: 0 errors, 1 warnings, 128 lines checked

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

only message in thread, other threads:[~2019-11-04 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191029185051.32203-2-thomas@monjalon.net>
2019-11-04 11:00 ` [dpdk-test-report] |WARNING| pw62176 [PATCH v2 1/3] ethdev: identify SR-IOV VF from host 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).