From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E14D71DA4 for ; Wed, 6 Mar 2019 09:33:18 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4DBBE221C6; Wed, 6 Mar 2019 03:33:18 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 06 Mar 2019 03:33:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=AbuiA0Nn2z7h2Kh2jTttIbrlG4/K9nJYubRJWx+p4CM=; b=McP8HdMFS0rN Q0gJ75GKbLDNLdyryzIOTWZTT/DGTQGocezNlJ2dnLtY476cqfKq/K6bZoMAKPGh rgQQEmLNQOKh4AvHuxHy9oyCggf730lhZP5zZMo66KMOGBpgsCHGR+KHBKdzUatt 4nyW67s84VJz2U5/KJtdpHmnZRhKH6k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=AbuiA0Nn2z7h2Kh2jTttIbrlG4/K9nJYubRJWx+p4 CM=; b=dsmVc/Tsq7E3jS+5tuqZBvu9I4EWH1DnTYvl8n8zw3fKMelZO56rIIl+p XQYNq0rJQuvQil3C1UmKjOu97c68hZE9HN7Xe42Ta/sRUIKh5M5f5p4kzRU0eU6b g4fosfaqtwo18HUr+CpvhcU4TwxtMhkhSlq1+P9cwzffTiruIPwtqoDXfQuyG3p2 IIswy+5a77uxyiISVE1C5/udbmx4iPCAl/as3/J/u07ultwW3q+ZEOondy5CDRbP XQrRWXAKCkopbi0uZ7+un/r/rP1Xs8fN10TRUFQk9CgmqyV7gHeH7aX87PXuyMFe 8yVX/HeVp41F8fMnWFapxlZjQ9jZA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrfeeggdduvdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeekuddrudekhedrudeiiedrudeileenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (169.166.185.81.rev.sfr.net [81.185.166.169]) by mail.messagingengine.com (Postfix) with ESMTPA id 67604E4121; Wed, 6 Mar 2019 03:33:16 -0500 (EST) From: Thomas Monjalon To: Ranjit Menon , Stephen Hemminger Cc: dev@dpdk.org, Anand Rawat Date: Wed, 06 Mar 2019 09:33:12 +0100 Message-ID: <1675159.GtGYOEQNoP@xps> In-Reply-To: <04062124-6fdf-3b49-adb3-d92b60256c41@intel.com> References: <20190301071847.13376-1-anand.rawat@intel.com> <20190301110229.14a7bd64@shemminger-XPS-13-9360> <04062124-6fdf-3b49-adb3-d92b60256c41@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Wed, 06 Mar 2019 08:33:19 -0000 02/03/2019 03:41, Ranjit Menon: > 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? Yes, it's enough. Please update your branch accordingly to help other contributors work on top of the latest changes. About next- branches, it is used for areas which have an identified experienced maintainer. It is too early for Windows support. I will take care of integrating the first patches in master when the quality level will be sufficient.