From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8BC81A00E6 for ; Wed, 7 Aug 2019 16:39:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3A0BA4CC0; Wed, 7 Aug 2019 16:39:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 3A4864CC0; Wed, 7 Aug 2019 16:39:49 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Thierry Herbelot Message-Id: <20190807143949.3A4864CC0@dpdk.org> Date: Wed, 7 Aug 2019 16:39:49 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw57529 [PATCH 19.11 06/12] net/i40e: fix Tx descriptor status api 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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