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 47EEFA04AF; Thu, 20 Aug 2020 17:08:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21F841C0C0; Thu, 20 Aug 2020 17:08:48 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3CC131BEC4 for ; Thu, 20 Aug 2020 17:08:46 +0200 (CEST) IronPort-SDR: hQSZ6TWL+tAaimKkfwFhxvnKQ++SLDP+77ZhHZrkNcAEkxOML2eMZNokdZL8OOleM4JY9jrnUL A7rLK9kfdHUQ== X-IronPort-AV: E=McAfee;i="6000,8403,9718"; a="152726648" X-IronPort-AV: E=Sophos;i="5.76,333,1592895600"; d="scan'208";a="152726648" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2020 08:08:45 -0700 IronPort-SDR: OJZ3fEilaVguA32vzmvxshAQ+8BhpU0XA2jFMv1ZpuOWuqIdtp3+dOdIITEYqwdNmhMuYEoRtx TOB8F8CnyHLw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,333,1592895600"; d="scan'208";a="297606866" Received: from klaatz-mobl1.ger.corp.intel.com (HELO [10.213.234.93]) ([10.213.234.93]) by orsmga006.jf.intel.com with ESMTP; 20 Aug 2020 08:08:40 -0700 To: Ciara Power , dev@dpdk.org Cc: Thomas Monjalon , John McNamara , Marko Kovacevic , Anatoly Burakov , Jerin Jacob , Kiran Kumar K , Nithin Dabilpuram , Konstantin Ananyev , Ferruh Yigit , Chas Williams , "Wei Hu (Xavier)" , Olivier Matz , Andrew Rybchenko , Cristian Dumitrescu , Jasvinder Singh , Honnappa Nagarahalli , Sunil Kumar Kori References: <20200807123009.21266-1-ciara.power@intel.com> <20200820124140.13451-1-ciara.power@intel.com> <20200820124140.13451-32-ciara.power@intel.com> From: "Laatz, Kevin" Message-ID: Date: Thu, 20 Aug 2020 16:08:40 +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: <20200820124140.13451-32-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 v2 31/37] doc: remove references to make in prog 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 20/08/2020 13:41, Ciara Power wrote: > Make is no longer supported for compiling DPDK, references are now > removed in the documentation. > > Signed-off-by: Ciara Power > --- > MAINTAINERS | 3 +- > doc/guides/prog_guide/build_app.rst | 48 +-- > .../prog_guide/dev_kit_build_system.rst | 331 ------------------ > .../prog_guide/dev_kit_root_make_help.rst | 188 ---------- > .../prog_guide/env_abstraction_layer.rst | 17 +- > ...ib_make_help.rst => ext_app_make_help.rst} | 25 +- > doc/guides/prog_guide/graph_lib.rst | 6 +- > doc/guides/prog_guide/index.rst | 4 +- > doc/guides/prog_guide/intro.rst | 2 +- > .../prog_guide/ip_fragment_reassembly_lib.rst | 5 - > .../prog_guide/kernel_nic_interface.rst | 14 +- > .../link_bonding_poll_mode_drv_lib.rst | 15 +- > doc/guides/prog_guide/lto.rst | 12 +- > doc/guides/prog_guide/mbuf_lib.rst | 4 +- > doc/guides/prog_guide/mempool_lib.rst | 7 +- > doc/guides/prog_guide/overview.rst | 12 +- > doc/guides/prog_guide/profile_app.rst | 17 +- > doc/guides/prog_guide/qos_framework.rst | 10 +- > doc/guides/prog_guide/rcu_lib.rst | 7 +- > doc/guides/prog_guide/source_org.rst | 23 +- > doc/guides/prog_guide/trace_lib.rst | 3 +- > .../prog_guide/writing_efficient_code.rst | 3 +- > 22 files changed, 52 insertions(+), 704 deletions(-) > delete mode 100644 doc/guides/prog_guide/dev_kit_build_system.rst > delete mode 100644 doc/guides/prog_guide/dev_kit_root_make_help.rst > rename doc/guides/prog_guide/{ext_app_lib_make_help.rst => ext_app_make_help.rst} (69%) > Reviewed-by: Kevin Laatz