* [dpdk-test-report] |WARNING| pw77459 [PATCH v3 6/6] test/ring: improve the application of macro
[not found] <20200911161002.19816-7-feifei.wang2@arm.com>
@ 2020-09-11 16:13 ` checkpatch
2020-09-11 18:58 ` [dpdk-test-report] |SUCCESS| pw77459 " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2020-09-11 16:13 UTC (permalink / raw)
To: test-report; +Cc: Feifei Wang
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/77459
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#84: FILE: app/test/test_ring.c:58:
+#define TEST_RING_VERIFY(exp, r) do { \
if (!(exp)) { \
printf("error at %s:%d condition " #exp " failed
", \
__func__, __LINE__); \
+ rte_ring_dump(stdout, (r)); \
+ goto fail; \
+ } \
+} while (0)
WARNING:TYPO_SPELLING: 'EMTPY' may be misspelled - perhaps 'EMPTY'?
#97: FILE: app/test/test_ring.c:67:
+#define TEST_RING_FULL_EMTPY_ITER 8
total: 0 errors, 2 warnings, 572 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |SUCCESS| pw77459 test/ring: improve the application of macro
[not found] <20200911161002.19816-7-feifei.wang2@arm.com>
2020-09-11 16:13 ` [dpdk-test-report] |WARNING| pw77459 [PATCH v3 6/6] test/ring: improve the application of macro checkpatch
@ 2020-09-11 18:58 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2020-09-11 18:58 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: travis-robot
Test-Status: SUCCESS
http://dpdk.org/patch/77459
_Travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/183955046
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-11 18:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20200911161002.19816-7-feifei.wang2@arm.com>
2020-09-11 16:13 ` [dpdk-test-report] |WARNING| pw77459 [PATCH v3 6/6] test/ring: improve the application of macro checkpatch
2020-09-11 18:58 ` [dpdk-test-report] |SUCCESS| pw77459 " 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).