Re: [dpdk-dev] [PATCH] eal: eliminate cast of hpet_msb_inc

2018-10-24 Thread Thomas Monjalon
11/10/2018 01:22, Stephen Hemminger: > The cast of hpet_msb_inc is causing a warning in some compilations. > Yet the cast is unnecessary, the function is used only one place > just use the correct signature. > > Signed-off-by: Stephen Hemminger Applied, thanks

[dpdk-dev] [PATCH] eal: eliminate cast of hpet_msb_inc

2018-10-10 Thread Stephen Hemminger
The cast of hpet_msb_inc is causing a warning in some compilations. Yet the cast is unnecessary, the function is used only one place just use the correct signature. Signed-off-by: Stephen Hemminger --- lib/librte_eal/linuxapp/eal/eal_timer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletion