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 A544FA0471 for ; Mon, 17 Jun 2019 11:34:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 77B0A1BEA8; Mon, 17 Jun 2019 11:34:04 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 50C1F1BEA4 for ; Mon, 17 Jun 2019 11:34:03 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 604507AA; Mon, 17 Jun 2019 05:34:02 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 17 Jun 2019 05:34:02 -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=4gNfkO/X0Ba9GqogfB6JMR13mM74Ua4paW5uLSFF1Ks=; b=C/gnq5agu4IP qIKVEgx1Qh786kWGJZXV2KgJqfBKLz5fgj7tUyYTU/AHdImkP1ymrGj4vLxV0sIB HcoeuzaVoo+O+0wTAtzHPmU7vS/oaOzRuccvgrwYGOqP35AiRqL6Mb5XQuKTpQss lyw0nD0xThFr6XiRkJzgO6Tt+IEO8Gw= 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=fm3; bh=4gNfkO/X0Ba9GqogfB6JMR13mM74Ua4paW5uLSFF1 Ks=; b=q9msov52uA2Ep0Q8MrDrrdCmyN8M3MkgppJlv2D829C3PmLSzzo7v49K2 EdtRoBlDn89v192Yw81VlhdHqk+JlEd2VDYszKtfS9Mt9QdTv5iG3+vqyxK9dN0d 2HnNmf3t/ftkZdphWjHv9dK3ptmmlfA91J0AoL5JVKQhYT0tr2WRr7JViOVdsLJo CO3c0/ej7U4/naTKRt+onRAGe1EPqHSHEoMaxabpOR0t0sCn50h147GneROIEd+z JFUO5yxUVygsr8Alb8puQgIfeTM9C+m/gUXe2gGP1g7yRo+0ww1g0km5CZrwIc73 hvlYMZX0cnvznfImnrs9zPuaw5nkw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudeijedgudejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepudelfedrgeejrdduieehrddvhedunecurf grrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecu vehluhhsthgvrhfuihiivgepud X-ME-Proxy: Received: from xps.localnet (unknown [193.47.165.251]) by mail.messagingengine.com (Postfix) with ESMTPA id DC837380084; Mon, 17 Jun 2019 05:34:00 -0400 (EDT) From: Thomas Monjalon To: bruce.richardson@intel.com Cc: dev@dpdk.org Date: Mon, 17 Jun 2019 12:33:58 +0300 Message-ID: <1724171.6hiuv8TRP4@xps> In-Reply-To: <20190613141155.13573-1-thomas@monjalon.net> References: <20190613141155.13573-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] maintainers: add Windows exports script 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" 13/06/2019 17:11, Thomas Monjalon: > A script used with meson was missing in the list of files. > > Fixes: 4c773788e05a ("build: generate Windows exports file") > Cc: bruce.richardson@intel.com > > Signed-off-by: Thomas Monjalon Bruce, do you agree with following addition? > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -117,6 +117,7 @@ F: lib/librte_eal/freebsd/BSDmakefile.meson > F: meson_options.txt > F: config/rte_config.h > F: buildtools/gen-pmdinfo-cfile.sh > +F: buildtools/map_to_def.py > F: buildtools/symlink-drivers-solibs.sh