[dpdk-test-report] |WARNING| pw72577 [PATCH] net/kni: set packet input port in eth_kni_rx()

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 1 09:50:46 CEST 2020


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#92: FILE: drivers/net/kni/rte_eth_kni.c:85:
+	for (i = 0; i < nb_pkts; i++) {
+		bufs[i]->port = kni_q->internals->port_id;
+	}

ERROR:TRAILING_WHITESPACE: trailing whitespace
#95: FILE: drivers/net/kni/rte_eth_kni.c:88:
+^I$

WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'jiancheng pei <jpei at sonicwall.com>'

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


More information about the test-report mailing list