From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73B9241C49 for ; Tue, 14 Feb 2023 13:38:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 69E5A410D1; Tue, 14 Feb 2023 13:38:08 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 207D640ED9 for ; Tue, 14 Feb 2023 13:38:07 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 1ECE1120B05; Tue, 14 Feb 2023 13:38:07 +0100 (CET) Subject: |WARNING| pw123885 [PATCH v2 4/5] net/cpfl: support hairpin queue start and stop In-Reply-To: <20230214113852.3341607-5-mingxia.liu@intel.com> References: <20230214113852.3341607-5-mingxia.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mingxia Liu Message-Id: <20230214123807.1ECE1120B05@dpdk.org> Date: Tue, 14 Feb 2023 13:38:07 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/123885 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base #246: FILE: drivers/net/cpfl/cpfl_ethdev.c:750: + struct idpf_vport *vport = &(cpfl_vport->base); CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base #408: FILE: drivers/net/cpfl/cpfl_rxtx.c:686: + struct idpf_rx_queue *rxq = &(cpfl_rxq->base); CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base #461: FILE: drivers/net/cpfl/cpfl_rxtx.c:776: + struct idpf_tx_queue *txq = &(cpfl_txq->base); CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base #498: FILE: drivers/net/cpfl/cpfl_rxtx.c:815: + err = idpf_vc_txq_config(vport, &(cpfl_txq->base)); total: 0 errors, 0 warnings, 4 checks, 589 lines checked