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 6CE2BA04B1; Thu, 24 Sep 2020 12:11:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 512791DDB8; Thu, 24 Sep 2020 12:11:38 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id BA7DE1DDB1 for ; Thu, 24 Sep 2020 12:11:36 +0200 (CEST) IronPort-SDR: Dg+RLEIURlMEphjPOuBuEQMAXe1UPiGUtoczl9deXVKpLOhAh4OVuJ6D+aGO/VQCyvvX1JMitj 5PGiynDNtiyA== X-IronPort-AV: E=McAfee;i="6000,8403,9753"; a="160443720" X-IronPort-AV: E=Sophos;i="5.77,297,1596524400"; d="scan'208";a="160443720" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Sep 2020 03:11:35 -0700 IronPort-SDR: PH6BClX+moItLtttYDodGtSo0J8a0r9czq/nUoBN1efAKzBqSl20v3zxa3mPOKnseM1X35DBi3 on1KTBjP4Inw== X-IronPort-AV: E=Sophos;i="5.77,297,1596524400"; d="scan'208";a="335906764" Received: from dhunt5-mobl5.ger.corp.intel.com (HELO [10.213.217.234]) ([10.213.217.234]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Sep 2020 03:11:35 -0700 To: Bruce Richardson Cc: dev@dpdk.org References: <20200924094539.17998-1-david.hunt@intel.com> <20200924095133.18061-1-david.hunt@intel.com> <20200924100354.GC382@bricha3-MOBL.ger.corp.intel.com> From: David Hunt Message-ID: <9d9c28ec-210a-791f-fe48-e9d8edfa774c@intel.com> Date: Thu, 24 Sep 2020 11:11:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200924100354.GC382@bricha3-MOBL.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB Subject: Re: [dpdk-dev] [PATCH v3] doc: remove make info from vm power apps 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 24/9/2020 11:03 AM, Bruce Richardson wrote: > On Thu, Sep 24, 2020 at 10:51:33AM +0100, David Hunt wrote: >> Now that make is deprecated, remove any reference from the >> build instructions for vm_power_manager and guest_cli >> >> Signed-off-by: David Hunt >> >> --- >> v2: fix typo 'depricated' >> v3: add -in-reply-to >> --- >> .../sample_app_ug/vm_power_management.rst | 66 +++---------------- >> 1 file changed, 9 insertions(+), 57 deletions(-) >> > Does this overlap with http://patches.dpdk.org/patch/78204/ ? Yes, Bruce, it does.  I'll have a closer look. Thanks, Dave.