automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw72796 [PATCH v4 4/4] regexdev: implement regex rte level functions
       [not found] <1593675963-13317-5-git-send-email-orika@mellanox.com>
@ 2020-07-02  7:48 ` checkpatch
  2020-07-02 12:15 ` [dpdk-test-report] |SUCCESS| pw72796 " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2020-07-02  7:48 UTC (permalink / raw)
  To: test-report; +Cc: Ori Kam

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#577: FILE: lib/librte_regexdev/rte_regexdev.h:217:
+#define RTE_REGEXDEV_VALID_DEV_ID_OR_ERR_RET(dev_id, retval) do { \
+	if (!rte_regexdev_is_valid_dev(dev_id)) { \
+		RTE_REGEXDEV_LOG(ERR, "Invalid dev_id=%u
", dev_id); \
+		return retval; \
+	} \
+} while (0)

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#584: FILE: lib/librte_regexdev/rte_regexdev.h:224:
+#define RTE_REGEXDEV_VALID_DEV_ID_OR_RET(dev_id) do { \
+	if (!rte_regexdev_is_valid_dev(dev_id)) { \
+		RTE_REGEXDEV_LOG(ERR, "Invalid dev_id=%u
", dev_id); \
+		return; \
+	} \
+} while (0)

total: 0 errors, 2 warnings, 592 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |SUCCESS| pw72796 regexdev: implement regex rte level functions
       [not found] <1593675963-13317-5-git-send-email-orika@mellanox.com>
  2020-07-02  7:48 ` [dpdk-test-report] |WARNING| pw72796 [PATCH v4 4/4] regexdev: implement regex rte level functions checkpatch
@ 2020-07-02 12:15 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2020-07-02 12:15 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: SUCCESS
http://dpdk.org/patch/72796

_Travis build: errored_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/173996892

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-02 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1593675963-13317-5-git-send-email-orika@mellanox.com>
2020-07-02  7:48 ` [dpdk-test-report] |WARNING| pw72796 [PATCH v4 4/4] regexdev: implement regex rte level functions checkpatch
2020-07-02 12:15 ` [dpdk-test-report] |SUCCESS| pw72796 " 0-day Robot

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).