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 BA1ABA034C; Tue, 18 Aug 2020 13:46:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55BDF1C002; Tue, 18 Aug 2020 13:46:30 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id F1CAB2BAA for ; Tue, 18 Aug 2020 13:46:28 +0200 (CEST) IronPort-SDR: hHYz7erI7GnoDA4p0J9NtiRGS/LLxc74zteQTSrrymAW2b4w8u2QQjOkxVL9FYCd1aYiQNLDLZ d1OYs3cWQUKA== X-IronPort-AV: E=McAfee;i="6000,8403,9716"; a="134404405" X-IronPort-AV: E=Sophos;i="5.76,327,1592895600"; d="scan'208";a="134404405" 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:28 -0700 IronPort-SDR: m2qs2pchp8cM5UdSd7BTlZqmllq2aVRP++TqhBNR79aexz1rDDNoItXKDqIgv6gqfn0G3gMzpb bcPGgOcaF5Pw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,327,1592895600"; d="scan'208";a="310413428" 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:26 -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-6-ciara.power@intel.com> From: "Laatz, Kevin" Message-ID: <62f1cd8c-0e58-79d4-fc3a-bd115d8ee655@intel.com> Date: Tue, 18 Aug 2020 12:46:25 +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-6-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 05/19] doc: remove references to make in bbdev 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/bbdevs/fpga_5gnr_fec.rst | 5 +---- > doc/guides/bbdevs/fpga_lte_fec.rst | 5 +---- > doc/guides/bbdevs/turbo_sw.rst | 15 --------------- > 3 files changed, 2 insertions(+), 23 deletions(-) > The insmod example path needs to be updated in 'fpga_lte_fec.rst' to reflect the meson path. Apart from that, Reviewed-by: Kevin Laatz