[dpdk-test-report] |WARNING| pw36838 [PATCH v5 3/3] net/i40e: enable runtime queue setup

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Apr 2 05:00:34 CEST 2018


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->tx_rs_thresh < RTE_PMD_I40E_TX_MAX_BURST'
#236: FILE: drivers/net/i40e/i40e_rxtx.c:2091:
+		if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
+		     I40E_SIMPLE_FLAGS) ||
+		    (txq->tx_rs_thresh < RTE_PMD_I40E_TX_MAX_BURST)) {

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


More information about the test-report mailing list