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 F1065A053A; Tue, 4 Aug 2020 20:51:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3DA3829D2; Tue, 4 Aug 2020 20:51:36 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id 9F7BB255 for ; Tue, 4 Aug 2020 20:51:34 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id E48EE20B4908; Tue, 4 Aug 2020 11:51:33 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com E48EE20B4908 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1596567093; bh=cmKzptDsI4NcHKEN2CP5VAJF/JcNJHXDsiuI1GL7uxs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IFUnoOeixyo2KFRam1uGgTqJTwaK6j03LfQ+pUhZpCBJLc+uhFJ90WD3i9bFyQPA6 P8ZgL3OH/6yBACiZwKU3K9unAxxxCww/K74WMaDogOVE+mwTLafzDVyMicsGnztzxj fpYxQV8VNdp0QZdjTw0sAiY0CSurArX6FeSp5G98= Date: Tue, 4 Aug 2020 11:51:33 -0700 From: Narcisa Ana Maria Vasile To: Fady Bader Cc: dev@dpdk.org, thomas@monjalon.net, tbashar@mellanox.com, talshn@mellanox.com, yohadt@mellanox.com, dmitry.kozliuk@gmail.com, harini.ramakrishnan@microsoft.com, ocardona@microsoft.com, pallavi.kadam@intel.com, ranjit.menon@intel.com, kevin.laatz@intel.com, ferruh.yigit@intel.com, arybchenko@solarflare.com, ciara.power@intel.com Message-ID: <20200804185133.GE129013@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20200625133038.25180-1-fady@mellanox.com> <20200804062947.6176-1-fady@mellanox.com> <20200804062947.6176-6-fady@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200804062947.6176-6-fady@mellanox.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH v4 5/5] ethdev: compiling ethdev under 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" On Tue, Aug 04, 2020 at 09:29:47AM +0300, Fady Bader wrote: > Compiling needed libraries for ethdev under Windows. > > Signed-off-by: Fady Bader > --- > lib/meson.build | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Narcisa Vasile