[dpdk-dev] [PATCH v7 1/2] tools: Add support for handling built-in kernel modules
Yuanhan Liu
yuanhan.liu at linux.intel.com
Fri Jan 29 08:21:22 CET 2016
On Thu, Jan 28, 2016 at 02:13:53PM +0100, krytarowski at caviumnetworks.com wrote:
> From: Kamil Rytarowski <Kamil.Rytarowski at caviumnetworks.com>
>
> 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 <Kamil.Rytarowski at caviumnetworks.com>
Acked-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>
--yliu
More information about the dev
mailing list