numam-dpdk/lib/librte_eal
Thomas Monjalon 75683290e5 eal/linux: fix return after alarm registration failure
When adding an alarm, if an error happen when registering
the common alarm callback, it is not considered as a major failure.
The alarm is then inserted in the list.
However it was returning an error code after inserting the alarm.

The error code is not set anymore to be consistent with the behaviour.

Fixes: af75078fec ("first public release")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
2019-06-27 17:25:05 +02:00
..
common eal/x86: force inlining of all memcpy and mov helpers 2019-06-13 23:54:29 +09:00
freebsd eal: correct log for alarm error 2019-06-27 10:33:06 +02:00
linux eal/linux: fix return after alarm registration failure 2019-06-27 17:25:05 +02:00
windows/eal build: add workarounds for Windows helloworld 2019-04-03 01:21:31 +02:00
Makefile build/freebsd: rename macro BSDPAPP to FREEBSD 2019-03-12 23:01:14 +01:00
meson.build build: simplify subdirectory detection for EAL 2019-04-17 18:09:51 +02:00
rte_eal_exports.def build: add module definition files for Windows 2019-04-03 01:21:31 +02:00
rte_eal_version.map eal: add lcore accessors 2019-06-03 12:29:54 +02:00