[PATCH 0/2] VMCI: Add support for virtual IOMMU

2013-08-23 Thread Andy King
This patchset adds support for virtual IOMMU to the VMCI module. We switch to DMA consistent mappings for queuepair and doorbell pages that are passed to the device, which allows the module to work in the presence of vIOMMU/VT-d. Andy King (2): VMCI: Remove non-blocking/pinned queuepair

[PATCH 0/2] VMCI: Add support for virtual IOMMU

2013-08-23 Thread Andy King
This patchset adds support for virtual IOMMU to the VMCI module. We switch to DMA consistent mappings for queuepair and doorbell pages that are passed to the device, which allows the module to work in the presence of vIOMMU/VT-d. Andy King (2): VMCI: Remove non-blocking/pinned queuepair

Re: [PATCH 0/2] VMCI: Add support for virtual IOMMU

2013-08-21 Thread Andy King
Greg, I'd like to withdraw this in light of DaveM's comments on a similar patch to vmxnet3 regarding dma_alloc_coherent() vs pci_alloc_consistent(). I'll fix it and send out a new patchset. Sorry about this! Thanks! - Andy - Original Message - > This patchset adds support for virtual

Re: [PATCH 0/2] VMCI: Add support for virtual IOMMU

2013-08-21 Thread Andy King
Greg, I'd like to withdraw this in light of DaveM's comments on a similar patch to vmxnet3 regarding dma_alloc_coherent() vs pci_alloc_consistent(). I'll fix it and send out a new patchset. Sorry about this! Thanks! - Andy - Original Message - This patchset adds support for virtual

[PATCH 0/2] VMCI: Add support for virtual IOMMU

2013-08-20 Thread Andy King
This patchset adds support for virtual IOMMU to the VMCI module. We switch to DMA consistent mappings for queuepair and doorbell pages that are passed to the device, which allows the module to work in the presence of vIOMMU/VT-d. Andy King (2): VMCI: Remove non-blocking/pinned queuepair

[PATCH 0/2] VMCI: Add support for virtual IOMMU

2013-08-20 Thread Andy King
This patchset adds support for virtual IOMMU to the VMCI module. We switch to DMA consistent mappings for queuepair and doorbell pages that are passed to the device, which allows the module to work in the presence of vIOMMU/VT-d. Andy King (2): VMCI: Remove non-blocking/pinned queuepair