RE: [v5 3/9] iommu, x86: Abstract modify_irte() to accept two format of irte

2015-05-21 Thread Wu, Feng
Subject: Re: [v5 3/9] iommu, x86: Abstract modify_irte() to accept two format > of irte > > On Wed, 20 May 2015, Feng Wu wrote: > > > After introducing VT-d posted-interrupts, we have two format > > of IRTE: remapped and posted. This patch make modify_irte() > > suitab

Re: [v5 3/9] iommu, x86: Abstract modify_irte() to accept two format of irte

2015-05-20 Thread Thomas Gleixner
On Wed, 20 May 2015, Feng Wu wrote: > After introducing VT-d posted-interrupts, we have two format > of IRTE: remapped and posted. This patch make modify_irte() > suitable for both of them. > static int modify_irte(struct irq_2_iommu *irq_iommu, > -struct irte *irte_modified)