From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0170B1B327; Tue, 3 Oct 2017 12:50:29 +0200 (CEST) In-Reply-To: <1507027711-879-2-git-send-email-matan@mellanox.com> References: <1507027711-879-2-git-send-email-matan@mellanox.com> To: test-report@dpdk.org Cc: Matan Azrad Message-Id: <20171003105030.0170B1B327@dpdk.org> Date: Tue, 3 Oct 2017 12:50:30 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw29522 [PATCH v2 1/6] net/mlx4: add simple Tx bypassing ibverbs X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2017 10:50:30 -0000 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