Re: [PATCH v2] examples/link_status_interrupt: fix stats refresh rate

2022-07-08 Thread Thomas Monjalon
07/07/2022 10:22, Omar Awaysa: > From: Raja Zidane > > TIMER_MILLISECOND is defined as the number of cpu cycles per millisecond, > current definition is correct for cores with frequency of 2GHZ, for cores > with different frequency, it caused different periods between refresh, > (i.e. the definit

[PATCH v2] examples/link_status_interrupt: fix stats refresh rate

2022-07-07 Thread Omar Awaysa
From: Raja Zidane TIMER_MILLISECOND is defined as the number of cpu cycles per millisecond, current definition is correct for cores with frequency of 2GHZ, for cores with different frequency, it caused different periods between refresh, (i.e. the definition is about 14ms on ARM cores). Use dpdk