From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] power: fix power example app response time Date: Tue, 24 Oct 2017 23:47:38 +0200 Message-ID: <1781274.voEC8pl5Vx@xps> References: <1508772072-110814-1-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Hunt Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 927291B5EC for ; Tue, 24 Oct 2017 23:47:39 +0200 (CEST) In-Reply-To: <1508772072-110814-1-git-send-email-david.hunt@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/10/2017 17:21, David Hunt: > A delay in the loop waiting for the virtio-serial commands in the > vm_power_manager app was causing a lag in the response time. This was > set to 1 second, and has now been changed to 1ms. > > Fixes: f14791a8126e ("examples/vm_power_mgr: add policy to channels") > > Signed-off-by: David Hunt Applied, thanks