]> git.droids-corp.org - dpdk.git/commit
eal/linux: log hugepage create errors with filename
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 23 Dec 2021 19:21:58 +0000 (11:21 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 21 Jan 2022 14:40:58 +0000 (15:40 +0100)
commit8a5a91401dc23ddab1ddea3667a17a615a25077f
treef0ab3e7b451d445396ba9508558c30febde63ba3
parent772d19a8960787a161d5459b99f2108693ed3227
eal/linux: log hugepage create errors with filename

While debugging running DPDK service in a container, it is
useful to see which file creation failed.  Don't hide this
failure with DEBUG.

Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/eal/linux/eal_memalloc.c