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 DCAD2A0C43; Fri, 22 Oct 2021 22:25:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6438F40150; Fri, 22 Oct 2021 22:25:22 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id 84C804003E for ; Fri, 22 Oct 2021 22:25:20 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id D5F275C00DE; Fri, 22 Oct 2021 16:25:19 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 22 Oct 2021 16:25:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= 3Y4NVTlU5vCMnNPFwURmJGr7a5vzOO6C9lFOMaw/mkc=; b=AMeHmst3sz2qkAen gYbGG1EY9aUFJ2TrMUPT4ke3JS3wmbsEcGBNaEv+LlqgMSdzO+DFtxkKoY5MviQR sN5BGTRWskpj0x1IEqYtuLBfHzTbj7Z/Kmcumigr1WDytnqT7LHSj8m+0Utu7mQK gqJwnL3N99Je3tpYpQlE7EvrAyobebGWi2lnIhsMRE2nJdfJq7ms/8LrPvzSscjh dTgYfA8cy5llQIcbDOk4NCDdj1KWeAiXjWZdEvMdhBl7UJ8dXWsz+TAhkdbPdjg4 YkPLi3e6LPm7mNm7R/FMPA/14KnL67mJ4LPiCBJP9IzyC/EFnw/BKCF7NpueT0Tm 2D1vfA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=3Y4NVTlU5vCMnNPFwURmJGr7a5vzOO6C9lFOMaw/m kc=; b=hkQuRqe8w2w3aEqRwLtrzAERIUb1T/JOkcrqoHFqWDB7CS72xzGkn7XXw HCBRInbag0lR4KDkq87/4MFGPiWB/bZHWvsgVf7LmPMG9BkgzuhXt1ly0u/VJSZC RS4gCTy3yx3QRku+sdaEJkjIcp+J0knysiPCg9edgG7l+8ItGmHuaYvcvHQY6PUO Q++7wFqDYDe2HfrX8jUN6UEOUqyeUaV0EcPCrYRv0/JjcjDeROX7HAD2qSMnDIwB UkWLSU3ljOCOFSZ1UWt3Y19j7egv7PZnfF0rUukpb5lu5cuK/uESPIHUfE+8xxFS kQ5wX/j2+5vLRwzQftjzVy9qNee3g== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvddvkedgudegiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 22 Oct 2021 16:25:18 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, david.marchand@redhat.com, dmitry.kozliuk@gmail.com, navasile@linux.microsoft.com, dmitrym@microsoft.com, pallavi.kadam@intel.com Date: Fri, 22 Oct 2021 22:25:16 +0200 Message-ID: <1691062.LdySxno4ii@thomas> In-Reply-To: <20211020112554.2421080-1-bruce.richardson@intel.com> References: <20211019161537.2414549-1-bruce.richardson@intel.com> <20211020112554.2421080-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/3] library build improvements on windows 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 Sender: "dev" 20/10/2021 13:25, Bruce Richardson: > This set enables dmadev library to be built on windows, and then does some > cleanup of the lib/meson.build file to remove the separate listing of libraries > for windows builds - instead having library disabling done via the normal method > of each library reporting its own buildable status, and providing a reason if it > can't be built. > > Bruce Richardson (2): > dmadev: enable build on Windows > build/windows: remove separate list of libs > > David Marchand (1): > dmadev: remove symbol versioning for inline helpers Applied, thanks. Note: I had to update the list of libs to disable (pdump & pcapng).