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 7B6BEA04C7; Mon, 14 Sep 2020 18:53:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 53CEB1BFC4; Mon, 14 Sep 2020 18:53:07 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 59F6FE07 for ; Mon, 14 Sep 2020 18:53:05 +0200 (CEST) IronPort-SDR: CY4wQA6s0EZhzHuuH6Fm93jSscQNg4OInCNLmeuu9BO/+D3VMD3o4IoW4HAAX7qR0szGhc/wOK wOi6/ICjFzUw== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="243944354" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="243944354" 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; 14 Sep 2020 09:53:03 -0700 IronPort-SDR: QZUaT6mfk1TZuAA7CFBqg4b/xJ5UZbfPRisJ600KopFlxwR9M6I0dlEkuAqQpmyaMgXhCpQw3Y Zh0OTsCQO7qg== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="450952786" Received: from klaatz-mobl1.ger.corp.intel.com (HELO [10.213.247.165]) ([10.213.247.165]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 09:53:01 -0700 To: Thomas Monjalon , dev@dpdk.org Cc: david.marchand@redhat.com, bruce.richardson@intel.com, ciara.power@intel.com References: <20200903152717.42095-1-ciara.power@intel.com> <20200907220711.437405-1-thomas@monjalon.net> <20200907220711.437405-19-thomas@monjalon.net> From: "Laatz, Kevin" Message-ID: Date: Mon, 14 Sep 2020 17:53:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200907220711.437405-19-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v4 18/31] doc: remove references to make from howto 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/09/2020 23:06, Thomas Monjalon wrote: > From: Ciara Power > > Make is no longer supported for compiling DPDK, references are now > removed in the documentation. > > Signed-off-by: Ciara Power > --- > doc/guides/howto/lm_bond_virtio_sriov.rst | 4 +-- > doc/guides/howto/lm_virtio_vhost_user.rst | 4 +-- > doc/guides/howto/packet_capture_framework.rst | 21 +++------------ > doc/guides/howto/pvp_reference_benchmark.rst | 27 +++++-------------- > doc/guides/howto/vfd.rst | 4 +-- > .../virtio_user_for_container_networking.rst | 2 +- > 6 files changed, 16 insertions(+), 46 deletions(-) > [...] Reviewed-by: Kevin Laatz