From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2E7B4A09E0; Fri, 13 Nov 2020 15:17:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0B7EEC87C; Fri, 13 Nov 2020 15:17:05 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2ABDAC872 for ; Fri, 13 Nov 2020 15:17:02 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id C6DBA5C00C4; Fri, 13 Nov 2020 09:17:01 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Fri, 13 Nov 2020 09:17:01 -0500 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= A5J8TELbniwINyCEOIMANzmRuw9IHHzERX6tWnFniRE=; b=YJmHd1pLhGMqM2gf TUFFZ0r7ayeeBrWEOMXRptXvLpfC1cVg4QBB052ceSffPGdUYE/q4wrjSNIy6dgx z4J+80ZONbqAZvJ/nwGQrAnLXmiE7ZSa8uS0bh5cXlb7gPqIW+W5ILFuNlqLeVJP vIRc1aWkhoZ7eJ5G08ANuSqNB9p/yfNnHUVhKriW6RKs85OhIqPLELKYJpQjce5p hpsH4x8Hrh0Y2EyAuJ9iDovLyCB3Buom4VVHAsxxp1dqrNC3kydbbYJNLgQcJLKy wjvZHu8RMmP5SE4NFPic443Er67Qm67X08Pa4uoLCCDfHoun0kKJbo6a7arh+yrV W7IQxw== 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=A5J8TELbniwINyCEOIMANzmRuw9IHHzERX6tWnFni RE=; b=C08h/8Qbpzf0qVhltDvDPsilOat2eY+a4EmLj2boKPmDeKPK4zF1sZY+m 4vQ6odUcr3P7996xG57ATMF3bSeUqm1X/u/4DYd+e4S2iCEAv2Z0BvyyP0xZ5fKJ ctogr0Ydc0JEu20mKdpjXkAf8oATynYREUxn7r7+siiaSS9CuebUgPMLrcirnqFu I9osturLkcfmxiaagzkqYjBExTMVMlmmxlCqH+IibIgmUxOc8WFAhXsEOZh69YVy p1I7GQ00n2ddF/zbp6dZ9020RW97StUaA3mVytn8KW6wJiygtBmpvadxIY1K3sR7 xJ3MyqIOoMp+glVkKPrieZOvTLSFQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedruddvhedgiedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C34893064AB4; Fri, 13 Nov 2020 09:17:00 -0500 (EST) From: Thomas Monjalon To: Nick Connolly Cc: dev@dpdk.org, Khoa To , talshn@nvidia.com Date: Fri, 13 Nov 2020 15:16:59 +0100 Message-ID: <2644481.PlByPBzL6Y@thomas> In-Reply-To: References: <20201030174617.1958-1-nick.connolly@mayadata.io> <20201031064455.991-1-nick.connolly@mayadata.io> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [EXTERNAL] [PATCH v2] windows: minor build fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" > > Meson versions >= 0.54.0 include support for handling /implib > > with msvc link. Specifying it explicitly causes failures when > > linking against the dll. Tested using Link 14.27.29112.0 and > > Clang 11.0.0. > > > > There were a number of changes to the way that import libraries > > are handled between 0.47.1 and 0.54.0. Only make the change > > for >= 0.54.0, leaving the behaviour unchanged for earlier > > versions. > > > > Signed-off-by: Nick Connolly > > Tested-by: Ranjit Menon > > Acked-by: Ranjit Menon > > --- > > v2: > > * split out config/meson.build change > > Acked-by: Khoa To Applied, thanks