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 B30A943AF4 for ; Mon, 12 Feb 2024 21:52:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC31640274; Mon, 12 Feb 2024 21:52:38 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7259F4026E for ; Mon, 12 Feb 2024 21:52:37 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 61690121F0B; Mon, 12 Feb 2024 21:52:37 +0100 (CET) Subject: |WARNING| pw136602 [PATCH v2] eal: provide macro to allocate and name a section or segment In-Reply-To: <1707771106-29545-1-git-send-email-roretzla@linux.microsoft.com> References: <1707771106-29545-1-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20240212205237.61690121F0B@dpdk.org> Date: Mon, 12 Feb 2024 21:52:37 +0100 (CET) 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/136602 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #84: FILE: lib/eal/include/rte_common.h:184: +#define __rte_section(name) \ + __pragma(data_seg(name)) __declspec(allocate(name)) total: 1 errors, 0 warnings, 25 lines checked Warning in lib/eal/include/rte_common.h: Using compiler attribute directly