From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [EXT] Re: [PATCH v5 3/8] kvargs: adding a module definition file Date: Tue, 26 Mar 2019 14:55:41 +0100 Message-ID: <3620690.ieInrUnbAS@xps> References: <20190306041634.12976-1-anand.rawat@intel.com> <20190326105831.GA188340@bricha3-MOBL.ger.corp.intel.com> <5eeb911a2c8a3877f5ae110b88f56ba76df642de.camel@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "bruce.richardson@intel.com" , "pallavi.kadam@intel.com" , "anand.rawat@intel.com" , "dev@dpdk.org" , "ranjit.menon@intel.com" , "jeffrey.b.shaw@intel.com" To: Jerin Jacob Kollanukkaran Return-path: Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id C2C4756A3 for ; Tue, 26 Mar 2019 14:55:46 +0100 (CET) In-Reply-To: <5eeb911a2c8a3877f5ae110b88f56ba76df642de.camel@marvell.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/03/2019 14:37, Jerin Jacob Kollanukkaran: > On Tue, 2019-03-26 at 10:58 +0000, Bruce Richardson wrote: > > However, my hope is that down the road we can have the def file > > generated > > from the map file (or potentially vice versa). Perhaps the meson > > python > > module could be used to allow us to script it a bit. > > Make sense. Do we want to support shared lib for Windows for the first > version? or Can we live with static lib till we find a proper solution. > I do believe the base Windows Helloworld support needs to added this > release in main repo and add the subsequent features step by step. > I would treat, shared lib as subsequent feature if it is not clean. I agree, shared library can be supported later.