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 B03D143217 for ; Fri, 27 Oct 2023 16:56:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3FAD42E10; Fri, 27 Oct 2023 16:56:45 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7E78D410EE for ; Fri, 27 Oct 2023 16:56:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7A75F120A1D; Fri, 27 Oct 2023 16:56:41 +0200 (CEST) Subject: |WARNING| pw133508 [PATCH 3/7] common/nitrox: add compress hardware queue management In-Reply-To: <20231027145534.16803-4-rnagadheeraj@marvell.com> References: <20231027145534.16803-4-rnagadheeraj@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nagadheeraj Rottela Message-Id: <20231027145641.7A75F120A1D@dpdk.org> Date: Fri, 27 Oct 2023 16:56:41 +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/133508 _coding style issues_ WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #99: FILE: drivers/common/nitrox/nitrox_csr.h:36: +#define ZQMQ_TIM_LDX(_i) (0x30038UL + ((_i) * 0x40000UL)) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #167: FILE: drivers/common/nitrox/nitrox_hal.c:213: + union zqmq_tim_ld zqmq_tim_ld; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #167: FILE: drivers/common/nitrox/nitrox_hal.c:213: + union zqmq_tim_ld zqmq_tim_ld; WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #207: FILE: drivers/common/nitrox/nitrox_hal.c:253: + reg_addr = ZQMQ_TIM_LDX(ring); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #208: FILE: drivers/common/nitrox/nitrox_hal.c:254: + zqmq_tim_ld.u64 = 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #209: FILE: drivers/common/nitrox/nitrox_hal.c:255: + zqmq_tim_ld.s.timer_load_value = 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #210: FILE: drivers/common/nitrox/nitrox_hal.c:256: + nitrox_write_csr(bar_addr, reg_addr, zqmq_tim_ld.u64); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #330: FILE: drivers/common/nitrox/nitrox_hal.h:231: +union zqmq_tim_ld { total: 0 errors, 8 warnings, 427 lines checked Warning in drivers/common/nitrox/nitrox_qp.h: Using rte_atomicNN_xxx Warning in drivers/common/nitrox/nitrox_qp.h: Using rte_smp_[r/w]mb