[dpdk-test-report] |WARNING| pw57529 [PATCH 19.11 06/12] net/i40e: fix Tx descriptor status api

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Aug 7 16:39:49 CEST 2019


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

_coding style issues_


ERROR:BAD_SIGN_OFF: Unrecognized email address: 'stable at dpdk.org'
#35: 
Cc: stable at dpdk.org

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->offloads == 0'
#88: FILE: drivers/net/i40e/i40e_rxtx.c:2062:
+	if (!((txq->offloads == 0) &&
+	      (txq->tx_rs_thresh >= RTE_PMD_I40E_TX_MAX_BURST)))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->tx_rs_thresh >= RTE_PMD_I40E_TX_MAX_BURST'
#88: FILE: drivers/net/i40e/i40e_rxtx.c:2062:
+	if (!((txq->offloads == 0) &&
+	      (txq->tx_rs_thresh >= RTE_PMD_I40E_TX_MAX_BURST)))

total: 1 errors, 0 warnings, 2 checks, 49 lines checked


More information about the test-report mailing list