From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4356320CF0; Tue, 24 Oct 2017 17:47:39 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 24 Oct 2017 17:47:39 -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=xuKcutgJVgrVJoFVFKIXhBkNwI 3ZqTt10E0afSJXCLs=; b=NfFoi6gRCzUE5LM9TDi4x3H+l5SsDfhKugLQ5xZH8e COWpqrzOITBbPk7yxjdvtzng/OuFVMUgEEk7qlMz/0Csq/7ywhJzmb2drX2Uko5u xWoIQT6z+hZyM8XhVFzGAP5LhFZjwYIM5EXRWiHai7mmSYoXtrQAjwvPQEJDe4D2 U= 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=fm1; bh=xuKcut gJVgrVJoFVFKIXhBkNwI3ZqTt10E0afSJXCLs=; b=gV081mNqI60Wt/AQYrSNV/ yb0Ych22MLyGVMZcF/NH0ZzDj8NvDQRxnKIbnkzFfPzhVKZaRS0WGTKBnkfSwvzl 0srFgP/un0YGmTZYIGM94eWO6Pag54x1KRPaVyF+Me9T/iENAMAuEehbOHkgZg2A m4DD1ngcqgDRup96YZEN+lT3u7HE+maGTwTZpSb9bvsmyYLSnJ5dcXTPZ67uvChW /baJc7cn2lgxpYgAfKZwQYD63PDSRy+Ug4mvz4w2Kal+3J/U19QUro3sEGoLQBiG uG0P6BB/t9knhpyVGFQnX1GuVAir22mWag2dNFwGIHyj8yOuwlQzUyKAGuLHO+cw == 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 E1EBB246D8; Tue, 24 Oct 2017 17:47:38 -0400 (EDT) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org Date: Tue, 24 Oct 2017 23:47:38 +0200 Message-ID: <1781274.voEC8pl5Vx@xps> In-Reply-To: <1508772072-110814-1-git-send-email-david.hunt@intel.com> References: <1508772072-110814-1-git-send-email-david.hunt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] power: fix power example app response time 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: Tue, 24 Oct 2017 21:47:39 -0000 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