From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 0/6] HelloWorld example for Windows Date: Fri, 1 Mar 2019 13:47:36 +0000 Message-ID: <20190301134736.GA310912@bricha3-MOBL.ger.corp.intel.com> References: <20190301071847.13376-1-anand.rawat@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Anand Rawat Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 14A9E3576 for ; Fri, 1 Mar 2019 14:47:40 +0100 (CET) Content-Disposition: inline In-Reply-To: <20190301071847.13376-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" On Thu, Feb 28, 2019 at 11:18:41PM -0800, Anand Rawat wrote: > Helloworld example for Windows. > Includes Windows-specific EAL changes and meson > changes to build the code on Windows. > > Anand Rawat (6): > eal: eal stub to add windows support > eal: Add header files to support windows > eal: Add headers for compatibility with windows environment > eal: add minimum viable code for eal on windows > examples: Add meson changes for windows > doc: add documention for windows > Thanks for this, it's good to see some progress here with small managable patches. I've just tried this on my laptop using clang + meson + ninja. I see some warnings at the link phase due to unknown flags, but otherwise things compile and link ok and I get helloworld app running and printing hello from all cores. Specifying a coremask doesn't seem to work though - perhaps something to look at for a V2. Thanks, /Bruce