From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] usertools/devbind: fix kernel module reporting Date: Tue, 06 Feb 2018 02:17:22 +0100 Message-ID: <3900063.poOG7nLLgE@xps> References: <31ffe6155e29c0f5f05e8b03aa82e7b2fb2448df.1516789244.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, stable@dpdk.org To: Anatoly Burakov Return-path: In-Reply-To: <31ffe6155e29c0f5f05e8b03aa82e7b2fb2448df.1516789244.git.anatoly.burakov@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Fixes: c3ce205d5729 ("usertools: optimize lspci invocation") Applied, thanks