automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw18316 [PATCH v4 3/6] eventdev: implement the northbound APIs
       [not found] <1482312326-2589-4-git-send-email-jerin.jacob@caviumnetworks.com>
@ 2016-12-21  9:26 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2016-12-21  9:26 UTC (permalink / raw)
  To: test-report; +Cc: Jerin Jacob

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#1427: FILE: lib/librte_eventdev/rte_eventdev_pmd.h:78:
+#define RTE_EVENTDEV_VALID_DEVID_OR_ERR_RET(dev_id, retval) do { \
+	if (!rte_event_pmd_is_valid_dev((dev_id))) { \
+		RTE_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
#1434: FILE: lib/librte_eventdev/rte_eventdev_pmd.h:85:
+#define RTE_EVENTDEV_VALID_DEVID_OR_RET(dev_id) do { \
+	if (!rte_event_pmd_is_valid_dev((dev_id))) { \
+		RTE_EDEV_LOG_ERR("Invalid dev_id=%d
", dev_id); \
+		return; \
+	} \
+} while (0)

total: 0 errors, 2 warnings, 1372 lines checked

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

only message in thread, other threads:[~2016-12-21  9:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1482312326-2589-4-git-send-email-jerin.jacob@caviumnetworks.com>
2016-12-21  9:26 ` [dpdk-test-report] |WARNING| pw18316 [PATCH v4 3/6] 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).