automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw109411 [PATCH] test/crypto: add key exchange dh tests
       [not found] <20220407080722.18697-1-arkadiuszx.kusztal@intel.com>
@ 2022-04-07  8:09 ` checkpatch
  2022-04-07 10:00 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-04-07  8:09 UTC (permalink / raw)
  To: test-report; +Cc: Arek Kusztal

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#92: FILE: app/test/test_cryptodev_asym.c:41:
+#define TEST_CRYPTO_ASYM_NULL_RETURN(p, str) \
+	do {	\
+		if (p == NULL) {			\
+			RTE_LOG(ERR, USER1, "line %u FAILED: %s", \
+				__LINE__, str);		\
+			status = (ret == -ENOTSUP) ? \
+				TEST_SKIPPED : TEST_FAILED; \
+			goto error_exit;	\
+		}	\
+	} while (0)

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#103: FILE: app/test/test_cryptodev_asym.c:52:
+#define TEST_CRYPTO_ASYM_NEG_RETURN(p, str) \
+	do {	\
+		if (p) {	\
+			RTE_LOG(ERR, USER1,	\
+				"line %u FAILED: %s",	\
+				__LINE__, str);	\
+			status = (ret == -ENOTSUP) ? \
+				TEST_SKIPPED : TEST_FAILED; \
+			goto error_exit; \
+		} \
+	} while (0)

total: 0 errors, 2 warnings, 618 lines checked

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

* |SUCCESS| pw109411 [PATCH] test/crypto: add key exchange dh tests
       [not found] <20220407080722.18697-1-arkadiuszx.kusztal@intel.com>
  2022-04-07  8:09 ` |WARNING| pw109411 [PATCH] test/crypto: add key exchange dh tests checkpatch
@ 2022-04-07 10:00 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-04-07 10:00 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/109411/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2107623616

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

end of thread, other threads:[~2022-04-07  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220407080722.18697-1-arkadiuszx.kusztal@intel.com>
2022-04-07  8:09 ` |WARNING| pw109411 [PATCH] test/crypto: add key exchange dh tests checkpatch
2022-04-07 10:00 ` |SUCCESS| " 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).