On Thu, Jan 31, 2013 at 09:32:26AM +0000, 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;
>       iommu_fault_handler_t handler;
>       void *handler_token;
>       struct iommu_domain_geometry geometry;
>       u32 max_sub_windows; -----> maximum number of sub windows supported by 
> the hardware.
> }

I`ll leave that flag to the private-data of the IOMMU domain. Instead I
added a DOMAIN_ATTR_WINDOWS attribute to get/set the number of
subwindows. I'll post the updated patch-set soon.


        Joerg


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to