From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] eal: enable vfio independent of PCI bus Date: Tue, 24 Oct 2017 00:32:46 +0200 Message-ID: <1599654.GbReubtbfy@xps> References: <1507375221-16271-1-git-send-email-hemant.agrawal@nxp.com> <1507704138-17237-1-git-send-email-hemant.agrawal@nxp.com> <6ef50a0e-02d4-7460-d5ee-5564c64b9396@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" To: Hemant Agrawal Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 5C4C21B6E1 for ; Tue, 24 Oct 2017 00:32:48 +0200 (CEST) In-Reply-To: <6ef50a0e-02d4-7460-d5ee-5564c64b9396@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" 23/10/2017 13:47, Burakov, Anatoly: > On 11-Oct-17 7:42 AM, Hemant Agrawal wrote: > > VFIO may be used by buses other than PCI. This patch enables > > the VFIO on the basis of vfio root presence. > > > > Since vfio_enable should be called only once, pci_vfio_enable > > is also removed. > > > > A debug print is added in case vfio_pci module is not present. > > > > Signed-off-by: Hemant Agrawal > Acked-by: Anatoly Burakov Applied, thanks