|WARNING| pw106008 [PATCH] net/bonding: fix RSS not work for bonding in DPDK21.11

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 18 09:50:17 CET 2022


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

_coding style issues_


ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit fatal: bad o ("69d0ce272ae8e8350")'
#59: 
>From 85c4ffffe32996fc262dd6f69d0ce272ae8e8350 Mon Sep 17 00:00:00 2001

WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#64: 
RSS don't work when bond_ethdev_configure called before rte_eth_bond_slave_add in DPDK21.11.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#64: 
RSS don't work when bond_ethdev_configure called before rte_eth_bond_slave_add in DPDK21.11.

WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#68: 
dont't work(examples/bond/main.c):

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#71: 
rte_eth_bond_slave_add()

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#76: 
rte_eth_bond_slave_add()

ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Yu Wenjun '
#80: 
Signed-off-by: Yu Wenjun 

ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Min Hu (Connor)'
#81: 
Acked-by: Min Hu (Connor)

ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author ''

total: 4 errors, 5 warnings, 0 checks, 11 lines checked


More information about the test-report mailing list