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 E68FAA0471 for ; Mon, 17 Jun 2019 13:29:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A14931BEF7; Mon, 17 Jun 2019 13:29:05 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id AFF261BEED for ; Mon, 17 Jun 2019 13:29:03 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 826466A7; Mon, 17 Jun 2019 07:29:02 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 17 Jun 2019 07:29: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=gYPqI958s2w7tPG0M1jLQ56hCFF3bBp9qXIU+ZoE11U=; b=PcCJDFAMQDcd kO7EYVi+Nv/ocjpbiWAmthZppnS6Yw96SznEM5uWuOz/AbKqBg4C+TZ5J5pN+wsm lcNfk843qnBcTzfygmREWL4G2BRd7PYrWJP+Ao21p57uBp90j6HeY9b+SBv1gxxX Bg7fw4Woekpa3JZW4xLVZUR/zR2Ca+8= 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=gYPqI958s2w7tPG0M1jLQ56hCFF3bBp9qXIU+ZoE1 1U=; b=gmnPjdie4a0yPCHoQfLLzMW9Z3MvkLm0f7aodurhraJX1RXwlsy8nZo3k pXJ3vsMBQs5zFAqAiByc5rIQk22KwHm+nYpIK0A9mezSfPdIYJtJCgMqs05/7ZO9 nweIV0X13Qw4HZqBSQPhrhsG+TafjJfaav+qUcsYpNCExEjKPcEBX8D9t2vOaVhZ TTf42gq3si+vnxAZiA/P5n1eDKoGsIHwCx2THqNraqN0G9sVHx2pd2JP6yFxpG2k 4P1AWgsGuCxw394qLcyln6DInV9sGRdC+8DLXfHbVNV1zpRlvHTqC3E4Qr7P7pH+ R+PGUN6yFKUzbtiiUV2TPjxNoOm1g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudeijedggeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeduleefrdegjedrudeihedrvdehudenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (unknown [193.47.165.251]) by mail.messagingengine.com (Postfix) with ESMTPA id 8F5548005A; Mon, 17 Jun 2019 07:29:00 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Mon, 17 Jun 2019 14:28:58 +0300 Message-ID: <3932886.883YnG43ho@xps> In-Reply-To: <20190617100202.GB527@bricha3-MOBL.ger.corp.intel.com> References: <20190613141155.13573-1-thomas@monjalon.net> <1724171.6hiuv8TRP4@xps> <20190617100202.GB527@bricha3-MOBL.ger.corp.intel.com> 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" 17/06/2019 13:02, Bruce Richardson: > On Mon, Jun 17, 2019 at 12:33:58PM +0300, Thomas Monjalon wrote: > > 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? > > > > No objections. Sorry for not replying sooner. > > Acked-by: Bruce Richardson Applied, thanks