automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw81161 [PATCH v3 3/3] test/hash: add tests for integrated RCU QSBR
       [not found] <20201016173858.1134-4-dharmik.thakkar@arm.com>
@ 2020-10-16 17:40 ` checkpatch
  2020-10-16 18:55 ` [dpdk-test-report] || pw81161 " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2020-10-16 17:40 UTC (permalink / raw)
  To: test-report; +Cc: Dharmik Thakkar

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#82: FILE: app/test/test_hash.c:63:
+#define RETURN_IF_ERROR_RCU_QSBR(cond, str, ...) do {			\
+	if (cond) {							\
+		printf("ERROR line %d: " str "
", __LINE__, ##__VA_ARGS__); \
+		if (rcu_cfg.mode == RTE_HASH_QSBR_MODE_SYNC) {		\
+			writer_done = 1;				\
+			/* Wait until reader exited. */			\
+			rte_eal_mp_wait_lcore();			\
+		}							\
+		if (g_handle) rte_hash_free(g_handle);			\
+		if (g_qsv) rte_free(g_qsv);				\
+		return -1;						\
+	}								\
+} while(0)

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#90: FILE: app/test/test_hash.c:71:
+		if (g_handle) rte_hash_free(g_handle);			\

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#91: FILE: app/test/test_hash.c:72:
+		if (g_qsv) rte_free(g_qsv);				\

ERROR:SPACING: space required before the open parenthesis '('
#94: FILE: app/test/test_hash.c:75:
+} while(0)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#211: FILE: app/test/test_hash.c:1926:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#381: FILE: app/test/test_hash.c:2096:
+	unsigned i;

WARNING:TYPO_SPELLING: 'nNumber' may be misspelled - perhaps 'number'?
#637: FILE: app/test/test_hash_readwrite_lf_perf.c:1331:
+		printf("
Number of writers: %u
", rwc_core_cnt[n]);

total: 3 errors, 4 warnings, 639 lines checked

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

* [dpdk-test-report] || pw81161 test/hash: add tests for integrated RCU QSBR
       [not found] <20201016173858.1134-4-dharmik.thakkar@arm.com>
  2020-10-16 17:40 ` [dpdk-test-report] |WARNING| pw81161 [PATCH v3 3/3] test/hash: add tests for integrated RCU QSBR checkpatch
@ 2020-10-16 18:55 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2020-10-16 18:55 UTC (permalink / raw)
  To: test-report; +Cc: dharmik.thakkar, robot

From: robot@bytheb.org

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

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

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

end of thread, other threads:[~2020-10-16 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201016173858.1134-4-dharmik.thakkar@arm.com>
2020-10-16 17:40 ` [dpdk-test-report] |WARNING| pw81161 [PATCH v3 3/3] test/hash: add tests for integrated RCU QSBR checkpatch
2020-10-16 18:55 ` [dpdk-test-report] || pw81161 " 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).