timer: use a skip list
authorIntel <intel.com>
Wed, 18 Sep 2013 10:00:00 +0000 (12:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Oct 2013 14:04:09 +0000 (16:04 +0200)
commit9b15ba895b9f3627320cb7769a42f0313b1352f4
treefcd55730ab278b2f14c23edf9ed3847109c5d394
parentef8ff191a4e275e5857b1fd62ae0b9ac6854df46
timer: use a skip list

The skip list algorithm allows to improve the scalability.

Signed-off-by: Intel
lib/librte_timer/rte_timer.c [changed mode: 0644->0755]
lib/librte_timer/rte_timer.h [changed mode: 0644->0755]