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 505F8A0560 for ; Fri, 3 Jun 2022 14:50:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C2A242B8A; Fri, 3 Jun 2022 14:50:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 160C842B89 for ; Fri, 3 Jun 2022 14:50:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 10836120945; Fri, 3 Jun 2022 14:50:09 +0200 (CEST) Subject: |WARNING| pw112304 [PATCH v4 3/7] ethdev: introduce Rx queue based fill threshold In-Reply-To: <20220603124821.1148119-4-spiked@nvidia.com> References: <20220603124821.1148119-4-spiked@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Spike Du Message-Id: <20220603125009.10836120945@dpdk.org> Date: Fri, 3 Jun 2022 14:50:09 +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/112304 _coding style issues_ WARNING:TYPO_SPELLING: 'thresold' may be misspelled - perhaps 'threshold'? #465: FILE: lib/ethdev/rte_ethdev.h:3697: + * [1-99] to set a new fill thresold. WARNING:TYPO_SPELLING: 'thresold' may be misspelled - perhaps 'threshold'? #466: FILE: lib/ethdev/rte_ethdev.h:3698: + * 0 to disable thresold monitoring. WARNING:TYPO_SPELLING: 'circularly' may be misspelled - perhaps 'circular'? #481: FILE: lib/ethdev/rte_ethdev.h:3713: + * The function queries all queues in the port circularly until one total: 0 errors, 3 warnings, 338 lines checked