RE: [PATCH v7 2/6] vfio/type1: Check reserve region conflict and update iova list

2019-07-08 Thread Shameerali Kolothum Thodi
hn > Garry ; xuwei (O) ; > kevin.t...@intel.com > Subject: Re: [PATCH v7 2/6] vfio/type1: Check reserve region conflict and > update iova list > > Hi Shameer, > > On 7/4/19 2:51 PM, Shameerali Kolothum Thodi wrote: > > > > > >> -Origina

Re: [PATCH v7 2/6] vfio/type1: Check reserve region conflict and update iova list

2019-07-07 Thread Auger Eric
Hi Shameer, On 6/26/19 5:12 PM, Shameer Kolothum wrote: > This retrieves the reserved regions associated with dev group and > checks for conflicts with any existing dma mappings. Also update > the iova list excluding the reserved regions. s/reserve/reserved in the commit title > > Reserved

Re: [PATCH v7 2/6] vfio/type1: Check reserve region conflict and update iova list

2019-07-05 Thread Auger Eric
i >> Cc: eric.au...@redhat.com; pmo...@linux.vnet.ibm.com; >> k...@vger.kernel.org; linux-ker...@vger.kernel.org; >> iommu@lists.linux-foundation.org; Linuxarm ; John >> Garry ; xuwei (O) ; >> kevin.t...@intel.com >> Subject: Re: [PATCH v7 2/6] vfio/type1: Ch

RE: [PATCH v7 2/6] vfio/type1: Check reserve region conflict and update iova list

2019-07-04 Thread Shameerali Kolothum Thodi
; ; kevin.t...@intel.com > Subject: RE: [PATCH v7 2/6] vfio/type1: Check reserve region conflict and > update iova list > > > > > -Original Message- > > From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On > > Behalf Of Alex Williamson >

RE: [PATCH v7 2/6] vfio/type1: Check reserve region conflict and update iova list

2019-07-04 Thread Shameerali Kolothum Thodi
kernel.org; linux-ker...@vger.kernel.org; > iommu@lists.linux-foundation.org; Linuxarm ; John > Garry ; xuwei (O) ; > kevin.t...@intel.com > Subject: Re: [PATCH v7 2/6] vfio/type1: Check reserve region conflict and > update iova list > > On Wed, 26 Jun 2019 16:12:44 +0100 > Shameer Koloth

Re: [PATCH v7 2/6] vfio/type1: Check reserve region conflict and update iova list

2019-07-03 Thread Alex Williamson
On Wed, 26 Jun 2019 16:12:44 +0100 Shameer Kolothum wrote: > This retrieves the reserved regions associated with dev group and > checks for conflicts with any existing dma mappings. Also update > the iova list excluding the reserved regions. > > Reserved regions with type

[PATCH v7 2/6] vfio/type1: Check reserve region conflict and update iova list

2019-06-26 Thread Shameer Kolothum
This retrieves the reserved regions associated with dev group and checks for conflicts with any existing dma mappings. Also update the iova list excluding the reserved regions. Reserved regions with type IOMMU_RESV_DIRECT_RELAXABLE are excluded from above checks as they are considered as directly