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 4583BA0562 for ; Thu, 1 Apr 2021 14:42:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 34BBC141213; Thu, 1 Apr 2021 14:42:26 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 85889141213 for ; Thu, 1 Apr 2021 14:42:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 81137121321; Thu, 1 Apr 2021 14:42:25 +0200 (CEST) In-Reply-To: <20210401123817.14348-18-ndabilpuram@marvell.com> References: <20210401123817.14348-18-ndabilpuram@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20210401124225.81137121321@dpdk.org> Date: Thu, 1 Apr 2021 14:42:25 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90390 [PATCH v3 17/52] common/cnxk: add base nix support 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/90390 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #673: FILE: drivers/common/cnxk/roc_nix_priv.h:11: +#define NIX_CQ_ALIGN (uint16_t)512 ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #674: FILE: drivers/common/cnxk/roc_nix_priv.h:12: +#define NIX_MAX_SQB (uint16_t)512 ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #677: FILE: drivers/common/cnxk/roc_nix_priv.h:15: +#define NIX_SQB_LIST_SPACE (uint16_t)2 ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #678: FILE: drivers/common/cnxk/roc_nix_priv.h:16: +#define NIX_SQB_LOWER_THRESH (uint16_t)70 total: 4 errors, 0 warnings, 731 lines checked