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 C9AAEA034C; Tue, 18 Aug 2020 13:46:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4D93DAAB7; Tue, 18 Aug 2020 13:46:40 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id B09342BAA for ; Tue, 18 Aug 2020 13:46:38 +0200 (CEST) IronPort-SDR: r92YR7fKw2uf0UWs1fHFRufZmQxDKfcpbE83O1F5Tne1yCeWgIzbm9iB7ESpOQlgLDsut9Wqlw g3zxSdmbgZRA== X-IronPort-AV: E=McAfee;i="6000,8403,9716"; a="134404422" X-IronPort-AV: E=Sophos;i="5.76,327,1592895600"; d="scan'208";a="134404422" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2020 04:46:38 -0700 IronPort-SDR: 1Mpym/ku2z6n+l0QK6xocfsMx9T2Re0PuKJQHzixRGVHpeEuqJ1NxguRLsMmHQ/T5qnDdPWyxU OWogj3kCNVtQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,327,1592895600"; d="scan'208";a="310413464" Received: from klaatz-mobl1.ger.corp.intel.com (HELO [10.213.234.91]) ([10.213.234.91]) by orsmga002.jf.intel.com with ESMTP; 18 Aug 2020 04:46:37 -0700 To: Ciara Power , dev@dpdk.org Cc: bruce.richardson@intel.com, thomas@monjalon.net References: <20200807123009.21266-1-ciara.power@intel.com> <20200807123009.21266-7-ciara.power@intel.com> From: "Laatz, Kevin" Message-ID: <0eaaf327-fa5b-eef5-095a-bc0ba649161c@intel.com> Date: Tue, 18 Aug 2020 12:46:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200807123009.21266-7-ciara.power@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH 20.11 06/19] doc: remove references to make in compressdev 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/08/2020 13:29, Ciara Power wrote: > Make is no longer supported for compiling DPDK, references are now > removed in the documentation. > > Signed-off-by: Ciara Power > --- > doc/guides/compressdevs/isal.rst | 4 ---- > doc/guides/compressdevs/octeontx.rst | 16 ---------------- > doc/guides/compressdevs/zlib.rst | 4 ---- > 3 files changed, 24 deletions(-) > diff --git a/doc/guides/compressdevs/octeontx.rst b/doc/guides/compressdevs/octeontx.rst > index 5924ad1fa3..62585847d6 100644 > --- a/doc/guides/compressdevs/octeontx.rst > +++ b/doc/guides/compressdevs/octeontx.rst > @@ -59,18 +59,6 @@ Steps To Setup Platform > Installation > ------------ > This section heading is no longer needed since you removed the contents below. > -Driver Compilation > -~~~~~~~~~~~~~~~~~~ > - > -To compile the OCTEON TX ZIP PMD for Linux arm64 gcc target, run the > -following ``make`` command: > - > - .. code-block:: console > - > - cd > - make config T=arm64-thunderx-linux-gcc install > - > - > Initialization > -------------- > > @@ -96,10 +84,6 @@ probed. To use the PMD in an application, user must: > .. code-block:: console > > reserve enough huge pages > - cd to the top-level DPDK directory > - export RTE_TARGET=arm64-thunderx-linux-gcc > - export RTE_SDK=`pwd` > cd to app/test > - type the command "make" to compile > run the tests with "./test" ./test needs to be changed to ./dpdk-test for meson Once the minor fixes above are made, Reviewed-by: Kevin Laatz