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 AEBECA0548 for ; Mon, 26 Apr 2021 19:49:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AAD844120B; Mon, 26 Apr 2021 19:49:45 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2FC1C411F3 for ; Mon, 26 Apr 2021 19:49:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DA747121158; Mon, 26 Apr 2021 19:49:43 +0200 (CEST) In-Reply-To: <20210426174441.2302-31-pbhagavatula@marvell.com> References: <20210426174441.2302-31-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20210426174943.DA747121158@dpdk.org> Date: Mon, 26 Apr 2021 19:49:43 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92216 [PATCH v2 30/33] event/cnxk: add timer cancel function 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/92216 _coding style issues_ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #98: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:99: + cnxk_tim_ops.cancel_burst = cnxk_tim_timer_cancel_burst; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #98: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:99: + cnxk_tim_ops.cancel_burst = cnxk_tim_timer_cancel_burst; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #111: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:240: +cnxk_tim_timer_cancel_burst(const struct rte_event_timer_adapter *adptr, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #112: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:241: + struct rte_event_timer **tim, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #128: FILE: drivers/event/cnxk/cnxk_tim_worker.c:157: +cnxk_tim_timer_cancel_burst(const struct rte_event_timer_adapter *adptr, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #129: FILE: drivers/event/cnxk/cnxk_tim_worker.c:158: + struct rte_event_timer **tim, WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #138: FILE: drivers/event/cnxk/cnxk_tim_worker.c:167: + if (tim[index]->state == RTE_EVENT_TIMER_CANCELED) { WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #143: FILE: drivers/event/cnxk/cnxk_tim_worker.c:172: + if (tim[index]->state != RTE_EVENT_TIMER_ARMED) { WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #147: FILE: drivers/event/cnxk/cnxk_tim_worker.c:176: + ret = cnxk_tim_rm_entry(tim[index]); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #147: FILE: drivers/event/cnxk/cnxk_tim_worker.c:176: + ret = cnxk_tim_rm_entry(tim[index]); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #165: FILE: drivers/event/cnxk/cnxk_tim_worker.h:565: +cnxk_tim_rm_entry(struct rte_event_timer *tim) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #165: FILE: drivers/event/cnxk/cnxk_tim_worker.h:565: +cnxk_tim_rm_entry(struct rte_event_timer *tim) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #167: FILE: drivers/event/cnxk/cnxk_tim_worker.h:567: + struct cnxk_tim_ent *entry; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #168: FILE: drivers/event/cnxk/cnxk_tim_worker.h:568: + struct cnxk_tim_bkt *bkt; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #171: FILE: drivers/event/cnxk/cnxk_tim_worker.h:571: + if (tim->impl_opaque[1] == 0 || tim->impl_opaque[0] == 0) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #171: FILE: drivers/event/cnxk/cnxk_tim_worker.h:571: + if (tim->impl_opaque[1] == 0 || tim->impl_opaque[0] == 0) WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #174: FILE: drivers/event/cnxk/cnxk_tim_worker.h:574: + entry = (struct cnxk_tim_ent *)(uintptr_t)tim->impl_opaque[0]; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #174: FILE: drivers/event/cnxk/cnxk_tim_worker.h:574: + entry = (struct cnxk_tim_ent *)(uintptr_t)tim->impl_opaque[0]; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #175: FILE: drivers/event/cnxk/cnxk_tim_worker.h:575: + if (entry->wqe != tim->ev.u64) { WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #176: FILE: drivers/event/cnxk/cnxk_tim_worker.h:576: + tim->impl_opaque[0] = 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #177: FILE: drivers/event/cnxk/cnxk_tim_worker.h:577: + tim->impl_opaque[1] = 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #181: FILE: drivers/event/cnxk/cnxk_tim_worker.h:581: + bkt = (struct cnxk_tim_bkt *)(uintptr_t)tim->impl_opaque[1]; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #181: FILE: drivers/event/cnxk/cnxk_tim_worker.h:581: + bkt = (struct cnxk_tim_bkt *)(uintptr_t)tim->impl_opaque[1]; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #182: FILE: drivers/event/cnxk/cnxk_tim_worker.h:582: + lock_sema = cnxk_tim_bkt_inc_lock(bkt); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #183: FILE: drivers/event/cnxk/cnxk_tim_worker.h:583: + if (cnxk_tim_bkt_get_hbt(lock_sema) || WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #184: FILE: drivers/event/cnxk/cnxk_tim_worker.h:584: + !cnxk_tim_bkt_get_nent(lock_sema)) { WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #185: FILE: drivers/event/cnxk/cnxk_tim_worker.h:585: + tim->impl_opaque[0] = 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #186: FILE: drivers/event/cnxk/cnxk_tim_worker.h:586: + tim->impl_opaque[1] = 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #187: FILE: drivers/event/cnxk/cnxk_tim_worker.h:587: + cnxk_tim_bkt_dec_lock(bkt); WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #193: FILE: drivers/event/cnxk/cnxk_tim_worker.h:593: + tim->state = RTE_EVENT_TIMER_CANCELED; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #194: FILE: drivers/event/cnxk/cnxk_tim_worker.h:594: + tim->impl_opaque[0] = 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #195: FILE: drivers/event/cnxk/cnxk_tim_worker.h:595: + tim->impl_opaque[1] = 0; WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #196: FILE: drivers/event/cnxk/cnxk_tim_worker.h:596: + cnxk_tim_bkt_dec_lock(bkt); total: 0 errors, 33 warnings, 92 lines checked