From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 841E942612; Fri, 22 Sep 2023 06:16:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 036BD40265; Fri, 22 Sep 2023 06:16:01 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id F1B6C40151 for ; Fri, 22 Sep 2023 06:15:58 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 220F4212C5BC; Thu, 21 Sep 2023 21:15:58 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 220F4212C5BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1695356158; bh=hhsN/1pH4iSHCfr22IX70VxGc+drASJwAwedNTJ+/Y8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AQnzdinxd66NFvnbhaMmEeB3Y2AK9pUhbaQr3+Og/joNRZSGKMrddIX3Hw+ATtsts DNB/64L/+S+trfvB2DNAeW2py1uJF6dGUaRCvYJVhsHSchRirTOdOyqPhTSwT30tjP RWWX5rw5F1rA/OKfbxRcjZvwgPAxZJEmbeywosoM= Date: Thu, 21 Sep 2023 21:15:58 -0700 From: Tyler Retzlaff To: David Young Cc: dev@dpdk.org, Bruce Richardson Subject: Re: [PATCH 0/6] docs: Unify Getting Started Guides Message-ID: <20230922041558.GA20589@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230920154817.617-1-dave@youngcopy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230920154817.617-1-dave@youngcopy.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Wed, Sep 20, 2023 at 11:48:04AM -0400, David Young wrote: > The separate Getting Started Guides for Linux, FreeBSD, and Windows have been > consolidated into a single, streamlined guide to simplify the user experience > and facilitate easier maintenance. > seems like a good idea to me. i'm assuming that the existing content is just being re-organized. after the re-organization is complete i'll plan to bring some of the windows specific content up to date. thanks for doing this. Series-acked-by: Tyler Retzlaff