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 E3BFEA04FF for ; Tue, 24 May 2022 17:22:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DFDC54281F; Tue, 24 May 2022 17:22:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EC50740140 for ; Tue, 24 May 2022 17:22:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E839D120945; Tue, 24 May 2022 17:22:17 +0200 (CEST) Subject: |WARNING| pw111741 [PATCH v3 3/7] ethdev: introduce Rx queue based limit watermark In-Reply-To: <20220524152041.737154-4-spiked@nvidia.com> References: <20220524152041.737154-4-spiked@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Spike Du Message-Id: <20220524152217.E839D120945@dpdk.org> Date: Tue, 24 May 2022 17:22:17 +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/111741 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #248: FILE: lib/ethdev/rte_ethdev.h:1935: + * Per-queue Rx limit watermark defined as percentage of Rx queue$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #248: FILE: lib/ethdev/rte_ethdev.h:1935: + /** + * Per-queue Rx limit watermark defined as percentage of Rx queue ERROR:CODE_INDENT: code indent should use tabs where possible #249: FILE: lib/ethdev/rte_ethdev.h:1936: + * size. If Rx queue receives traffic higher than this percentage,$ ERROR:CODE_INDENT: code indent should use tabs where possible #250: FILE: lib/ethdev/rte_ethdev.h:1937: + * the event RTE_ETH_EVENT_RX_LWM is triggered.$ ERROR:CODE_INDENT: code indent should use tabs where possible #251: FILE: lib/ethdev/rte_ethdev.h:1938: + * Value 0 means watermark monitoring is disabled, no event is$ ERROR:CODE_INDENT: code indent should use tabs where possible #252: FILE: lib/ethdev/rte_ethdev.h:1939: + * triggered.$ ERROR:CODE_INDENT: code indent should use tabs where possible #253: FILE: lib/ethdev/rte_ethdev.h:1940: + */$ WARNING:TYPO_SPELLING: 'circularly' may be misspelled - perhaps 'circular'? #291: FILE: lib/ethdev/rte_ethdev.h:3712: + * The function queries all queues in the port circularly until one total: 6 errors, 2 warnings, 189 lines checked