[dpdk-test-report] |WARNING| pw52429 [PATCH] net/af_packet: fix vlan_insert corruption

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Apr 8 18:05:12 CEST 2019


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'ppd->tp_status != TP_STATUS_AVAILABLE'
#36: FILE: drivers/net/af_packet/rte_eth_af_packet.c:204:
+		if ((ppd->tp_status != TP_STATUS_AVAILABLE) &&
+		    (poll(&pfd, 1, -1) < 0))

total: 0 errors, 0 warnings, 1 checks, 23 lines checked


More information about the test-report mailing list