automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw94863 [PATCH v6 2/2] bus/auxiliary: introduce auxiliary bus
       [not found] <20210625114726.776425-2-xuemingl@nvidia.com>
@ 2021-06-25 11:48 ` checkpatch
  2021-06-25 13:01 ` [dpdk-test-report] |SUCCESS| pw94863 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-06-25 11:48 UTC (permalink / raw)
  To: test-report; +Cc: Xueming Li

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

_coding style issues_


WARNING:TYPO_SPELLING: 'classs' may be misspelled - perhaps 'class'?
#128: 
  -a bus=auxiliary,name=<name>,,/class=<classs>,,/driver=<driver>,,

ERROR:SPACING: space required after that ',' (ctx:VxB)
#864: FILE: drivers/bus/auxiliary/private.h:18:
+		RTE_FMT("auxiliary bus: " RTE_FMT_HEAD(__VA_ARGS__,) "
", \
 		                                                  ^

ERROR:SPACING: space required after that ',' (ctx:VxB)
#865: FILE: drivers/bus/auxiliary/private.h:19:
+			RTE_FMT_TAIL(__VA_ARGS__,)))
 			                        ^

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1105: FILE: drivers/bus/auxiliary/rte_bus_auxiliary.h:179:
+#define RTE_PMD_REGISTER_AUXILIARY(nm, auxiliary_drv) \
+	RTE_INIT(auxiliaryinitfn_ ##nm) \
+	{ \
+		(auxiliary_drv).driver.name = RTE_STR(nm); \
+		rte_auxiliary_register(&(auxiliary_drv)); \
+	} \
+	RTE_PMD_EXPORT_NAME(nm, __COUNTER__)

total: 3 errors, 1 warnings, 939 lines checked
--- a/doc/guides/rel_notes/release_21_08.rst
+++ b/doc/guides/rel_notes/release_21_08.rst

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

* [dpdk-test-report] |SUCCESS| pw94863 [dpdk-dev] [PATCH v6 2/2] bus/auxiliary: introduce auxiliary bus
       [not found] <20210625114726.776425-2-xuemingl@nvidia.com>
  2021-06-25 11:48 ` [dpdk-test-report] |WARNING| pw94863 [PATCH v6 2/2] bus/auxiliary: introduce auxiliary bus checkpatch
@ 2021-06-25 13:01 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-06-25 13:01 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

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

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

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

end of thread, other threads:[~2021-06-25 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210625114726.776425-2-xuemingl@nvidia.com>
2021-06-25 11:48 ` [dpdk-test-report] |WARNING| pw94863 [PATCH v6 2/2] bus/auxiliary: introduce auxiliary bus checkpatch
2021-06-25 13:01 ` [dpdk-test-report] |SUCCESS| pw94863 [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).