[dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules

2016-01-28 Thread Kamil Rytarowski
W dniu 26.01.2016 o 16:12, Thomas Monjalon pisze: > 2016-01-19 17:35, Kamil Rytarowski: >> W dniu 18.01.2016 o 15:32, Thomas Monjalon pisze: >>> Hi Kamil, >>> >>> 2015-12-09 14:19, Kamil Rytarowski: Currently dpdk_nic_bind.py detects Linux kernel modules via reading /proc/modules.

[dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules

2016-01-26 Thread Thomas Monjalon
2016-01-19 17:35, Kamil Rytarowski: > > W dniu 18.01.2016 o 15:32, Thomas Monjalon pisze: > > 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

[dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules

2016-01-19 Thread Kamil Rytarowski
W dniu 18.01.2016 o 15:32, Thomas Monjalon pisze: > 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

[dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules

2016-01-19 Thread Kamil Rytarowski
Thank you, I will submit improved version as v6. W dniu 18.01.2016 o 15:21, Yuanhan Liu pisze: > Hi Kamil, > > First of all, sorry for no one has reviewed your patches for over one > month! You may want to ping more often (say, per week) next time if it > still happenes :) > > Another thing is

[dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules

2016-01-18 Thread Yuanhan Liu
Hi Kamil, First of all, sorry for no one has reviewed your patches for over one month! You may want to ping more often (say, per week) next time if it still happenes :) Another thing is that there is no maintainer for tools code. On Wed, Dec 09, 2015 at 02:19:57PM +0100, Kamil Rytarowski wrote:

[dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules

2016-01-18 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules

2016-01-18 Thread Kamil Rytarowski
ping? W dniu 16.12.2015 o 15:14, Kamil Rytarowski pisze: > ping? > > W dniu 09.12.2015 o 14:19, Kamil Rytarowski pisze: >> 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

[dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules

2015-12-16 Thread Kamil Rytarowski
ping? W dniu 09.12.2015 o 14:19, Kamil Rytarowski pisze: > 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

[dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules

2015-12-09 Thread 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