automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| [PATCH 2/4] eventdev: implement the northbound APIs
       [not found] <1479447902-3700-3-git-send-email-jerin.jacob@caviumnetworks.com>
@ 2016-11-18  5:46 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2016-11-18  5:46 UTC (permalink / raw)
  To: test-report; +Cc: Jerin Jacob

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#1538: FILE: lib/librte_eventdev/rte_eventdev_pmd.h:78:
+#define RTE_EVENTDEV_VALID_DEVID_OR_ERR_RET(dev_id, retval) do { \
+	if (!rte_eventdev_pmd_is_valid_dev((dev_id))) { \
+		EDEV_LOG_ERR("Invalid dev_id=%d
", dev_id); \
+		return retval; \
+	} \
+} while (0)

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#1545: FILE: lib/librte_eventdev/rte_eventdev_pmd.h:85:
+#define RTE_EVENTDEV_VALID_DEVID_OR_RET(dev_id) do { \
+	if (!rte_eventdev_pmd_is_valid_dev((dev_id))) { \
+		EDEV_LOG_ERR("Invalid dev_id=%d
", dev_id); \
+		return; \
+	} \
+} while (0)

total: 0 errors, 2 warnings, 1844 lines checked

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

only message in thread, other threads:[~2016-11-18  5:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1479447902-3700-3-git-send-email-jerin.jacob@caviumnetworks.com>
2016-11-18  5:46 ` [dpdk-test-report] |WARNING| [PATCH 2/4] eventdev: implement the northbound APIs 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).