From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id C513F8E1C for ; Fri, 27 Apr 2018 16:36:30 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3AE2521C55; Fri, 27 Apr 2018 10:36:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 27 Apr 2018 10:36:30 -0400 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=HrNAebSsN7TMYP3ga9qgoStGWQ pZ/0JDA2h4CkfLwG0=; b=kpW9fTHf1tlmjVcguX+hb9HCQJh8OoFmLMmO2EsIs6 oj6gDhw/Lk2YvXocVEiSP/qdEaFJJVpwMQxP9BSS455vdxK+wTtExc915uqFaN9X tzN++JPWclXdp0XyZukG6TqG9TQ6syUJufJbuIlos/jNEOwerfLNFlDQFgjLJYpP c= 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=fm2; bh=HrNAeb SsN7TMYP3ga9qgoStGWQpZ/0JDA2h4CkfLwG0=; b=dalpjrGeO1tM7NwK/4PWOF cyHptawQ81cP1rfxbxPNKmauDvp8H0yAga8we2Z2gza/0R1M3Jh6bGiFeZPfcV8I vThVl49oFaEZhF1M0sFtqOdI6mTzi2K/UC/4qyh03ZWS3wnNTiSbQP6OLMXgnA/W zofD94LeHyhAMvWQ1umBvclS7Ki0FBaOjC17/A2cCVX0+arXcsR1LHoucCab7aU+ mbXrtWZ6UZQSbtJXnO9+AgXffpyHQUQxeUWPK7V+F1zEW5OdEVe481snfKBCWecC nOhM8iERG5Ooi1aQHblgA5ClGICGYmUktVRy3ac2NjxnM992IsXyGTcxfIIKxYXg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9C7D5E509B; Fri, 27 Apr 2018 10:36:29 -0400 (EDT) From: Thomas Monjalon To: Gaetan Rivet Cc: dev@dpdk.org Date: Fri, 27 Apr 2018 16:36:28 +0200 Message-ID: <4977050.mN19vHrts5@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/2] Bus find_device fixes 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: Fri, 27 Apr 2018 14:36:31 -0000 > Gaetan Rivet (2): > bus/pci: fix find device implementation > bus/vdev: fix find device implementation Applied, thanks