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 086E9A0524 for ; Sun, 30 May 2021 11:03:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E3C5540E01; Sun, 30 May 2021 11:03:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E109841137 for ; Sun, 30 May 2021 11:03:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DDA0F122E1E; Sun, 30 May 2021 11:03:11 +0200 (CEST) In-Reply-To: <20210530085929.29695-13-venkatkumar.duvvuru@broadcom.com> References: <20210530085929.29695-13-venkatkumar.duvvuru@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Venkat Duvvuru Message-Id: <20210530090311.DDA0F122E1E@dpdk.org> Date: Sun, 30 May 2021 11:03:11 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93561 [PATCH 12/58] net/bnxt: modify TRUFLOW HWRM messages 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/93561 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'crc' - possible side-effects? #268: FILE: drivers/net/bnxt/hcapi/cfa/hcapi_cfa_defs.h:61: +#define ucrc32(ch, crc) (crc32tbl[((crc) ^ (ch)) & 0xff] ^ ((crc) >> 8)) WARNING:TYPO_SPELLING: 'operaton' may be misspelled - perhaps 'operation'? #323: FILE: drivers/net/bnxt/hcapi/cfa/hcapi_cfa_defs.h:103: + HCAPI_CFA_HWOPS_EVICT, /*< This operaton is used to evit entries from WARNING:INLINE: plain inline is preferred over __inline #539: FILE: drivers/net/bnxt/hcapi/cfa/hcapi_cfa_p4.c:23: +static __inline uint32_t SWAP_WORDS32(uint32_t val32) total: 0 errors, 2 warnings, 1 checks, 3442 lines checked