From: Kamil Rytarowski Date: Thu, 28 Jan 2016 13:13:54 +0000 (+0100) Subject: eal/linux: support built-in kernel modules X-Git-Tag: spdx-start~7648 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6e7caa1ad9d597fed0a49468af25ae6e68b8c443;hp=6e7caa1ad9d597fed0a49468af25ae6e68b8c443;p=dpdk.git eal/linux: support built-in kernel modules Currently rte_eal_check_module() detects Linux kernel modules via reading /proc/modules. Built-in ones aren't listed there and therefore they are not being found. Add support for checking built-in modules with parsing the sysfs files This commit obsoletes the /proc/modules parsing approach. Signed-off-by: Kamil Rytarowski Acked-by: David Marchand Acked-by: Yuanhan Liu ---