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

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Apr 8 04:42:47 CEST 2018


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->tx_rs_thresh < RTE_PMD_I40E_TX_MAX_BURST'
#237: 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