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 3657FA0562 for ; Tue, 23 Mar 2021 09:45:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3051B4014F; Tue, 23 Mar 2021 09:45:43 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 106674014D for ; Tue, 23 Mar 2021 09:45:42 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 0C5D82901; Tue, 23 Mar 2021 09:45:42 +0100 (CET) In-Reply-To: <20210323084439.3898-3-pbhagavatula@marvell.com> References: <20210323084439.3898-3-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20210323084542.0C5D82901@dpdk.org> Date: Tue, 23 Mar 2021 09:45:42 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89669 [PATCH v3 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/89669 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #109: 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'? #122: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:273: + if (tim_ring->disable_npa) { WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #123: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:274: + tim_ring->nb_chunks = WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #124: FILE: drivers/event/octeontx2/otx2_tim_evdev.c:275: + tim_ring->nb_timers / WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #125: 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'? #125: 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'? #132: 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'? #132: 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'? #134: 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'? #134: 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'? #134: 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'? #147: FILE: drivers/event/octeontx2/otx2_tim_evdev.h:73: +#define OTX2_TIM_MIN_CHUNK_SLOTS (0x8) total: 0 errors, 12 warnings, 40 lines checked