Re: [dpdk-dev] [PATCH] power: fix power example app response time

2017-10-24 Thread Thomas Monjalon
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") >

[dpdk-dev] [PATCH] power: fix power example app response time

2017-10-23 Thread 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 --- examples/