From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C79192BA7 for ; Wed, 6 Mar 2019 00:43:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2019 15:43:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,445,1544515200"; d="scan'208";a="324543830" Received: from anandraw-mobl.amr.corp.intel.com (HELO [10.121.163.141]) ([10.121.163.141]) by fmsmga006.fm.intel.com with ESMTP; 05 Mar 2019 15:43:46 -0800 To: David Marchand , "Richardson, Bruce" Cc: "dev@dpdk.org" References: <20190301071847.13376-1-anand.rawat@intel.com> <20190301134736.GA310912@bricha3-MOBL.ger.corp.intel.com> From: Anand Rawat Message-ID: Date: Tue, 5 Mar 2019 15:43:46 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 0/6] HelloWorld example for 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: , X-List-Received-Date: Tue, 05 Mar 2019 23:43:48 -0000 On 3/4/2019 2:13 AM, David Marchand wrote: > > > On Fri, Mar 1, 2019 at 2:48 PM Bruce Richardson > > wrote: > > 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. > > > Some easy warnings to fix: This will be fixed in v2. -- Anand Rawat