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 590AAA04B1; Thu, 24 Sep 2020 12:04:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08C281DDC0; Thu, 24 Sep 2020 12:04:03 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 18D3C1DDC0 for ; Thu, 24 Sep 2020 12:04:00 +0200 (CEST) IronPort-SDR: TqqXu0oAvkX5k+6bPAe8zzoY3wcJWWiXZISnaMXnJ7DlyACG5bxPvfoBpzj99vfO3YPhLTAJi/ V97MHumfl15Q== X-IronPort-AV: E=McAfee;i="6000,8403,9753"; a="148915533" X-IronPort-AV: E=Sophos;i="5.77,297,1596524400"; d="scan'208";a="148915533" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Sep 2020 03:03:59 -0700 IronPort-SDR: ORgP8uDfopCyDdS9OeXxC+k5Vrd8H9N5sUQwP9odN6Qh/9HxLunH5YMJnaFtFM8qzTeP0Nt6tm mPFR71yZAAXQ== X-IronPort-AV: E=Sophos;i="5.77,297,1596524400"; d="scan'208";a="486841191" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.45.144]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 24 Sep 2020 03:03:58 -0700 Date: Thu, 24 Sep 2020 11:03:54 +0100 From: Bruce Richardson To: David Hunt Cc: dev@dpdk.org Message-ID: <20200924100354.GC382@bricha3-MOBL.ger.corp.intel.com> References: <20200924094539.17998-1-david.hunt@intel.com> <20200924095133.18061-1-david.hunt@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200924095133.18061-1-david.hunt@intel.com> 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 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/ ?