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 553F4A04BC; Fri, 9 Oct 2020 14:07:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 397F01D5A0; Fri, 9 Oct 2020 14:07:16 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 37CC31D59F for ; Fri, 9 Oct 2020 14:07:13 +0200 (CEST) IronPort-SDR: G9VARoYr6iKsBFON7/Ko3UBKfSDEUQD9ARkn3ce+TjDw7MMvuGeusL7KQO5Qerx0/nT0KfRPcU c2sBfz3TsYZQ== X-IronPort-AV: E=McAfee;i="6000,8403,9768"; a="145340737" X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="145340737" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 05:07:11 -0700 IronPort-SDR: oBKUgVI8TKju/x5ZCiWeMaXSW2+fbNpqYVBz7TnFNBpsl3rFkoDsz360lhWRwzHV8UEnyInAA7 P5fWD7FCEk8A== X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="462169002" 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:07:07 -0700 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> From: Ferruh Yigit Message-ID: Date: Fri, 9 Oct 2020 13:07:06 +0100 MIME-Version: 1.0 In-Reply-To: <20200921135931.13355-7-ciara.power@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 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