From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 872F4A00BE for ; Fri, 12 Jun 2020 15:43:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 797571BFA9; Fri, 12 Jun 2020 15:42:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 0EE331BF87; Fri, 12 Jun 2020 15:42:58 +0200 (CEST) In-Reply-To: <20200612132934.16488-17-somnath.kotur@broadcom.com> References: <20200612132934.16488-17-somnath.kotur@broadcom.com> To: test-report@dpdk.org Cc: Somnath Kotur Message-Id: <20200612134258.0EE331BF87@dpdk.org> Date: Fri, 12 Jun 2020 15:42:58 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw71408 [PATCH 16/50] net/bnxt: add core changes for EM and EEM lookups X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/71408 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #3174: FILE: drivers/net/bnxt/tf_core/tf_em.c:119: + (uint8_t *)&tbl_scope_cb->em_ctx_info[parms->dir].em_tables[TF_KEY0_TABLE]; WARNING:LONG_LINE: line over 90 characters #3190: FILE: drivers/net/bnxt/tf_core/tf_em.c:135: + (uint8_t *)&tbl_scope_cb->em_ctx_info[parms->dir].em_tables[TF_KEY1_TABLE]; CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #3240: FILE: drivers/net/bnxt/tf_core/tf_em.c:204: + PMD_DRV_LOG( CHECK:OPEN_ENDED_LINE: Lines should not end with a '[' #3292: FILE: drivers/net/bnxt/tf_core/tf_em.c:288: + (uint8_t *)&tbl_scope_cb->em_ctx_info[parms->dir].em_tables[ WARNING:IF_0: Consider removing the code enclosed by this #if 0 and its #endif #3989: FILE: drivers/net/bnxt/tf_core/tf_rm.c:3189: +#if 0 CHECK:CAMELCASE: Avoid CamelCase: #4025: FILE: drivers/net/bnxt/tf_core/tf_tbl.c:64: + "No mapping for page: %d table: %016" PRIu64 " ", CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'parms->rx_num_flows_in_k != 0' #4247: FILE: drivers/net/bnxt/tf_core/tf_tbl.c:706: + if ((parms->rx_num_flows_in_k != 0) && (parms->rx_max_key_sz_in_bits / 8 == 0)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'parms->tx_num_flows_in_k != 0' #4257: FILE: drivers/net/bnxt/tf_core/tf_tbl.c:714: + if ((parms->tx_num_flows_in_k != 0) && (parms->tx_max_key_sz_in_bits / 8 == 0)) { CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #4772: FILE: drivers/net/bnxt/tf_core/tf_tbl.c:1632: + base_addr = (void *)(uintptr_t)hcapi_get_table_page( total: 0 errors, 3 warnings, 6 checks, 4576 lines checked