From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 1/2] tools: Add support for handling built-in kernel modules Date: Mon, 18 Jan 2016 15:32:08 +0100 Message-ID: <1540084.9SflLyUVmh@xps13> References: <1449588833-485-1-git-send-email-Kamil.Rytarowski@caviumnetworks.com> <1449667198-27218-1-git-send-email-Kamil.Rytarowski@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Kamil Rytarowski Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id D24088D97 for ; Mon, 18 Jan 2016 15:33:09 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id n5so66913751wmn.0 for ; Mon, 18 Jan 2016 06:33:09 -0800 (PST) In-Reply-To: <1449667198-27218-1-git-send-email-Kamil.Rytarowski@caviumnetworks.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" 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 I have a doubt about this tag: > Signed-off-by: David Marchand What do you mean here?