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 9AE94A034F for ; Sun, 21 Mar 2021 09:51:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F85140042; Sun, 21 Mar 2021 09:51:57 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 1645C40041 for ; Sun, 21 Mar 2021 09:51:56 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 058EB36C; Sun, 21 Mar 2021 09:51:54 +0100 (CET) In-Reply-To: <20210321084915.2649-3-pbhagavatula@marvell.com> References: <20210321084915.2649-3-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20210321085155.058EB36C@dpdk.org> Date: Sun, 21 Mar 2021 09:51:54 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89600 [PATCH v2 3/4] event/octeontx2: reduce chunk pool memory usage 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/89600 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #103: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:95: + tim_ring->nb_chunks += (cache_sz * rte_lcore_count()); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #116: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:273: + if (tim_ring->disable_npa) { WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #117: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:274: + tim_ring->nb_chunks = WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #118: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:275: + tim_ring->nb_timers / WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #119: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:276: + OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #119: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:276: + OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #126: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:279: + tim_ring->nb_chunks = tim_ring->nb_timers; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #126: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:279: + tim_ring->nb_chunks = tim_ring->nb_timers; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #128: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:281: + tim_ring->nb_chunk_slots = OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz); WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #128: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:281: + tim_ring->nb_chunk_slots = OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #128: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:281: + tim_ring->nb_chunk_slots = OTX2_TIM_NB_CHUNK_SLOTS(tim_ring->chunk_sz); WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #141: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:73: +#define OTX2_TIM_MIN_CHUNK_SLOTS (0x8) total: 0 errors, 12 warnings, 40 lines checked