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 755C743BE4; Tue, 27 Feb 2024 23:45:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49DA04026E; Tue, 27 Feb 2024 23:45:42 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 3972940150 for ; Tue, 27 Feb 2024 23:45:41 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 3AF1220B74C0; Tue, 27 Feb 2024 14:45:40 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3AF1220B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1709073940; bh=bzaKQ8z8LTRPOTzH67yvclxuq41iWhwcWIypX2S/8Zs=; h=Date:From:To:Subject:References:In-Reply-To:From; b=AkL75UsHzZHpQW97xV66s6pTZA7ThTGABk6Tqy7tb50X5BFKeQD/PXg3s06j47lo3 hdT1HiwUzsHv/RUczfJL/3cqAZMleT6cfJGwY3rJ0V2+fcsVTJFIGGlEEIi1BGudv4 yTg7L2DwGpa/htbrT0arGC8h5e2wL8T0IC6WH36c= Date: Tue, 27 Feb 2024 14:45:40 -0800 From: Tyler Retzlaff To: dev@dpdk.org Subject: Re: [PATCH] remove some MSVC conditional compile to empty Message-ID: <20240227224540.GA30483@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1708035618-14090-1-git-send-email-roretzla@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1708035618-14090-1-git-send-email-roretzla@linux.microsoft.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Thu, Feb 15, 2024 at 02:20:17PM -0800, Tyler Retzlaff wrote: > Introduce a new macro __rte_attribute intended for internal use that > may be used when defining other __rte_xxx macros that should expand > empty on MSVC. > > Use the new macro to clean up conditional compile in rte_common.h > > Tyler Retzlaff (1): > eal: provide rte attribute macro for GCC attribute > > lib/eal/include/rte_common.h | 77 ++++++++++++-------------------------------- > 1 file changed, 21 insertions(+), 56 deletions(-) > > -- > 1.8.3.1 series was not popular so withdrawn due to objections.