eal/freebsd: ignore in-memory option
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 13 Sep 2021 14:34:24 +0000 (15:34 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 13 Oct 2021 15:11:26 +0000 (17:11 +0200)
commit0faa4cfc50275751a86ed17147175c78a36f0da2
tree85db6bbc29d3c1206cb8e25a488bf86fdc9ce847
parent70cdd92e041acd7a0aad295f639f435fbe688190
eal/freebsd: ignore in-memory option

The in-memory option is not supported on FreeBSD so print a warning and
ignore the flag when it is specified for BSD apps. The lack of support
is due to the different way in which memory is managed on FreeBSD using
the contigmem driver rather than via a hugetlbfs filesystem.

Fixes: 14de8734c401 ("eal: add --in-memory option")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
lib/eal/freebsd/eal.c