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 5CEE84886D for ; Tue, 30 Sep 2025 09:10:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 50C8E40A6E; Tue, 30 Sep 2025 09:10:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5C46140A7F for ; Tue, 30 Sep 2025 09:10:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 15191124247; Tue, 30 Sep 2025 09:10:23 +0200 (CEST) Subject: |WARNING| pw157088 [PATCH 30/54] net/bnxt/tf_core: truflow global table scope In-Reply-To: <20250930003604.87108-31-manish.kurup@broadcom.com> References: <20250930003604.87108-31-manish.kurup@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Manish Kurup Message-Id: <20250930071023.15191124247@dpdk.org> Date: Tue, 30 Sep 2025 09:10:23 +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/157088 _coding style issues_ WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'? #748: FILE: drivers/net/bnxt/tf_core/v3/tfc.h:965: + * @param[in,out] parms ^^^^^ WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'? #758: FILE: drivers/net/bnxt/tf_core/v3/tfc.h:971: + struct tfc_tbl_scope_qcaps_parms *parms); ^^^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1287: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:601: + rc = tfo_tim_get(tfcp->tfo, &tim, tsid); ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1296: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:705: + rc = tfo_tim_get(tfcp->tfo, &tim, tsid); ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1328: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:794: + rc = tfo_tim_get(tfcp->tfo, &tim, tsid); ^^^ WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'? #1340: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:882: +int tfc_tbl_scope_qcaps(struct tfc *tfcp, struct tfc_tbl_scope_qcaps_parms *parms) ^^^^^ WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'? #1350: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:890: + if (parms == NULL) { ^^^^^ WARNING:TYPO_SPELLING: 'parms' may be misspelled - perhaps 'params'? #1351: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:891: + PMD_DRV_LOG_LINE(ERR, "%s: Invalid parms", __func__); ^^^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1710: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:1811: + rc = tfo_tim_get(tfcp->tfo, &tim, tsid); ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1719: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:1905: + rc = tfo_tim_get(tfcp->tfo, &tim, tsid); ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1751: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:2043: + rc = tfo_tim_get(tfcp->tfo, &tim, tsid); ^^^ WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #1753: FILE: drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c:2045: + PMD_DRV_LOG_LINE(INFO, "%s: Failed to get TIM", __func__); ^^^ WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #1876: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:18: + bool ts_is_bs_owner; /**< Backing store alloced by this instance (PF) */ ^^^^^^^ WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #1923: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:100: + /* Allocate per bp TIM database */ ^^^ WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'? #1935: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:124: + /* Allocate global scope TIM database */ ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1970: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:165: + if (tfo_tim_get(*tfo, &tim, tsid)) ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1972: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:167: + if (!tim) ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1982: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:188: + if (tim) ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #1983: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:189: + rte_free(tim); ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2217: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:617: +int tfo_tim_get(void *tfo, void **tim, uint8_t ts_tsid) ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2236: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:631: + PMD_DRV_LOG_LINE(ERR, "%s: Invalid tim pointer to pointer", ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2242: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:636: + *tim = NULL; ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2270: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:643: + *tim = tfgo->gts_tim; ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2273: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:646: + /* ts tim could be null, no need to log error message */ ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2275: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:648: + *tim = tfco->ts_tim; ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2400: FILE: drivers/net/bnxt/tf_core/v3/tfo.h:411: + * @param[out] tim ^^^ WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'? #2410: FILE: drivers/net/bnxt/tf_core/v3/tfo.h:420: +int tfo_tim_get(void *tfo, void **tim, uint8_t ts_tsid); ^^^ total: 0 errors, 27 warnings, 0 checks, 2220 lines checked __rte_packed_begin and __rte_packed_end should always be used in pairs.