numam-dpdk/lib/librte_eal
Thomas Monjalon a5c9b9278c eal: fix build on FreeBSD
The auxiliary vector read is implemented only for Linux.
It could be done with procstat_getauxv() for FreeBSD.

Since the commit below, the auxiliary vector functions
are compiled for every architectures, including x86
which is tested with FreeBSD.

This patch is moving the Linux implementation in Linux directory,
and adding a fake/empty implementation for FreeBSD.

Fixes: 2ed9bf3307 ("eal: abstract away the auxiliary vector")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2018-04-27 11:13:59 +02:00
..
bsdapp eal: fix build on FreeBSD 2018-04-27 11:13:59 +02:00
common eal: fix build on FreeBSD 2018-04-27 11:13:59 +02:00
linuxapp eal: fix build on FreeBSD 2018-04-27 11:13:59 +02:00
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build eal: provide API for querying valid socket ids 2018-04-05 00:27:13 +02:00
rte_eal_version.map service: remove experimental tags 2018-04-25 14:57:37 +02:00