eal: do not panic on timer init failure
authorAaron Conole <aconole@redhat.com>
Wed, 22 Mar 2017 20:19:34 +0000 (16:19 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 27 Mar 2017 13:55:49 +0000 (15:55 +0200)
commit330bed86d35c8cbca29082604e2f3dea7b83b277
treebea2768e15eac18e52cf6dbecd6a4f5712f55261
parent7d5c430f698d9e3c8b966af21fb1503d4890aa0a
eal: do not panic on timer init failure

After code inspection, there is no way for eal_timer_init() to fail.  It
simply returns 0 in all cases.  As such, this test could either go-away
or stay here as 'future-proofing'.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_eal/bsdapp/eal/eal.c
lib/librte_eal/linuxapp/eal/eal.c