automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw95904 [PATCH v4] dmadev: introduce DMA device library
       [not found] <1626363661-51103-1-git-send-email-fengchengwen@huawei.com>
@ 2021-07-15 15:45 ` checkpatch
  2021-07-15 16:19 ` [dpdk-test-report] |SUCCESS| pw95904 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-07-15 15:45 UTC (permalink / raw)
  To: test-report; +Cc: Chengwen Feng

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#205: FILE: lib/dmadev/rte_dmadev.c:40:
+#define RTE_DMADEV_VALID_DEV_ID_OR_ERR_RET(dev_id, retval) do { \
+	if (!rte_dmadev_is_valid_dev(dev_id)) { \
+		RTE_DMADEV_LOG(ERR, "Invalid dev_id=%u
", dev_id); \
+		return retval; \
+	} \
+} while (0)

WARNING:TYPO_SPELLING: 'fileds' may be misspelled - perhaps 'fields'?
#1175: FILE: lib/dmadev/rte_dmadev.h:465:
+		 *        these fileds to zero. And also there are no

WARNING:TYPO_SPELLING: 'ATTEMPED' may be misspelled - perhaps 'ATTEMPTED'?
#1374: FILE: lib/dmadev/rte_dmadev.h:664:
+	RTE_DMA_STATUS_NOT_ATTEMPED,

WARNING:TYPO_SPELLING: 'primay' may be misspelled - perhaps 'primary'?
#1891: FILE: lib/dmadev/rte_dmadev_core.h:166:
+	 * It's the primay process's responsibility to deinitialize this field

WARNING:TYPO_SPELLING: 'process'' may be misspelled - perhaps 'process's'?
#1891: FILE: lib/dmadev/rte_dmadev_core.h:166:
+	 * It's the primay process's responsibility to deinitialize this field

total: 0 errors, 5 warnings, 1870 lines checked
Warning in lib/dmadev/rte_dmadev.c:
Using RTE_LOG_REGISTER, prefer RTE_LOG_REGISTER_(DEFAULT|SUFFIX)

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

* [dpdk-test-report] |SUCCESS| pw95904 [dpdk-dev] [PATCH v4] dmadev: introduce DMA device library
       [not found] <1626363661-51103-1-git-send-email-fengchengwen@huawei.com>
  2021-07-15 15:45 ` [dpdk-test-report] |WARNING| pw95904 [PATCH v4] dmadev: introduce DMA device library checkpatch
@ 2021-07-15 16:19 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-07-15 16:19 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

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

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

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

end of thread, other threads:[~2021-07-15 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1626363661-51103-1-git-send-email-fengchengwen@huawei.com>
2021-07-15 15:45 ` [dpdk-test-report] |WARNING| pw95904 [PATCH v4] dmadev: introduce DMA device library checkpatch
2021-07-15 16:19 ` [dpdk-test-report] |SUCCESS| pw95904 [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).