|WARNING| pw106010 [PATCH] net/bonding: fix RSS not work for bonding
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jan 18 09:50:14 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/106010
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#56:
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'?
#56:
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'?
#60:
dont't work(examples/bond/main.c):
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#63:
rte_eth_bond_slave_add()
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#68:
rte_eth_bond_slave_add()
total: 0 errors, 5 warnings, 0 checks, 11 lines checked
More information about the test-report
mailing list