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

2015-05-21 Thread Wu, Feng
, 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() suitable for both of them. static int modify_irte(struct irq_2_iommu

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) +

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

2015-05-19 Thread Feng Wu
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. Signed-off-by: Feng Wu feng...@intel.com --- drivers/iommu/intel_irq_remapping.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff