Re: [PATCH v5 1/2] tools: Add support for handling built-in kernel modules
From: Thomas Monjalon <hidden>
Date: 2016-01-18 14:33:09
From: Thomas Monjalon <hidden>
Date: 2016-01-18 14:33:09
Hi Kamil, 2015-12-09 14:19, Kamil Rytarowski:
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>
I have a doubt about this tag:
Signed-off-by: David Marchand <redacted>
What do you mean here?