From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] vfio: add hotplug support Date: Thu, 30 Mar 2017 17:06:21 +0200 Message-ID: <5438785.bWHvi091m5@xps13> References: <1490781290-3557-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" To: Alejandro Lucero Return-path: Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by dpdk.org (Postfix) with ESMTP id BB2FAD413 for ; Thu, 30 Mar 2017 17:06:23 +0200 (CEST) Received: by mail-wr0-f171.google.com with SMTP id w11so63450285wrc.3 for ; Thu, 30 Mar 2017 08:06:23 -0700 (PDT) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-03-29 12:18, Burakov, Anatoly: > > From: Alejandro Lucero [mailto:alejandro.lucero@netronome.com] > > Sent: Wednesday, March 29, 2017 10:55 AM > > To: Burakov, Anatoly > > Cc: dev@dpdk.org > > Subject: [PATCH v3] vfio: add hotplug support > > > > Current device hotplug is just supported by UIO managed devices. > > This patch adds same functionality with VFIO. > > > > It has been validated through tests using IOMMU and also with VFIO and no- > > iommu mode. > > > > Signed-off-by: Alejandro Lucero > > --- > > Acked-by: Anatoly Burakov Applied, thanks