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 68B0CA0542 for ; Fri, 7 Oct 2022 21:31:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 61926427F6; Fri, 7 Oct 2022 21:31:35 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DC457400D5 for ; Fri, 7 Oct 2022 21:31:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D4CF9120EFA; Fri, 7 Oct 2022 21:31:33 +0200 (CEST) Subject: |WARNING| pw117631 [PATCH v4 1/7] mbuf: add API to get and set mbuf physical address In-Reply-To: <8380a296e1b5e7775691fbe20966e267a37dbf1f.1665170500.git.sthotton@marvell.com> References: <8380a296e1b5e7775691fbe20966e267a37dbf1f.1665170500.git.sthotton@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shijith Thotton Message-Id: <20221007193133.D4CF9120EFA@dpdk.org> Date: Fri, 7 Oct 2022 21:31:33 +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/117631 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #323: FILE: lib/mbuf/rte_mbuf_core.h:739: +#define rte_pktmbuf_iova_offset(m, o) (rte_iova_t)(rte_mbuf_iova_get(m) + (m)->data_off + (o)) total: 1 errors, 0 warnings, 236 lines checked