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 511004563E for ; Thu, 18 Jul 2024 07:35:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C7EA42792; Thu, 18 Jul 2024 07:35:51 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A1A514278F for ; Thu, 18 Jul 2024 07:35:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 71E95127EE2; Thu, 18 Jul 2024 07:35:06 +0200 (CEST) Subject: |WARNING| pw142498 [PATCH] net/gve: Update Rx/Tx functions for RTE_PROC_SECONDARY In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tathagat Priyadarshi Message-Id: <20240718053506.71E95127EE2@dpdk.org> Date: Thu, 18 Jul 2024 07:35:06 +0200 (CEST) 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/142498 _coding style issues_ ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit fatal: bad o ("a3033eb06fd6b1852")' #74: >From 9fa6f7d425d66a00c3f63c7a3033eb06fd6b1852 Mon Sep 17 00:00:00 2001 WARNING:LEADING_SPACE: please, no spaces at the start of a line #104: FILE: drivers/net/gve/gve_ethdev.c:1176: + if (rte_eal_process_type() != RTE_PROC_PRIMARY) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (1, 1) #104: FILE: drivers/net/gve/gve_ethdev.c:1176: + if (rte_eal_process_type() != RTE_PROC_PRIMARY) { + if (gve_is_gqi(priv)) { WARNING:LEADING_SPACE: please, no spaces at the start of a line #105: FILE: drivers/net/gve/gve_ethdev.c:1177: + if (gve_is_gqi(priv)) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (1, 1) #105: FILE: drivers/net/gve/gve_ethdev.c:1177: + if (gve_is_gqi(priv)) { + gve_set_rx_function(eth_dev); WARNING:LEADING_SPACE: please, no spaces at the start of a line #106: FILE: drivers/net/gve/gve_ethdev.c:1178: + gve_set_rx_function(eth_dev);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #107: FILE: drivers/net/gve/gve_ethdev.c:1179: + gve_set_tx_function(eth_dev);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #108: FILE: drivers/net/gve/gve_ethdev.c:1180: + eth_dev->dev_ops = &gve_eth_dev_ops;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #109: FILE: drivers/net/gve/gve_ethdev.c:1181: + } else {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (1, 1) #109: FILE: drivers/net/gve/gve_ethdev.c:1181: + } else { + gve_set_rx_function_dqo(eth_dev); WARNING:LEADING_SPACE: please, no spaces at the start of a line #110: FILE: drivers/net/gve/gve_ethdev.c:1182: + gve_set_rx_function_dqo(eth_dev);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #111: FILE: drivers/net/gve/gve_ethdev.c:1183: + gve_set_tx_function_dqo(eth_dev);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #112: FILE: drivers/net/gve/gve_ethdev.c:1184: + eth_dev->dev_ops = &gve_eth_dev_ops_dqo;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #113: FILE: drivers/net/gve/gve_ethdev.c:1185: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #115: FILE: drivers/net/gve/gve_ethdev.c:1187: + }$ WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: priyadarshitathagat <tathagat.dpdk@gmail.com>' != 'Signed-off-by: Tathagat Priyadarshi <tathagat.dpdk@gmail.com>' total: 1 errors, 15 warnings, 0 checks, 19 lines checked