RE: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-15 Thread Parav Pandit
lil Pasic > Subject: Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove > sequence > > On Tue, 14 May 2019 20:34:12 + > Parav Pandit wrote: > > > Hi Alex, Cornelia, > > > > > > > -Original Message- > > > From: linux-kernel-ow...@vg

Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-14 Thread Alex Williamson
> > To: Cornelia Huck > > Cc: k...@vger.kernel.org; linux-kernel@vger.kernel.org; > > kwankh...@nvidia.com; alex.william...@redhat.com; c...@nvidia.com; > > Tony Krowiak ; Pierre Morel > > ; Halil Pasic > > Subject: RE: [PATCHv2 08/10] vfio/mdev: Improve the cr

RE: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-14 Thread Parav Pandit
dia.com; alex.william...@redhat.com; c...@nvidia.com; > Tony Krowiak ; Pierre Morel > ; Halil Pasic > Subject: RE: [PATCHv2 08/10] vfio/mdev: Improve the create/remove > sequence > > > > > -Original Message- > > From: Cornelia Huck > > Sent: T

Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-10 Thread Pierre Morel
; Halil Pasic Subject: Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence [vfio-ap folks: find a question regarding removal further down] On Wed, 8 May 2019 22:06:48 + Parav Pandit wrote: -Original Message- From: Cornelia Huck Sent: Wednesday, May 8, 2019 12:10 PM

Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-09 Thread Halil Pasic
---Original Message- > >>> From: Cornelia Huck > >>> Sent: Wednesday, May 8, 2019 12:10 PM > >>> To: Parav Pandit > >>> Cc: k...@vger.kernel.org; linux-kernel@vger.kernel.org; > >>> kwankh...@nvidia.com; alex.william...@redhat.co

RE: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-09 Thread Parav Pandit
; Halil Pasic > Subject: Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove > sequence > > [vfio-ap folks: find a question regarding removal further down] > > On Wed, 8 May 2019 22:06:48 + > Parav Pandit wrote: > > > > -Original Message- > &g

Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-09 Thread Pierre Morel
; linux-kernel@vger.kernel.org; kwankh...@nvidia.com; alex.william...@redhat.com; c...@nvidia.com Subject: Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence On Tue, 30 Apr 2019 17:49:35 -0500 Parav Pandit wrote: ...snip... @@ -373,16 +330,15 @@ int mdev_device_remove(struct

Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-09 Thread Cornelia Huck
@vger.kernel.org; linux-kernel@vger.kernel.org; > > kwankh...@nvidia.com; alex.william...@redhat.com; c...@nvidia.com > > Subject: Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove > > sequence > > > > On Tue, 30 Apr 2019 17:49:35 -0500 > > Parav Pandit wrote: > >

RE: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-08 Thread Parav Pandit
> -Original Message- > From: Cornelia Huck > Sent: Wednesday, May 8, 2019 12:10 PM > To: Parav Pandit > Cc: k...@vger.kernel.org; linux-kernel@vger.kernel.org; > kwankh...@nvidia.com; alex.william...@redhat.com; c...@nvidia.com > Subject: Re: [PATCHv2 08/10] v

Re: [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-05-08 Thread Cornelia Huck
On Tue, 30 Apr 2019 17:49:35 -0500 Parav Pandit wrote: > This patch addresses below two issues and prepares the code to address > 3rd issue listed below. > > 1. mdev device is placed on the mdev bus before it is created in the > vendor driver. Once a device is placed on the mdev bus without crea

[PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence

2019-04-30 Thread Parav Pandit
This patch addresses below two issues and prepares the code to address 3rd issue listed below. 1. mdev device is placed on the mdev bus before it is created in the vendor driver. Once a device is placed on the mdev bus without creating its supporting underlying vendor device, mdev driver's probe()