[dpdk-test-report] |WARNING| pw92983 [PATCH v5 2/3] net/iavf: enable PCI bus master after reset
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Thu May  6 06:12:02 CEST 2021
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/92983
_coding style issues_
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#47: 
Subject: [dpdk-dev] [PATCH v5 2/3] net/iavf: enable PCI bus master after
WARNING:TYPO_SPELLING: 'triggerred' may be misspelled - perhaps 'triggered'?
#63: 
The VF reset can be triggerred by the PF reset event, in this case, the
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#64: 
PCI bus master will be cleared, then the VF is not allowed to issue any
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#67: 
So after the reset event is detected, always enable the PCI bus master.
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#85: FILE: drivers/net/iavf/iavf_ethdev.c:2359:
+	if (vf->vf_reset && !rte_pci_set_bus_master(pci_dev, true))
total: 0 errors, 5 warnings, 0 checks, 9 lines checked
    
    
More information about the test-report
mailing list