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 5B28FA0543 for ; Fri, 7 Oct 2022 23:03:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57DA7427F1; Fri, 7 Oct 2022 23:03:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EE6E842670 for ; Fri, 7 Oct 2022 23:03:47 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EA3A0120EFA; Fri, 7 Oct 2022 23:03:47 +0200 (CEST) Subject: |WARNING| pw117639 [PATCH v5 1/7] mbuf: add API to get and set mbuf physical address In-Reply-To: <859249ecb375950eba98901777fae3c70c9388c7.1665176094.git.sthotton@marvell.com> References: <859249ecb375950eba98901777fae3c70c9388c7.1665176094.git.sthotton@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shijith Thotton Message-Id: <20221007210347.EA3A0120EFA@dpdk.org> Date: Fri, 7 Oct 2022 23:03:47 +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/117639 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #333: 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, 246 lines checked