Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-05-08 Thread Jerin Jacob
-Original Message- > Date: Mon, 8 May 2017 17:44:37 +0100 > From: Alejandro Lucero > To: Jerin Jacob > Cc: Thomas Monjalon , dev , "Burakov, > Anatoly" > Subject: Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several > devices per vfio group &g

Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-05-08 Thread Alejandro Lucero
2017 19:29:49 +0200 >> > From: Thomas Monjalon >> > To: Alejandro Lucero >> > Cc: dev@dpdk.org, "Burakov, Anatoly" >> > Subject: Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several >> > devices per vfio group >> >

Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-05-08 Thread Alejandro Lucero
Hi Jerin, On Mon, May 8, 2017 at 4:20 PM, Jerin Jacob wrote: > -Original Message- > > Date: Sun, 30 Apr 2017 19:29:49 +0200 > > From: Thomas Monjalon > > To: Alejandro Lucero > > Cc: dev@dpdk.org, "Burakov, Anatoly" > > Subject: Re: [dpd

Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-05-08 Thread Jerin Jacob
-Original Message- > Date: Sun, 30 Apr 2017 19:29:49 +0200 > From: Thomas Monjalon > To: Alejandro Lucero > Cc: dev@dpdk.org, "Burakov, Anatoly" > Subject: Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several > devices per vfio group > >

Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-04-30 Thread Thomas Monjalon
28/04/2017 15:25, Burakov, Anatoly: > From: Alejandro Lucero [mailto:alejandro.luc...@netronome.com] > > VFIO allows a secure way of assigning devices to user space and those > > devices which can not be isolated from other ones are set in same VFIO > > group. Releasing or unplugging a device shoul

Re: [dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-04-28 Thread Burakov, Anatoly
> From: Alejandro Lucero [mailto:alejandro.luc...@netronome.com] > Sent: Wednesday, April 26, 2017 11:50 AM > To: dev@dpdk.org > Cc: Burakov, Anatoly > Subject: [PATCH] vfio: fix device unplug when several devices per vfio group > > VFIO allows a secure way of assigning devices to user space and

[dpdk-dev] [PATCH] vfio: fix device unplug when several devices per vfio group

2017-04-26 Thread Alejandro Lucero
VFIO allows a secure way of assigning devices to user space and those devices which can not be isolated from other ones are set in same VFIO group. Releasing or unplugging a device should be aware of remaining devices is the same group for avoiding to close such a group. Fixes: 94c0776b1bad ("vfio