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 C9698A034F for ; Thu, 25 Feb 2021 13:23:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BFF9D160878; Thu, 25 Feb 2021 13:23:49 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id D1BA6160878 for ; Thu, 25 Feb 2021 13:23:48 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id CDB8E2B92; Thu, 25 Feb 2021 13:23:48 +0100 (CET) In-Reply-To: <20210225122315.6350-3-pbhagavatula@marvell.com> References: <20210225122315.6350-3-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20210225122348.CDB8E2B92@dpdk.org> Date: Thu, 25 Feb 2021 13:23:48 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88222 [PATCH 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/88222 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #97: 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'? #110: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:273: + if (tim_ring->disable_npa) { WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #111: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:274: + tim_ring->nb_chunks = WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #112: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:275: + tim_ring->nb_timers / WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #113: 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'? #113: 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'? #120: 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'? #120: 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'? #122: 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'? #122: 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'? #122: 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'? #135: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:68: +#define OTX2_TIM_RING_DEF_CHUNK_SZ (1024) 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 (0x3F) total: 0 errors, 13 warnings, 46 lines checked