[dpdk-test-report] |WARNING| pw63663 [PATCH v2] net/pcap: truncate packet if it is too large
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Dec 9 02:54:26 CET 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/63663
_coding style issues_
Must be a reply to the first patch (--in-reply-to).
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#59:
Previously large packet would be dropped, instead now it is better to keep it via truncating it.
CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#84: FILE: drivers/net/pcap/rte_eth_pcap.c:328:
+ len = caplen = rte_pktmbuf_pkt_len(mbuf);
WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Zhike Wang <wangzhike at jd.com>'
total: 0 errors, 2 warnings, 1 checks, 41 lines checked
More information about the test-report
mailing list