automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw101228 [PATCH v5 5/5] app/testpmd: add flex item CLI commands
       [not found] <20211012125433.31647-6-viacheslavo@nvidia.com>
@ 2021-10-12 12:57 ` checkpatch
  2021-10-12 13:19 ` [dpdk-test-report] |SUCCESS| pw101228 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-10-12 12:57 UTC (permalink / raw)
  To: test-report; +Cc: Viacheslav Ovsiienko

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#640: FILE: app/test-pmd/cmdline_flow.c:9119:
+#define FLEX_FIELD_GET(fm, t) \
+do {                  \
+	if (!strncmp(key, # fm, strlen(# fm))) { \
+		if (json_is_real(je))   \
+			fld->fm = (t) json_real_value(je); \
+		else if (json_is_integer(je))   \
+			fld->fm = (t) json_integer_value(je); \
+		else   \
+			return -EINVAL; \
+	}         \
+} while (0)

total: 0 errors, 1 warnings, 1053 lines checked

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

* [dpdk-test-report] |SUCCESS| pw101228 [dpdk-dev] [PATCH v5 5/5] app/testpmd: add flex item CLI commands
       [not found] <20211012125433.31647-6-viacheslavo@nvidia.com>
  2021-10-12 12:57 ` [dpdk-test-report] |WARNING| pw101228 [PATCH v5 5/5] app/testpmd: add flex item CLI commands checkpatch
@ 2021-10-12 13:19 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-10-12 13:19 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/101228/

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

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

end of thread, other threads:[~2021-10-12 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211012125433.31647-6-viacheslavo@nvidia.com>
2021-10-12 12:57 ` [dpdk-test-report] |WARNING| pw101228 [PATCH v5 5/5] app/testpmd: add flex item CLI commands checkpatch
2021-10-12 13:19 ` [dpdk-test-report] |SUCCESS| pw101228 [dpdk-dev] " 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).