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 B8FC24373B for ; Tue, 19 Dec 2023 03:05:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B51C6402D0; Tue, 19 Dec 2023 03:05:51 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8E190402B1 for ; Tue, 19 Dec 2023 03:05:50 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7BEE8121E47; Tue, 19 Dec 2023 03:05:50 +0100 (CET) Subject: |WARNING| pw135322 [PATCH] dpdk: Enable GQ stats reporting In-Reply-To: <20231219020446.546092-1-rushilg@google.com> References: <20231219020446.546092-1-rushilg@google.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rushil Gupta Message-Id: <20231219020550.7BEE8121E47@dpdk.org> Date: Tue, 19 Dec 2023 03:05:50 +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/135322 _coding style issues_ ERROR:GERRIT_CHANGE_ID: Remove Gerrit Change-Id's before submitting upstream #78: Change-Id: I8123d70ec5019b12f368e67b858c382bb7812e5c ERROR:CODE_INDENT: code indent should use tabs where possible #116: FILE: drivers/net/gve/gve_ethdev.c:129: + uint16_t nb_tx_queues, uint16_t nb_rx_queues)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #116: FILE: drivers/net/gve/gve_ethdev.c:129: + uint16_t nb_tx_queues, uint16_t nb_rx_queues)$ ERROR:CODE_INDENT: code indent should use tabs where possible #147: FILE: drivers/net/gve/gve_ethdev.c:160: + struct gve_priv *priv = dev->data->dev_private;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #147: FILE: drivers/net/gve/gve_ethdev.c:160: + struct gve_priv *priv = dev->data->dev_private;$ ERROR:CODE_INDENT: code indent should use tabs where possible #148: FILE: drivers/net/gve/gve_ethdev.c:161: + rte_memzone_free(priv->stats_report_mem);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #148: FILE: drivers/net/gve/gve_ethdev.c:161: + rte_memzone_free(priv->stats_report_mem);$ ERROR:OPEN_BRACE: that open brace { should be on the previous line #196: FILE: drivers/net/gve/gve_ethdev.c:257: + if (gve_is_gqi(priv)) + { ERROR:CODE_INDENT: code indent should use tabs where possible #199: FILE: drivers/net/gve/gve_ethdev.c:260: + dev->data->nb_tx_queues,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #199: FILE: drivers/net/gve/gve_ethdev.c:260: + dev->data->nb_tx_queues,$ ERROR:CODE_INDENT: code indent should use tabs where possible #200: FILE: drivers/net/gve/gve_ethdev.c:261: + dev->data->nb_rx_queues);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #200: FILE: drivers/net/gve/gve_ethdev.c:261: + dev->data->nb_rx_queues);$ ERROR:CODE_INDENT: code indent should use tabs where possible #202: FILE: drivers/net/gve/gve_ethdev.c:263: + priv->stats_report_mem->iova,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #202: FILE: drivers/net/gve/gve_ethdev.c:263: + priv->stats_report_mem->iova,$ ERROR:CODE_INDENT: code indent should use tabs where possible #203: FILE: drivers/net/gve/gve_ethdev.c:264: + GVE_STATS_REPORT_TIMER_PERIOD);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #203: FILE: drivers/net/gve/gve_ethdev.c:264: + GVE_STATS_REPORT_TIMER_PERIOD);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 10 errors, 7 warnings, 0 checks, 161 lines checked