From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C9B303421 for ; Sat, 2 Mar 2019 03:41:13 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Mar 2019 18:41:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,430,1544515200"; d="scan'208";a="323385346" Received: from rmenon-mobl.amr.corp.intel.com (HELO [134.134.172.77]) ([134.134.172.77]) by fmsmga006.fm.intel.com with ESMTP; 01 Mar 2019 18:41:12 -0800 To: Stephen Hemminger , Anand Rawat Cc: dev@dpdk.org References: <20190301071847.13376-1-anand.rawat@intel.com> <20190301071847.13376-7-anand.rawat@intel.com> <20190301110229.14a7bd64@shemminger-XPS-13-9360> From: Ranjit Menon Message-ID: <04062124-6fdf-3b49-adb3-d92b60256c41@intel.com> Date: Fri, 1 Mar 2019 18:41:11 -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: <20190301110229.14a7bd64@shemminger-XPS-13-9360> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 6/6] doc: add documention 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: Sat, 02 Mar 2019 02:41:14 -0000 On 3/1/2019 11:02 AM, Stephen Hemminger wrote: > On Thu, 28 Feb 2019 23:18:47 -0800 > Anand Rawat wrote: > >> Add documentation to build helloworld example >> on windows using meson and clang. >> >> Signed-off-by: Anand Rawat >> Signed-off-by: Kadam, Pallavi >> Reviewed-by: Jeffrey B Shaw >> Reviewed-by: Ranjit Menon > > Please add an entry to the MAINTAINERS file for the Windows code. > Also, it might be good to have a git tree that can be used for merging and staging > like DPDK already has for Next-Net, Next-virtio, Next-Crypto, Next-Eventdev, ... > We don't have a next-* tree for Windows development, but we do have a draft repo. Thomas' plan was for these patches to be applied on a specific branch on the draft repo. Would that suffice? ranjit m.