From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8827B1B40D;
 Tue,  6 Feb 2018 02:17:26 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 25356209D3;
 Mon,  5 Feb 2018 20:17:26 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Mon, 05 Feb 2018 20:17:26 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=08GvPkHUtQxbEc0IpJSApYNJlo
 FTT/snytb9ZEYCy+Q=; b=qht54uReYjjCrn3NqvK+sks2en6Ly24f6CXX5S7sGt
 ZGZwVcWSPcXbP9uxAtg150rRFNaAx2ZKkxMi9ixMEyHsxJSHadQPHb9nSEQK0+m4
 oCV2SNEr41NtczWlnbX87GTTkpYDYeZ4Fm6kQucWtSyrEln3dmMROeIHDnvY7UuE
 8=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=08GvPk
 HUtQxbEc0IpJSApYNJloFTT/snytb9ZEYCy+Q=; b=o1jkTVh2tLbun8ukFRkws3
 jc2AiRV46B86aN6po97U/LlamUrkALUxhuIO5n6jWcwlJ1yI+wCxRpeuVPZIYAmx
 ERqO1cp/6zmmo9t0mcjG+RavNAz76QE/RTp1pfS5wo1uQlYQ7G2JjRLc8vMKk24N
 VRaf7TZDysH99RqawTJe9Q8phTMlVZ4weHvN4Sgf0pTzINcVwJR3BnfFbKyOwHcZ
 M2zUa+KHicgPXsiEmBtXP6uyppJUDm+/CVfHBscl6h1X+NVp0GetaLeV9iRZ2MOy
 Cl1nSzfK7EokmmaKovng+h6hztwIYwaG4vZ+/62Yg0bWyU90i+WFXV2iBtr0reXA
 ==
X-ME-Sender: <xms:JgJ5Wskh42_YM3TT8v0-CNDST9uGnf-7w8dppTo1qDga0E6mDdruHA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id CF5BF24108;
 Mon,  5 Feb 2018 20:17:25 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Anatoly Burakov <anatoly.burakov@intel.com>
Cc: dev@dpdk.org, stable@dpdk.org
Date: Tue, 06 Feb 2018 02:17:22 +0100
Message-ID: <3900063.poOG7nLLgE@xps>
In-Reply-To: <31ffe6155e29c0f5f05e8b03aa82e7b2fb2448df.1516789244.git.anatoly.burakov@intel.com>
References: <31ffe6155e29c0f5f05e8b03aa82e7b2fb2448df.1516789244.git.anatoly.burakov@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] usertools/devbind: fix kernel module
	reporting
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Feb 2018 01:17:26 -0000

24/01/2018 11:26, Anatoly Burakov:
> lspci reports kernel modules in "Module" string, but devbind
> expects it to be "Module_str". Fix it up similar to how we fix
> up "Driver" to be "Driver_str".
> 
> Cc: stable@dpdk.org
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>

Fixes: c3ce205d5729 ("usertools: optimize lspci invocation")

Applied, thanks