[dpdk-test-report] |WARNING| pw98960 [PATCH 5/5] net: rename Ethernet header fields
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Sep 15 23:42:09 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/98960
_coding style issues_
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#509: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:591:
+ rte_eth_macaddr_get(slave_id, &hdr->eth_hdr.src_addr);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#518: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1349:
+ rte_eth_macaddr_get(slave_id, &m_hdr->eth_hdr.src_addr);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#599: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1024:
+ rte_eth_macaddr_get(slave_idx, ð_h->src_addr);
WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#651: FILE: examples/bond/main.c:426:
+ rte_ether_addr_copy(ð_hdr->src_addr, ð_hdr->dst_addr);
WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#652: FILE: examples/bond/main.c:427:
+ rte_ether_addr_copy(&bond_mac_addr, ð_hdr->src_addr);
total: 0 errors, 5 warnings, 1096 lines checked
--- a/doc/guides/rel_notes/release_20_11.rst
+++ b/doc/guides/rel_notes/release_20_11.rst
More information about the test-report
mailing list