numam-dpdk/lib
Lukasz Majczak 1e0a17ac4c eal: fix auxv open check for ARM and PPC
The assertion of return value from the open() function is done against
0, while it is a correct value - open() returns -1 in case of an error.
It causes problems while trying to run as a daemon, in which case, this
call to open() will return 0 as a valid descriptor.

Fixes: b94e5c9406 ("eal/arm: add CPU flags for ARMv7")
Fixes: 97523f822b ("eal/arm: add CPU flags for ARMv8")
Fixes: 9ae1553856 ("eal/ppc: cpu flag checks for IBM Power")
Cc: stable@dpdk.org

Signed-off-by: Lukasz Majczak <lma@semihalf.com>
Acked-by: Jan Viktorin <viktorin@rehivetech.com>
Acked-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
2017-10-06 00:15:43 +02:00
..
librte_acl lib: remove duplicate includes 2017-07-16 17:30:06 +02:00
librte_bitratestats
librte_cfgfile cfgfile: add section number of entries by index 2017-09-15 15:57:04 +02:00
librte_cmdline cmdline: fix warning for unused return value 2017-10-05 18:36:07 +02:00
librte_compat
librte_cryptodev cryptodev: fix C11 extensions in exported header 2017-08-05 01:18:21 +02:00
librte_distributor lib: remove duplicate includes 2017-07-16 17:30:06 +02:00
librte_eal eal: fix auxv open check for ARM and PPC 2017-10-06 00:15:43 +02:00
librte_efd
librte_ether ethdev: fix ABI version 2017-10-04 23:50:59 +02:00
librte_eventdev eventdev: bump library version 2017-08-08 20:01:39 +02:00
librte_gro gro: fix typo in map file 2017-08-31 23:02:54 +02:00
librte_hash hash: document jhash boundary behavior 2017-10-05 23:37:52 +02:00
librte_ip_frag ip_frag: rename map file to standardized name 2017-08-31 23:02:57 +02:00
librte_jobstats jobstats: fix typo in doxygen comment 2017-07-20 00:40:27 +03:00
librte_kni
librte_kvargs
librte_latencystats
librte_lpm lib: remove duplicate includes 2017-07-16 17:30:06 +02:00
librte_mbuf mbuf: fix doxygen comment of bulk alloc 2017-07-31 17:17:25 +02:00
librte_mempool
librte_meter
librte_metrics metrics: fix name string termination 2017-07-20 00:06:07 +03:00
librte_net net: fix inner L2 length in packet type parser 2017-10-05 23:34:45 +02:00
librte_pdump
librte_pipeline
librte_port
librte_power power: add turbo functions to map file 2017-10-03 10:46:12 +02:00
librte_reorder
librte_ring ring: increase maximum ring size 2017-10-05 23:23:12 +02:00
librte_sched
librte_table
librte_timer lib: remove duplicate includes 2017-07-16 17:30:06 +02:00
librte_vhost vhost: make page logging atomic 2017-08-03 22:09:48 +02:00
Makefile