2016-01-28 14:13, krytarowski@caviumnetworks.com:
From: Kamil Rytarowski <redacted>
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 by the script.
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 <redacted>
Acked-by: David Marchand <redacted>
Acked-by: Yuanhan Liu <redacted>
An include is missing:
#include <sys/stat.h>
After adding this line,
Series applied, thanks