* [dpdk-test-report] |WARNING| pw93376 [PATCH v6 2/3] net/iavf: enable PCI bus master after reset
[not found] <20210523114609.448092-3-haiyue.wang@intel.com>
@ 2021-05-23 12:08 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-05-23 12:08 UTC (permalink / raw)
To: test-report; +Cc: Haiyue Wang
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/93376
_coding style issues_
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#46:
Subject: [dpdk-dev] [PATCH v6 2/3] net/iavf: enable PCI bus master after
WARNING:TYPO_SPELLING: 'triggerred' may be misspelled - perhaps 'triggered'?
#62:
The VF reset can be triggerred by the PF reset event, in this case, the
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#63:
PCI bus master will be cleared, then the VF is not allowed to issue any
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#66:
So after the reset event is detected, always enable the PCI bus master.
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#86: FILE: drivers/net/iavf/iavf_ethdev.c:2361:
+ * master mode, and the driver will fail to recover from the reset. Fix
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#88: FILE: drivers/net/iavf/iavf_ethdev.c:2363:
+ * the bus master bit will not be disabled, and this call will have no
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#91: FILE: drivers/net/iavf/iavf_ethdev.c:2366:
+ if (vf->vf_reset && !rte_pci_set_bus_master(pci_dev, true))
total: 0 errors, 7 warnings, 0 checks, 16 lines checked
^ permalink raw reply [flat|nested] only message in thread