Re: [dpdk-dev] [PATCH v3] vfio: add hotplug support

2017-03-30 Thread Thomas Monjalon
2017-03-29 12:18, Burakov, Anatoly: > > From: Alejandro Lucero [mailto:alejandro.luc...@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 U

Re: [dpdk-dev] [PATCH v3] vfio: add hotplug support

2017-03-29 Thread Burakov, Anatoly
> From: Alejandro Lucero [mailto:alejandro.luc...@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 functio

[dpdk-dev] [PATCH v3] vfio: add hotplug support

2017-03-29 Thread Alejandro Lucero
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 --- doc/guides/prog_guide/port_hotplug_framework.rst | 2 +- doc