From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 655E3A0679 for ; Wed, 3 Apr 2019 01:03:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 128E25B40; Wed, 3 Apr 2019 01:03:09 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id BB7F55B3C for ; Wed, 3 Apr 2019 01:03:07 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4264A20087; Tue, 2 Apr 2019 19:03:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 02 Apr 2019 19:03:07 -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=mesmtp; bh=8LycuHPb9KykIvG0ywE7qTR9RlC/pqOT9Gf6V1eWKhc=; b=idNQWZxjLSXo FsOUfudHJPMVlx9WRi7aViwVlS9/etVHxxwL65B6ibhIvcIQkOA8wjpFF1WoUaGm 0j8tud6Km3bo6dl5UrTZJnRQROAbNKYee5atqEctabH97NzOONipDKEqAgc/LMx6 NrV7e282RHb7VLMkM/W2zbs3KX0LRRQ= 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=fm2; bh=8LycuHPb9KykIvG0ywE7qTR9RlC/pqOT9Gf6V1eWK hc=; b=RFvtzmoqwjxTACBZyiydJeUqGD2E7rH6Q2pzyN5avG19UFKnmFKxgSJ0D tWMxYRBRPZlhNP8Gc129FU8v6HQbs5D/jYitjc0PSDt+5qOjgdIMaqu/SGSwjKGq tyZq7jlpYZJaS3wPmUXeMZ8dFvLnzaSMUbKwUvdAm5e8Z/MoZMqQ3X+P8bDWu2q3 2yZaScEpGnHugqu44MgrB1CciJ663stKLlLl+pTH+KjigdR/WnupUC5qEkrRxJgL du4bOpBxL2BO2VVazLRDc16jP31i5RBEv4fdx9XAqUS+txUgJ91VZFs5S6p2QH6W KBRq6DG2FJACuhjKOn1AM7Hyg5oyw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtddugdduieculddtuddrgedutddrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvden ucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrg hlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsth gvrhfuihiivgeptd 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 D29AAE43A3; Tue, 2 Apr 2019 19:03:05 -0400 (EDT) From: Thomas Monjalon To: Anand Rawat Cc: dev@dpdk.org, pallavi.kadam@intel.com, ranjit.menon@intel.com, jeffrey.b.shaw@intel.com, bruce.richardson@intel.com Date: Wed, 03 Apr 2019 01:03:04 +0200 Message-ID: <3323224.tDCZblWWx8@xps> In-Reply-To: <20190402035458.14664-6-anand.rawat@intel.com> References: <20190306041634.12976-1-anand.rawat@intel.com> <20190402035458.14664-1-anand.rawat@intel.com> <20190402035458.14664-6-anand.rawat@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v8 05/10] build: add module definition file for windows 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" Message-ID: <20190402230304.UwAJwRGHaGJpv-BP9MwrrHOe_ugid-u9EFN8kHQSzH0@z> 02/04/2019 05:54, Anand Rawat: > Updated lib/meson.build to create shared libraries on Windows. > Added DEF files to list the exports for the eal and kvargs libraries. > > Signed-off-by: Bruce Richardson > Signed-off-by: Anand Rawat > Reviewed-by: Pallavi Kadam > Reviewed-by: Ranjit Menon > --- > lib/librte_eal/rte_eal_exports.def | 9 +++++++++ For info, this file is not listed in MAINTAINERS. Will add it.