[dpdk-test-report] |WARNING| pw104117 [PATCH] app/testpmd: fix parameters order when calling rte_ether_addr_copy()
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Nov 10 15:01:17 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/104117
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#130:
order when calling rte_ether_addr_copy() which means the src/dst mac addresses
WARNING:TYPO_SPELLING: 'overwriten' may be misspelled - perhaps 'overwritten'?
#131:
will be overwriten.
ERROR:CODE_INDENT: code indent should use tabs where possible
#156: FILE: app/test-pmd/csumonly.c:874:
+ rte_ether_addr_copy(ð_hdr->dst_addr,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#156: FILE: app/test-pmd/csumonly.c:874:
+ rte_ether_addr_copy(ð_hdr->dst_addr,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#157: FILE: app/test-pmd/csumonly.c:875:
+ &peer_eth_addrs[fs->peer_addr]);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#157: FILE: app/test-pmd/csumonly.c:875:
+ &peer_eth_addrs[fs->peer_addr]);$
ERROR:CODE_INDENT: code indent should use tabs where possible
#158: FILE: app/test-pmd/csumonly.c:876:
+ rte_ether_addr_copy(ð_hdr->src_addr,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#158: FILE: app/test-pmd/csumonly.c:876:
+ rte_ether_addr_copy(ð_hdr->src_addr,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#159: FILE: app/test-pmd/csumonly.c:877:
+ &ports[fs->tx_port].eth_addr);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#159: FILE: app/test-pmd/csumonly.c:877:
+ &ports[fs->tx_port].eth_addr);$
ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author '"Xu, Wei1" <wei1.xu at intel.com>'
total: 5 errors, 6 warnings, 14 lines checked
More information about the test-report
mailing list