From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DCCA9C433DF for ; Fri, 9 Oct 2020 12:24:01 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 407AA22284 for ; Fri, 9 Oct 2020 12:24:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 407AA22284 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 455FA1D5E2; Fri, 9 Oct 2020 14:23:51 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id F16E81D5D4 for ; Fri, 9 Oct 2020 14:23:47 +0200 (CEST) IronPort-SDR: XUO9x9XE2uf91ypJkRkSBrEzfuG7try465JIICdz7Ly5W8DQGmHfci4Ty/RR+GbrRRAITKhGXj 0GFFrpbpEGQg== X-IronPort-AV: E=McAfee;i="6000,8403,9768"; a="162839116" X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="162839116" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 05:23:46 -0700 IronPort-SDR: CQmu7nSYymvTpvWuOWeuwWJZ+BgEYRIiQ3Vb8QGTGM1VQdCnpBsiaCCmA5vh416hRihmutjhK7 pX5pC5L5hflw== X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="462173520" 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:23:40 -0700 To: Ciara Power , dev@dpdk.org Cc: Nicolas Chautru , Olivier Matz , David Hunt , Harry van Haaren , Marko Kovacevic , Bernard Iremonger , Ori Kam , Bruce Richardson , Konstantin Ananyev , Cristian Dumitrescu , Radu Nicolau , Akhil Goyal , Tomasz Kantecki , Sunil Kumar Kori , Pavan Nikhilesh , Jerin Jacob , Kiran Kumar K , Nithin Dabilpuram , Anatoly Burakov , Xiaoyun Li , Jingjing Wu , Reshma Pattan , John McNamara , Jasvinder Singh , Byron Marohn , Yipeng Wang , Robert Sanford , Erik Gabriel Carrillo , Maxime Coquelin , Chenbo Xia , Zhihong Wang , Wenzhuo Lu , Beilei Xing References: <20200807123009.21266-1-ciara.power@intel.com> <20201009102140.20730-1-ciara.power@intel.com> <20201009102140.20730-11-ciara.power@intel.com> From: Ferruh Yigit Message-ID: <5f384d16-3529-1411-2f1e-4c6367c9bd06@intel.com> Date: Fri, 9 Oct 2020 13:23:36 +0100 MIME-Version: 1.0 In-Reply-To: <20201009102140.20730-11-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 v6 10/14] doc: remove references to make from app 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 10/9/2020 11:21 AM, Ciara Power wrote: > While make has been deprecated for DPDK, it's still applicable for > some example apps to be built standalone, this patch adjusts the > guides to take that into consideration. > > Signed-off-by: Ciara Power > Acked-by: Nicolas Chautru > > --- > v6: Modified commit log based on suggestions on v5. For kernel_nic_interface.rst, Reviewed-by: Ferruh Yigit