[dpdk-test-report] |WARNING| pw27466 [PATCH] net/af_packet: support Tx scattered mbuf input

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Aug 7 10:58:02 CEST 2017


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

_coding style issues_


ERROR:SPACING: space required before the open parenthesis '('
#40: FILE: drivers/net/af_packet/rte_eth_af_packet.c:242:
+		while(tmp_mbuf) {

ERROR:TRAILING_WHITESPACE: trailing whitespace
#46: FILE: drivers/net/af_packet/rte_eth_af_packet.c:248:
+^I^I$

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#47: FILE: drivers/net/af_packet/rte_eth_af_packet.c:249:
+		ppd->tp_len = ppd->tp_snaplen = mbuf->pkt_len;

total: 2 errors, 0 warnings, 1 checks, 26 lines checked


More information about the test-report mailing list