[dpdk-test-report] |WARNING| pw91918 [PATCH v1 3/3] net/i40e: enable PCI bus master after reset

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 21 07:23:01 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#45: 
Subject: [dpdk-dev] [PATCH v1 3/3] net/i40e: enable PCI bus master after

WARNING:TYPO_SPELLING: 'triggerred' may be misspelled - perhaps 'triggered'?
#61: 
The VF reset can be triggerred by the PF reset event, in this case, the

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#62: 
PCI bus master will be cleared, then the VF is not allowed to issue any

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#65: 
So after the reset event is detected, always enable the PCI bus master.

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#100: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2491:
+		rte_pci_enable_bus_master(RTE_ETH_DEV_TO_PCI(dev));

total: 0 errors, 5 warnings, 0 checks, 25 lines checked


More information about the test-report mailing list