[dpdk-test-report] |WARNING| pw29522 [PATCH v2 1/6] net/mlx4: add simple Tx bypassing ibverbs

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 3 12:50:30 CEST 2017


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'nr_txbbs > MLX4_MAX_WQE_TXBBS'
#376: FILE: drivers/net/mlx4/mlx4_rxtx.c:329:
+	if (likely(((sq->head - sq->tail) + nr_txbbs +
+		    sq->headroom_txbbs >= sq->txbb_cnt) ||
+		   (nr_txbbs > MLX4_MAX_WQE_TXBBS))) {

total: 0 errors, 0 warnings, 793 lines checked


More information about the test-report mailing list