automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw98534 [PATCH 8/8] bus/pci: remove ABIs in PCI bus
       [not found] <20210910022402.26620-9-chenbo.xia@intel.com>
@ 2021-09-10  2:39 ` checkpatch
  2021-09-10  3:20 ` [dpdk-test-report] |SUCCESS| pw98534 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-10  2:39 UTC (permalink / raw)
  To: test-report; +Cc: Chenbo Xia

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#488: FILE: drivers/bus/pci/pci_driver.h:96:
+#define RTE_PCI_DEVICE(vend, dev) \
+	RTE_CLASS_ANY_ID,         \
+	(vend),                   \
+	(dev),                    \
+	RTE_PCI_ANY_ID,           \
+	RTE_PCI_ANY_ID

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#639: FILE: drivers/bus/pci/pci_driver.h:247:
+ * Enables/Disables Bus Master for device's PCI command register.

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#644: FILE: drivers/bus/pci/pci_driver.h:252:
+ *    Enable or disable Bus Master.

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#650: FILE: drivers/bus/pci/pci_driver.h:258:
+int rte_pci_set_bus_master(struct rte_pci_device *dev, bool enable);

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#663: FILE: drivers/bus/pci/pci_driver.h:271:
+#define RTE_PMD_REGISTER_PCI(nm, pci_drv) \
+RTE_INIT(pciinitfn_ ##nm) \
+{\
+	(pci_drv).driver.name = RTE_STR(nm);\
+	rte_pci_register(&pci_drv); \
+} \
+RTE_PMD_EXPORT_NAME(nm, __COUNTER__)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1257: FILE: drivers/bus/pci/version.map:29:
+	rte_pci_set_bus_master;

total: 2 errors, 4 warnings, 1833 lines checked

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

* [dpdk-test-report] |SUCCESS| pw98534 [dpdk-dev] [PATCH 8/8] bus/pci: remove ABIs in PCI bus
       [not found] <20210910022402.26620-9-chenbo.xia@intel.com>
  2021-09-10  2:39 ` [dpdk-test-report] |WARNING| pw98534 [PATCH 8/8] bus/pci: remove ABIs in PCI bus checkpatch
@ 2021-09-10  3:20 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-09-10  3:20 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

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

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

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

end of thread, other threads:[~2021-09-10  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210910022402.26620-9-chenbo.xia@intel.com>
2021-09-10  2:39 ` [dpdk-test-report] |WARNING| pw98534 [PATCH 8/8] bus/pci: remove ABIs in PCI bus checkpatch
2021-09-10  3:20 ` [dpdk-test-report] |SUCCESS| pw98534 [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).