* [dpdk-test-report] |WARNING| pw71264 [PATCH v1 2/2] net/i40e: use movdiri to update queue tail registers
[not found] <1591870283-7776-2-git-send-email-radu.nicolau@intel.com>
@ 2020-06-11 10:11 ` checkpatch
2020-06-11 12:13 ` [dpdk-test-report] |SUCCESS| pw71264 " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2020-06-11 10:11 UTC (permalink / raw)
To: test-report; +Cc: Radu Nicolau
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/71264
_coding style issues_
CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'queue' may be better as '(queue)' to avoid precedence issues
#82: FILE: drivers/net/i40e/base/i40e_osdep.h:142:
+#define I40E_PCI_REG_WC_WRITE(queue, reg, value, ...) \
+ do { \
+ uint32_t val = rte_cpu_to_le_32(value); \
+ volatile void *addr = reg; \
+ if (queue->use_movdiri) \
+ rte_write32_wc(val, addr); \
+ else \
+ rte_write32##__VA_ARGS__(val, addr); \
+ } while (0)
total: 0 errors, 0 warnings, 1 checks, 159 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |SUCCESS| pw71264 net/i40e: use movdiri to update queue tail registers
[not found] <1591870283-7776-2-git-send-email-radu.nicolau@intel.com>
2020-06-11 10:11 ` [dpdk-test-report] |WARNING| pw71264 [PATCH v1 2/2] net/i40e: use movdiri to update queue tail registers checkpatch
@ 2020-06-11 12:13 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2020-06-11 12:13 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: travis-robot
Test-Status: SUCCESS
http://dpdk.org/patch/71264
_Travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/170844578
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-11 12:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1591870283-7776-2-git-send-email-radu.nicolau@intel.com>
2020-06-11 10:11 ` [dpdk-test-report] |WARNING| pw71264 [PATCH v1 2/2] net/i40e: use movdiri to update queue tail registers checkpatch
2020-06-11 12:13 ` [dpdk-test-report] |SUCCESS| pw71264 " 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).