automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw61611 [PATCH v7 5/5] app: add test-sad application
       [not found] <8390043ce6f994bfdd12d43d112b7c13e5c8f2bb.1571668033.git.vladimir.medvedkin@intel.com>
@ 2019-10-21 14:37 ` checkpatch
  2019-10-21 20:01 ` [dpdk-test-report] |SUCCESS| pw61611 " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2019-10-21 14:37 UTC (permalink / raw)
  To: test-report; +Cc: Vladimir Medvedkin

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#127: FILE: app/test-sad/main.c:24:
+#define GET_CB_FIELD(in, fd, base, lim, dlm)	do {		\
+	unsigned long val;					\
+	char *end_fld;						\
+	errno = 0;						\
+	val = strtoul((in), &end_fld, (base));			\
+	if (errno != 0 || end_fld[0] != (dlm) || val > (lim))	\
+		return -EINVAL;					\
+	(fd) = (typeof(fd))val;					\
+	(in) = end_fld + 1;					\
+} while (0)

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'lookup', this function's name, in a string
#640: FILE: app/test-sad/main.c:537:
+	printf("Average lookup cycles %.2Lf, lookups/sec: %.2Lf
",

total: 0 errors, 2 warnings, 715 lines checked

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

* [dpdk-test-report] |SUCCESS| pw61611 app: add test-sad application
       [not found] <8390043ce6f994bfdd12d43d112b7c13e5c8f2bb.1571668033.git.vladimir.medvedkin@intel.com>
  2019-10-21 14:37 ` [dpdk-test-report] |WARNING| pw61611 [PATCH v7 5/5] app: add test-sad application checkpatch
@ 2019-10-21 20:01 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2019-10-21 20:01 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

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

_Travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/132840971

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

end of thread, other threads:[~2019-10-21 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <8390043ce6f994bfdd12d43d112b7c13e5c8f2bb.1571668033.git.vladimir.medvedkin@intel.com>
2019-10-21 14:37 ` [dpdk-test-report] |WARNING| pw61611 [PATCH v7 5/5] app: add test-sad application checkpatch
2019-10-21 20:01 ` [dpdk-test-report] |SUCCESS| pw61611 " 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).