Re: [PATCH v5 2/2] eal/linux: Add support for handling built-in kernel modules
From: Kamil Rytarowski <hidden>
Date: 2016-01-19 16:38:18
From: Kamil Rytarowski <hidden>
Date: 2016-01-19 16:38:18
W dniu 18.01.2016 o 15:22, Yuanhan Liu pisze:
On Wed, Dec 09, 2015 at 02:19:58PM +0100, Kamil Rytarowski wrote:quoted
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> Signed-off-by: David Marchand <redacted>Acked-by: Yuanhan Liu <redacted> Thanks. --yliu
Thank you, I will submit v6 and note you with the the Acked-by line.