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 3A751A0093 for ; Mon, 7 Mar 2022 13:55:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 368A540688; Mon, 7 Mar 2022 13:55:40 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D02C84014E for ; Mon, 7 Mar 2022 13:55:38 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id CC84712075F; Mon, 7 Mar 2022 13:55:38 +0100 (CET) Subject: |WARNING| pw108574 [PATCH v3 1/2] app/testpmd: do not poll stopped queues In-Reply-To: <20220307125351.697936-2-dkozlyuk@nvidia.com> References: <20220307125351.697936-2-dkozlyuk@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dmitry Kozlyuk Message-Id: <20220307125538.CC84712075F@dpdk.org> Date: Mon, 7 Mar 2022 13:55:38 +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/108574 _coding style issues_ WARNING:LONG_LINE_COMMENT: line length of 108 exceeds 100 columns #910: FILE: app/test-pmd/testpmd.h:276: + struct port_rxqueue rxq[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue rx configuration and state */ WARNING:LONG_LINE_COMMENT: line length of 108 exceeds 100 columns #911: FILE: app/test-pmd/testpmd.h:277: + struct port_txqueue txq[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue tx configuration and state */ total: 0 errors, 2 warnings, 684 lines checked