[dpdk-test-report] |WARNING| pw36497 [PATCH v4 3/3] net/i40e:	enable runtime queue setup
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Mon Mar 26 11:00:12 CEST 2018
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/36497
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->tx_rs_thresh < RTE_PMD_I40E_TX_MAX_BURST'
#246: FILE: drivers/net/i40e/i40e_rxtx.c:2103:
+		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, 241 lines checked
    
    
More information about the test-report
mailing list