From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id ADB25A04E0; Fri, 29 Nov 2019 11:10:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DFB489E4; Fri, 29 Nov 2019 11:10:00 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2B8D81F5 for ; Fri, 29 Nov 2019 11:09:58 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2019 02:09:58 -0800 X-IronPort-AV: E=Sophos;i="5.69,257,1571727600"; d="scan'208";a="203690384" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.46]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Nov 2019 02:09:56 -0800 Date: Fri, 29 Nov 2019 10:09:53 +0000 From: Bruce Richardson To: Xiaolong Ye Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, haiyue.wang@intel.com Message-ID: <20191129100953.GA18@bricha3-MOBL.ger.corp.intel.com> References: <20191129081911.92988-1-xiaolong.ye@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191129081911.92988-1-xiaolong.ye@intel.com> User-Agent: Mutt/1.12.1 (2019-06-15) Subject: Re: [dpdk-dev] [PATCH] doc: introduce openwrt how-to guide 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Nov 29, 2019 at 04:19:11PM +0800, Xiaolong Ye wrote: > This doc describes how to enable DPDK on openwrt in both virtual and > physical x86 environment. > > Signed-off-by: Xiaolong Ye > --- At this point, I don't think it's a good idea to be adding more instructions for building DPDK using make - it will only make the future switchover to using meson harder. Can you update the doc to describe the process using meson for the DPDK build. /Bruce