[dpdk-test-report] |WARNING| pw58031 [PATCH 1/1] net/enic: enic driver doesn't work with 2nd process

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Aug 27 10:34:23 CEST 2019


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#138: FILE: drivers/net/enic/enic_clsf.c:346:
+  struct enic *enic = pmd_priv(eth_dev);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#173: FILE: drivers/net/enic/enic_ethdev.c:167:
+  struct enic *enic = pmd_priv(eth_dev);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#462: FILE: drivers/net/enic/enic_main.c:35:
+  struct rte_pci_device *pdev = RTE_ETH_DEV_TO_PCI(eth_dev);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#464: FILE: drivers/net/enic/enic_main.c:37:
+  return pdev->id.device_id == PCI_DEVICE_ID_CISCO_VIC_ENET_VF;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#602: FILE: drivers/net/enic/enic_main.c:533:
+  struct enic *enic = pmd_priv(eth_dev);$

WARNING:TABSTOP: Statements should start on a tabstop
#679: FILE: drivers/net/enic/enic_main.c:647:
+	  struct rte_pci_device *pdev = RTE_ETH_DEV_TO_PCI(eth_dev);

ERROR:CODE_INDENT: code indent should use tabs where possible
#682: FILE: drivers/net/enic/enic_main.c:650:
+^I                             enic_intr_handler, (void *)eth_dev);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#699: FILE: drivers/net/enic/enic_main.c:728:
+  struct enic *enic = pmd_priv(eth_dev);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#701: FILE: drivers/net/enic/enic_main.c:730:
+  vnic_wq_enable(&enic->wq[queue_idx]);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1005: FILE: drivers/net/enic/enic_main.c:1758:
+  struct enic *enic = pmd_priv(eth_dev);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1006: FILE: drivers/net/enic/enic_main.c:1759:
+  struct rte_pci_device *pdev = RTE_ETH_DEV_TO_PCI(eth_dev);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1039: FILE: drivers/net/enic/enic_res.c:26:
+  struct enic *enic = pmd_priv(eth_dev);$

total: 1 errors, 12 warnings, 0 checks, 975 lines checked


More information about the test-report mailing list