Re: [PATCH v7 1/2] tools: Add support for handling built-in kernel modules
From: Kamil Rytarowski <hidden>
Date: 2016-02-08 22:14:21
From: Kamil Rytarowski <hidden>
Date: 2016-02-08 22:14:21
ping? W dniu 29.01.2016 o 08:21, Yuanhan Liu pisze:
On Thu, Jan 28, 2016 at 02:13:53PM +0100, krytarowski@caviumnetworks.com wrote:quoted
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