Re: [PATCH v7 1/2] tools: Add support for handling built-in kernel modules
From: Yuanhan Liu <hidden>
Date: 2016-01-29 07:20:37
From: Yuanhan Liu <hidden>
Date: 2016-01-29 07:20:37
On Thu, Jan 28, 2016 at 02:13:53PM +0100, krytarowski@caviumnetworks.com wrote:
From: Kamil Rytarowski <redacted> Currently dpdk_nic_bind.py 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: Yuanhan Liu <redacted> --yliu