From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kamil Rytarowski Subject: Re: [PATCH v7 1/2] tools: Add support for handling built-in kernel modules Date: Mon, 8 Feb 2016 23:14:04 +0100 Message-ID: <56B9132C.8080101@caviumnetworks.com> References: <1453283317-1078-1-git-send-email-krytarowski@caviumnetworks.com> <1453986834-31128-1-git-send-email-krytarowski@caviumnetworks.com> <20160129072122.GR4257@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Yuanhan Liu Return-path: Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0059.outbound.protection.outlook.com [207.46.100.59]) by dpdk.org (Postfix) with ESMTP id 84AC1952 for ; Mon, 8 Feb 2016 23:14:21 +0100 (CET) In-Reply-To: <20160129072122.GR4257@yliu-dev.sh.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: >> From: 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 > Acked-by: Yuanhan Liu > > --yliu