From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B8DDB4F9C; Mon, 19 Nov 2018 00:06:01 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5743520BBE; Sun, 18 Nov 2018 18:06:01 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 18:06:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=z42A/lK4iP39ydfCODQgWT3P3ljTC/ILI2U0ZH+voTA=; b=a3rHVYqfzCZ6 nIhN0fztSdJRWEEoATQ5RmZ+F3hWJo92ehYAGcifjPd7AemhREhmKPvVxQ/1OGtG /8ZkcTJmBJSbKVbWfi0R5lb+0StA5Re6HtSBbxVhVdvUEK0HcpgmYQ8EHfE81F0L UNVZVHc2w2lDhwKGto4+nUVP1U9UKpg= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=z42A/lK4iP39ydfCODQgWT3P3ljTC/ILI2U0ZH+vo TA=; b=HyqUjFmB0u7bvMUSlhSLWPLcZzw1jnCICv2qmzB35A/eBtc1pbiN35s44 sag0BePlllDY5eNH/TOLKD94rrlZp/OoLk1s6K/zHIHJ0evPNoQbW3mmZT/P+6KX qmFdqcAaz3C+M0RvyY8Qd8Ui1qEOk1bM3QWyrUPRBvS3VpDFV5bGM8W9Vm18XwUa FhZHwy6JcFwCq4lrmFckn9SrYqtzZuRnJRV9Wdqo+iZRUT0UnaUkztmZ4MtVGYpz h5r+8iEdA81VzVf8TQZHU6rLCYnaVLjkU+IXgAeFG5lU9JOO/acBBYQjTjjQaku0 Di4CgzQr4S2CFcCUCn8qdrpWEAwpA== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EC0BB102ED; Sun, 18 Nov 2018 18:05:59 -0500 (EST) From: Thomas Monjalon To: "Burakov, Anatoly" Cc: dev@dpdk.org, Rami Rosen , Ferruh Yigit , stable@dpdk.org Date: Mon, 19 Nov 2018 00:05:58 +0100 Message-ID: <3531373.ruR9VlooQk@xps> In-Reply-To: References: <9b28e77a26d11b3cb8d063ea5949f231b0f9830d.1542124966.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 v2] devbind: check for lspci X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2018 23:06:02 -0000 16/11/2018 17:54, Rami Rosen: > On Tue, 13 Nov 2018 at 18:06, Anatoly Burakov wrote: > > > > On some distributions (such as CentOS 7) lspci may not be installed > > by default, causing exceptions which are difficult to interpret. > > > > Fix devbind script to check if lspci is installed at script startup. > > > > Cc: stable@dpdk.org > > > > Signed-off-by: Anatoly Burakov > Reviewed-by: Rami Rosen Applied, thanks