[dpdk-test-report] |WARNING| pw63294 [PATCH] add drop statistic for af_packet

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 25 19:03:25 CET 2019


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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#83: FILE: drivers/net/af_packet/rte_eth_af_packet.c:344:
+^I^Iint rc = getsockopt(internal->rx_queue[i].sockfd, SOL_PACKET, $

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#85: FILE: drivers/net/af_packet/rte_eth_af_packet.c:346:
+		if (0 == rc)

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

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


More information about the test-report mailing list