From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 1CE3F9235 for ; Tue, 26 Jan 2016 16:13:25 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id u188so110436412wmu.1 for ; Tue, 26 Jan 2016 07:13:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=d76WYn67WK0hQ1VBvMuUAVqX+KaFtTDn0KWUnZ93jwU=; b=cM1dfoWci9qO3Vj9b0x/f/kTMUcnNpQ3QvZ9NSM0jAt+6fI2Qw4ymNOeFFIbIE4sf+ OVHIh8k3TPlGci7KgaXe/KUWO0YlOfuubvtar4g2mir9KTY+s+qRr8aCUM8jTE874M/L /ZhcTAAE+MS2gXOG1VfmkryXPTEcfq5f7W2V7i5l1eaTyCgadbqqvnea4g7Ylilbm7v0 XlhFIS2oPhI8TrlptDsi+UR18OlwUOpoDN5zmN4vRr9zc7Pe+P+CbIbp8ck4nceZrbYv Va4/CEsiEePOLmySaJu/ekTB//rb7qrIFJWwPw8StcdgPo3rBUdMV0n4La5gbmJC5c+Z ZX6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=d76WYn67WK0hQ1VBvMuUAVqX+KaFtTDn0KWUnZ93jwU=; b=c3N/WjnMM7REdQayRyTtdFXF4ELN1kBYf0EYwaAb9zAqbMPq/mXmsuIgMkzvo1/t2x pKJJbC+g6RVIl2gMhXi2VKuEbKvQS071S1Un+XRHjYhp5/sDYk3ENEtl6pMqr35DFhn9 D0v1HEPdfbgbxEOuv1I2IQVoShP/k9/pBZw96qsD4LDFiDZkavC1lyx62au33is36+oy 8SW4GCsumgdHFAJVi2sLsB+Mw8iMM+mlrLbGvqRCuG70zjPw8+si38Oe9yABpDVnzs9J qB2KvieH8QPi8TI4XyDZnzJrgbScCCVIc4KiFadzBwRwm2/KcNOATEkPbOAzEebLGacp c3EA== X-Gm-Message-State: AG10YORoxcq4WA68NV+sjnlJ8tEKgTw/hTyXvA1fkzMVvoPylZaLIMPJG9YPGrjQ7FyBKzYA X-Received: by 10.195.12.226 with SMTP id et2mr23196213wjd.34.1453821204904; Tue, 26 Jan 2016 07:13:24 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id i5sm1876585wja.23.2016.01.26.07.13.23 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jan 2016 07:13:23 -0800 (PST) From: Thomas Monjalon To: Kamil Rytarowski Date: Tue, 26 Jan 2016 16:12:16 +0100 Message-ID: <3408742.MAgGxnHKYz@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <569E65ED.9060007@caviumnetworks.com> References: <1449588833-485-1-git-send-email-Kamil.Rytarowski@caviumnetworks.com> <1540084.9SflLyUVmh@xps13> <569E65ED.9060007@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 1/2] tools: Add support for handling built-in kernel modules X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 15:13:25 -0000 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 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? > > Excuse me, it should be: Acked-by: David Marchand > > > http://dpdk.org/ml/archives/dev/2015-December/029720.html The ack was only for the patch 2/2