RE: [PATCH 4/4] iommu: Add domain window handling functions

2013-02-04 Thread Yoder Stuart-B08248
> -Original Message- > From: Wood Scott-B07421 > Sent: Monday, February 04, 2013 5:36 PM > To: Joerg Roedel > Cc: Sethi Varun-B16395; io...@lists.linux-foundation.org; > linux-kernel@vger.kernel.org; Wood Scott- > B07421; Yoder Stuart-B08248 > Subject: Re: [PATC

Re: [PATCH 4/4] iommu: Add domain window handling functions

2013-02-04 Thread Scott Wood
On 02/04/2013 07:02:14 AM, Joerg Roedel wrote: On Thu, Jan 31, 2013 at 09:32:26AM +, Sethi Varun-B16395 wrote: > We need a mechanism to determine the maximum number of subwindows supported by PAMU. How about representing it in the iommu_domain structure: > struct iommu_domain { >str

Re: [PATCH 4/4] iommu: Add domain window handling functions

2013-02-04 Thread Joerg Roedel
On Thu, Jan 31, 2013 at 09:32:26AM +, Sethi Varun-B16395 wrote: > We need a mechanism to determine the maximum number of subwindows supported > by PAMU. How about representing it in the iommu_domain structure: > struct iommu_domain { > struct iommu_ops *ops; > void *priv; >

RE: [PATCH 4/4] iommu: Add domain window handling functions

2013-01-31 Thread Sethi Varun-B16395
> -Original Message- > From: Joerg Roedel [mailto:j...@8bytes.org] > Sent: Thursday, January 31, 2013 3:14 AM > To: Sethi Varun-B16395 > Cc: io...@lists.linux-foundation.org; linux-kernel@vger.kernel.org; Joerg > Roedel > Subject: [PATCH 4/4] iommu: Add domain window handling functions >