From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 00/10] HelloWorld example for Windows Date: Wed, 03 Apr 2019 01:25:59 +0200 Message-ID: <4157928.DOeNkqpkgF@xps> References: <20190306041634.12976-1-anand.rawat@intel.com> <20190402035458.14664-1-anand.rawat@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, pallavi.kadam@intel.com, ranjit.menon@intel.com, jeffrey.b.shaw@intel.com, bruce.richardson@intel.com, harini.ramakrishnan@microsoft.com To: Anand Rawat Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id A06385F0F for ; Wed, 3 Apr 2019 01:26:03 +0200 (CEST) In-Reply-To: <20190402035458.14664-1-anand.rawat@intel.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" 02/04/2019 05:54, Anand Rawat: > Includes Windows-specific EAL changes and meson changes > to build the code on Windows. [...] > Anand Rawat (10): > eal: eal stub to add windows support > meson: required changes for windows > eal: add new rte_os.h header to build system > eal: update common headers to use rte_os.h > build: add module definition file for windows > eal: sys/queue.h implementation for windows > eal: add headers for compatibility with windows > eal: add minimum viable code for eal on windows > doc: add documentation for windows > build: meson changes to build on windows Applied, with few changes as discussed, thanks. First step is done, welcome to Windows world!