[dpdk-test-report] |WARNING| pw30631 [PATCH RFC 8/9] net/avf: enable ops to check queue info and status

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 20 10:36:45 CEST 2017


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_ring[rxq->rx_tail]
#137: FILE: drivers/net/avf/avf_rxtx.c:1431:
+	rxdp = &(rxq->rx_ring[rxq->rx_tail]);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around rxq->rx_ring[desc]
#173: FILE: drivers/net/avf/avf_rxtx.c:1467:
+	rxdp = &(rxq->rx_ring[desc]);

total: 0 errors, 0 warnings, 2 checks, 206 lines checked


More information about the test-report mailing list