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 6FB71A04BC; Fri, 9 Oct 2020 14:13:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 36C571D59A; Fri, 9 Oct 2020 14:13:06 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 415711D596 for ; Fri, 9 Oct 2020 14:13:05 +0200 (CEST) IronPort-SDR: HbaLMJT5Cnjh7oWprO9h8ohx0mNMPosBUuhW8nGiSOgcqUr5UJW+fowpHwUCLzxTsH+E2Mb7eJ 8V4znqViEPoQ== X-IronPort-AV: E=McAfee;i="6000,8403,9768"; a="250169876" X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="250169876" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 05:13:03 -0700 IronPort-SDR: gGBNjEH53HWIn1FQN8eDSnJhIiHWkD8LZ29AHdTo+rLHEwzkj/BcRdcOgFMXnrrP721YLMUUOx SVGUtgKc4xlA== X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="462170761" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.18.7]) ([10.252.18.7]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 05:12:59 -0700 From: Ferruh Yigit To: Ciara Power , dev@dpdk.org Cc: Anatoly Burakov , John McNamara , Marko Kovacevic , Jerin Jacob , Kiran Kumar K , Nithin Dabilpuram , Konstantin Ananyev , 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> <20200921135931.13355-1-ciara.power@intel.com> <20200921135931.13355-7-ciara.power@intel.com> Message-ID: <7e17e03a-f97b-5f3f-8703-835e8cd15696@intel.com> Date: Fri, 9 Oct 2020 13:12:56 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v5 06/20] doc: remove references to make from prog 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 10/9/2020 1:07 PM, Ferruh Yigit wrote: > On 9/21/2020 2:59 PM, Ciara Power wrote: >> Make is no longer supported for compiling DPDK, references are now >> removed in the documentation. >> >> Signed-off-by: Ciara Power >> Reviewed-by: Kevin Laatz >> --- >>   doc/guides/prog_guide/env_abstraction_layer.rst | 17 ++++++----------- >>   doc/guides/prog_guide/graph_lib.rst             |  6 ++---- >>   .../prog_guide/ip_fragment_reassembly_lib.rst   |  5 ----- >>   doc/guides/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/profile_app.rst           | 17 +++-------------- >>   doc/guides/prog_guide/qos_framework.rst         | 10 +--------- >>   doc/guides/prog_guide/rcu_lib.rst               |  7 +++---- >>   doc/guides/prog_guide/trace_lib.rst             |  3 +-- >>   .../prog_guide/writing_efficient_code.rst       |  3 +-- >>   13 files changed, 38 insertions(+), 82 deletions(-) >> > > For kernel_nic_interface.rst, > Reviewed-by: Ferruh Yigit > Ahh, I acked the wrong version, I will carry them to v6