[dpdk-test-report] |WARNING| pw32059 [PATCH v7] net/i40e: determine number of queues per VF during run time

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Dec 11 03:34:22 CET 2017


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

_coding style issues_


WARNING:BAD_SIGN_OFF: email address 'Peng,Yuan<yuan.peng at intel.com>' might be better as '"Peng,Yuan" <yuan.peng at intel.com>'
#17: 
Tested-by: Peng,Yuan<yuan.peng at intel.com>

ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")'
#20: 
- Tested Commit: 224374cc0e3ca44af5141fb7035a97f338d00c18

WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#45: 
 	pf->fc_conf.high_water[I40E_MAX_TRAFFIC_CLASS] = I40E_DEFAULT_HIGH_WATER; @@ -3992,7 +4056,6 @@ i40e_pf_parameter_init(struct rte_eth_dev *dev)

ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#53: 
@@ -4022,7 +4085,7 @@ i40e_pf_parameter_init(struct rte_eth_dev *dev)

WARNING:TYPO_SPELLING: 'Lauch' may be misspelled - perhaps 'Launch'?
#166: 
   Lauch the VM with the VF PCI passthrough::

ERROR:OPEN_BRACE: open brace '{' following function declarations go on the next line
#297: FILE: drivers/net/i40e/i40e_ethdev.c:4006:
+static int i40e_pf_config_vf_rxq_number(struct rte_eth_dev *dev) {

total: 3 errors, 3 warnings, 0 checks, 74 lines checked


More information about the test-report mailing list