app/test: remove useless clock estimation
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 6 Jul 2016 14:58:39 +0000 (16:58 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 10 Jul 2016 14:19:56 +0000 (16:19 +0200)
commitc7cda4d8b4ea9cb0f209dda36882d225354b1db9
tree3c8e6cd024f41faa882d71825858557eb0ff5ab7
parentd05aafe62f20addf29cd458642496806b97ffc83
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 <thomas.monjalon@6wind.com>
app/test/test_red.c