Re: [Patch Part3 V4 00/21] Enable support of Intel DMAR device hotplug

2014-07-29 Thread Jiang Liu
Thanks Joerg, will resend remaining patches after 3.17 merging window. On 2014/7/29 18:49, Joerg Roedel wrote: > On Fri, Jul 11, 2014 at 02:19:24PM +0800, Jiang Liu wrote: >> Patch 1-13 are bugfixes and code improvement for current drivers. > > Okay, I applied these for now (1-13 only) so that yo

Re: [Patch Part3 V4 00/21] Enable support of Intel DMAR device hotplug

2014-07-29 Thread Joerg Roedel
On Fri, Jul 11, 2014 at 02:19:24PM +0800, Jiang Liu wrote: > Patch 1-13 are bugfixes and code improvement for current drivers. Okay, I applied these for now (1-13 only) so that you don't have to rebase everything next time. > Patch 14-17 enhances DMAR framework to support hotplug > Patch 18 enhan

[Patch Part3 V4 00/21] Enable support of Intel DMAR device hotplug

2014-07-10 Thread Jiang Liu
When hot plugging a descrete IOH or a physical processor with embedded IIO, we need to handle DMAR(or IOMMU) unit in the PCIe host bridge if DMAR is in use. This patch set tries to enhance current DMAR/IOMMU/IR drivers to support hotplug and is based on latest Joerg's iommu/next branch. Patch 1-13