Re: [PATCH 08/16] iommu/amd: Add routines to manage irq remapping tables

2012-09-28 Thread Joerg Roedel
On Fri, Sep 28, 2012 at 10:40:13AM -0400, Konrad Rzeszutek Wilk wrote: > On Fri, Sep 28, 2012 at 02:23:58PM +0200, Joerg Roedel wrote: > > + irte_info = &cfg->irq_2_iommu; > > + irte_info->sub_handle = devid; > > + irte_info->irte_in

Re: [PATCH 08/16] iommu/amd: Add routines to manage irq remapping tables

2012-09-28 Thread Konrad Rzeszutek Wilk
On Fri, Sep 28, 2012 at 02:23:58PM +0200, Joerg Roedel wrote: > Add routines to: > > * Alloc remapping tables and single entries from these > tables > * Change entries in the tables > * Free entries in the table > > Signed-off-by: Joerg Roedel > --- > drivers/iommu/amd_iommu.c | 228 > +

[PATCH 08/16] iommu/amd: Add routines to manage irq remapping tables

2012-09-28 Thread Joerg Roedel
Add routines to: * Alloc remapping tables and single entries from these tables * Change entries in the tables * Free entries in the table Signed-off-by: Joerg Roedel --- drivers/iommu/amd_iommu.c | 228 + 1 file changed, 228 insertions(+) diff --g