[dpdk-dev] [PATCH] app/test: remove useless clock estimation
2016-07-06 17:22, Thomas Monjalon: > The function get_machclk_freq() in RED test can be replaced by > rte_get_timer_hz() which already estimates the clock frequency at EAL init. > > Signed-off-by: Thomas Monjalon Applied
[dpdk-dev] [PATCH] app/test: remove useless clock estimation
The function get_machclk_freq() in RED test can be replaced by rte_get_timer_hz() which already estimates the clock frequency at EAL init. Signed-off-by: Thomas Monjalon --- app/test/test_red.c | 42 +- 1 file changed, 1 insertion(+), 41 deletions(-) diff