[dpdk-test-report] |WARNING| pw62185 [PATCH]net/bonding: add DEFAULTED state in rx_machine in 802.3ad bonding implementation

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 4 12:00:45 CET 2019


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#62: 
This patch fixes a issue when DPDK 802.3ad bonding rx_machine enters EXPIRED state, but the opposite SWITCH lacp ignores distributing and collecting bit, so the SWITCH still sends packets to DPDK and all these packets are dropped.

ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#101: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:252:
}

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#106: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:257:
+    port->selected = UNSELECTED;$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 2 errors, 2 warnings, 0 checks, 12 lines checked


More information about the test-report mailing list