From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 2/2] eal/linux: Add support for handling built-in kernel modules Date: Tue, 09 Feb 2016 15:56:45 +0100 Message-ID: <111927598.aOlAmVe5YV@xps13> References: <1453283317-1078-1-git-send-email-krytarowski@caviumnetworks.com> <1453986834-31128-1-git-send-email-krytarowski@caviumnetworks.com> <1453986834-31128-2-git-send-email-krytarowski@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: krytarowski@caviumnetworks.com, Kamil Rytarowski Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id DEFA02E83 for ; Tue, 9 Feb 2016 15:58:10 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id p63so161884265wmp.1 for ; Tue, 09 Feb 2016 06:58:10 -0800 (PST) In-Reply-To: <1453986834-31128-2-git-send-email-krytarowski@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" 2016-01-28 14:13, krytarowski@caviumnetworks.com: > From: Kamil Rytarowski > > Currently rte_eal_check_module() 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: David Marchand > Acked-by: Yuanhan Liu An include is missing: #include After adding this line, Series applied, thanks