[dpdk-test-report] |WARNING| pw70029 [PATCH] [PATCH] lib/librte_net: fix bug for ipv4 checksum calculating

checkpatch at dpdk.org checkpatch at dpdk.org
Sat May 9 10:25:39 CEST 2020


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#52: 
The function of rte_ipv4_cksum for calculating the checksum of IPv4 header is incorrect. This function will return checksum value like 0xffff. This value, however, is considered an illegal checksum on some switches(like Trident3).

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

total: 1 errors, 1 warnings, 8 lines checked


More information about the test-report mailing list