public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] iommu: add a dma remap fault reason.
@ 2013-03-06  2:43 Li, Zhen-Hua
  2013-03-06  9:03 ` [tip:x86/urgent] iommu, x86: Add DMA " tip-bot for Li, Zhen-Hua
  2013-03-07 18:31 ` [PATCH 1/1] iommu: add a dma " Don Dutile
  0 siblings, 2 replies; 4+ messages in thread
From: Li, Zhen-Hua @ 2013-03-06  2:43 UTC (permalink / raw)
  To: linux-kernel, Joerg Roedel, Ingo Molnar, Donald Dutile,
	Suresh Siddha, Hannes Reinecke
  Cc: Li, Zhen-Hua

The number of dma fault reasons in intel's document are from 1 to 0xD, but in dmar.c I cannot find fault reason 0xD.

In this document:
Intel Virtualization Technology for Directed I/O Architecture Specification
http://download.intel.com/technology/computing/vptech/Intel(r)_VT_for_Direct_IO.pdf

Chapter 4. Support For Device-IOTLBs

Table 6. Unsuccessful Translated Requests

There is fault reason for 0xD not listed in kernel:
    Present context-entry used to process translation request
    specifies blocking of Translation Requests (Translation Type (T)
    field value not equal to 01b).

So I think 0xD should be added.

Signed-off-by: Li, Zhen-Hua <zhen-hual@hp.com>
---
 drivers/iommu/dmar.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/dmar.c b/drivers/iommu/dmar.c
index dc7e478..e5cdaf8 100644
--- a/drivers/iommu/dmar.c
+++ b/drivers/iommu/dmar.c
@@ -1083,6 +1083,7 @@ static const char *dma_remap_fault_reasons[] =
 	"non-zero reserved fields in RTP",
 	"non-zero reserved fields in CTP",
 	"non-zero reserved fields in PTE",
+	"PCE for translation request specifies blocking",
 };
 
 static const char *irq_remap_fault_reasons[] =
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-07 21:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06  2:43 [PATCH 1/1] iommu: add a dma remap fault reason Li, Zhen-Hua
2013-03-06  9:03 ` [tip:x86/urgent] iommu, x86: Add DMA " tip-bot for Li, Zhen-Hua
2013-03-07 18:31 ` [PATCH 1/1] iommu: add a dma " Don Dutile
2013-03-07 21:36   ` Don Dutile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox