Re: [dpdk-dev] [PATCH] power: fix traffic aware compilation errors

2018-10-26 Thread Liang, Ma
Hi Dave, Many thanks! Regards Liang On 26 Oct 13:38, David Hunt wrote: > 1. %ld to PRId64 for 32-bit builds > 2. Fix dependency on librte_timer > > Fixes: 450f0791312c ("power: add traffic pattern aware power control") > > Signed-off-by: David Hunt > Tested-by: Ferruh Yigit > --- > lib/Mak

Re: [dpdk-dev] [PATCH] power: fix traffic aware compilation errors

2018-10-26 Thread Thomas Monjalon
26/10/2018 14:38, David Hunt: > 1. %ld to PRId64 for 32-bit builds > 2. Fix dependency on librte_timer > > Fixes: 450f0791312c ("power: add traffic pattern aware power control") > > Signed-off-by: David Hunt > Tested-by: Ferruh Yigit Applied, thanks

[dpdk-dev] [PATCH] power: fix traffic aware compilation errors

2018-10-26 Thread David Hunt
1. %ld to PRId64 for 32-bit builds 2. Fix dependency on librte_timer Fixes: 450f0791312c ("power: add traffic pattern aware power control") Signed-off-by: David Hunt Tested-by: Ferruh Yigit --- lib/Makefile| 2 +- lib/librte_power/rte_power_empty_poll.c | 13 ++