From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3D0C61C01 for ; Thu, 26 Jul 2018 22:42:15 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9E23121AAD; Thu, 26 Jul 2018 16:42:14 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 16:42:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=2L8xjs2nFgU6lNL1Yy8SirJh85 rZkTjU8iGtMQGX29I=; b=V1tlO4/vixZAKNCXb3dO17UQBYR1KlXB2PSjNBxetr v02lPGlB1LcDrZhLdsfRCEo8eGrPC5kPupoH3bkBwWzPPtIcS9Mge6DPXetOItIz zWLp6epoWvSzO5MLN1j+8MI/waeM6sO5Q0hXfJnFts6CXOF2/Ob/f2qJwKCxCx96 I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=2L8xjs 2nFgU6lNL1Yy8SirJh85rZkTjU8iGtMQGX29I=; b=DC6UF3XCI35Dw6fMJBNMNC whjHaU2k3UuIUwjqRP2AelQbujE6aMFhHA2zxYWa3tnGDus+XWjCqdTmMrBjcI7d 7/cuoMz7V2mA1HM/dypUedHe5fum0neLqnut29eW4pkkgMynUu0h+tZp6PB96WRz FXC4m7/KoQzddWstM3NhQbpROFkGm1GoT86ovCLzvXooAo+iwjLxz/EnQGAoqnh5 Nl24oZ5AOYHbXcue0ZpqRutdA7THoX7EVvtv04byZrwRKyaW/pw54mI9PhGNbYzv IL5lSYfJiB3WuQ7Dce8C3lOmadnu0lbxLy44RdJ9RR6Edj1YT6PMAoG3wyxjmp+w == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8C5771025C; Thu, 26 Jul 2018 16:42:13 -0400 (EDT) From: Thomas Monjalon To: "Hunt, David" Cc: dev@dpdk.org, "Mcnamara, John" Date: Thu, 26 Jul 2018 22:42:09 +0200 Message-ID: <7129376.pZv1M1fyZl@xps> In-Reply-To: References: <20180725130009.41756-1-david.hunt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc/samples: update vm power manager sample docs 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: , X-List-Received-Date: Thu, 26 Jul 2018 20:42:15 -0000 > > Add information on the ability of guest app to sent a policy to the host > > app. > > > > Add information on the branch ratio out-of-band method of workload > > monitoring and power management. > > > > Signed-off-by: David Hunt > > Acked-by: John McNamara Applied, thanks