Re: [dpdk-dev] [PATCH] examples/power: fix build

2017-10-13 Thread Thomas Monjalon
13/10/2017 14:31, David Hunt: > Remove variable declaration from within for loop. > > Fixes: f14791a8126e ("examples/vm_power_mgr: add policy to channels") > > Signed-off-by: David Hunt Applied, thanks

[dpdk-dev] [PATCH] examples/power: fix build

2017-10-13 Thread David Hunt
Remove variable declaration from within for loop. Fixes: f14791a8126e ("examples/vm_power_mgr: add policy to channels") Signed-off-by: David Hunt --- examples/vm_power_manager/channel_monitor.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/vm_power_manage