|WARNING| pw117061 [PATCH] TCP data length is incorrectly calculated in the gro_tcp4_reassemble function.
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Sep 28 16:12:31 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/117061
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#68:
if packets < 60 bytes, pkt_len will contain padding bytes, tcp_dl is incorrectly calculated. this will result the wrong data length after gro.
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#79: FILE: lib/gro/gro_tcp4.c:232:
+ tcp_dl = rte_be_to_cpu_16(ipv4_hdr->total_length) - hdr_len;$
ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 1 errors, 2 warnings, 8 lines checked
More information about the test-report
mailing list