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 671E9A04C7; Mon, 14 Sep 2020 18:52:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E9ABC1BFC5; Mon, 14 Sep 2020 18:52:55 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 376121BFC4 for ; Mon, 14 Sep 2020 18:52:54 +0200 (CEST) IronPort-SDR: aBaL6iqbtPHGqvGDxJMxBSM9t0/1da6VW5HkBLYhRqjnPYONjVT+dOrEi/hU5EIywDgEk8LLQP o9ARSdxnCKdw== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="156550078" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="156550078" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 09:52:52 -0700 IronPort-SDR: zY3AG6+uDYrn4pqGn4sJ97Z1TSLhp8ReTMe1oAyca627BC1LBRL7Th3y/EETHblc6dbjLvMBsu viIWAGber35Q== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="450952600" Received: from klaatz-mobl1.ger.corp.intel.com (HELO [10.213.247.165]) ([10.213.247.165]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 09:52:50 -0700 To: Thomas Monjalon , dev@dpdk.org Cc: david.marchand@redhat.com, bruce.richardson@intel.com, ciara.power@intel.com References: <20200903152717.42095-1-ciara.power@intel.com> <20200907220711.437405-1-thomas@monjalon.net> <20200907220711.437405-21-thomas@monjalon.net> From: "Laatz, Kevin" Message-ID: Date: Mon, 14 Sep 2020 17:52:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200907220711.437405-21-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v4 20/31] doc: remove references to make from platforms guides 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 07/09/2020 23:07, Thomas Monjalon wrote: > From: Ciara Power > > Make is no longer supported for compiling DPDK, references are now > removed in the documentation. > > Signed-off-by: Ciara Power > --- > doc/guides/platform/bluefield.rst | 22 --------------------- > doc/guides/platform/octeontx.rst | 33 +------------------------------ > doc/guides/platform/octeontx2.rst | 32 ------------------------------ > 3 files changed, 1 insertion(+), 86 deletions(-) > [...] Reviewed-by: Kevin Laatz