[dpdk-test-report] |WARNING| pw57528 [PATCH 19.11 05/12] net/ixgbe: fix Tx descriptor status api

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


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

_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'
#106: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:3198:
+	if (!((txq->offloads == 0) &&
+	      (txq->tx_rs_thresh >= RTE_PMD_IXGBE_TX_MAX_BURST)))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'txq->tx_rs_thresh >= RTE_PMD_IXGBE_TX_MAX_BURST'
#106: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:3198:
+	if (!((txq->offloads == 0) &&
+	      (txq->tx_rs_thresh >= RTE_PMD_IXGBE_TX_MAX_BURST)))

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


More information about the test-report mailing list