xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* question on iommu _map_page
@ 2010-05-27 20:37 Kaushik Kumar Ram
  2010-05-27 20:46 ` Keir Fraser
  0 siblings, 1 reply; 12+ messages in thread
From: Kaushik Kumar Ram @ 2010-05-27 20:37 UTC (permalink / raw)
  To: xen-devel

Hi all,

I am trying to use the VT-d support with a PV driver domain which performs network I/O on behalf of guest domains. 
When I initiate any network I/O it results in I/O page faults. On taking a closer look I find that iommu_map_page() is called only for writable pages from __gnttab_map_grant_ref(). This results in page faults during packet transmission since pages are mapped read-only in this case. 
When I remove this restriction, I can get it working without any page faults. 

Is this a bug? or am I missing something here? I am using the latest unstable version of Xen. This part of the source code hasn't changed in a long time.

Thanks!
-Kaushik

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

end of thread, other threads:[~2010-07-02 10:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27 20:37 question on iommu _map_page Kaushik Kumar Ram
2010-05-27 20:46 ` Keir Fraser
2010-05-27 20:59   ` Kaushik Kumar Ram
2010-05-28  8:08     ` Keir Fraser
2010-05-28 23:20       ` Kaushik Kumar Ram
2010-05-29  7:29         ` Keir Fraser
2010-05-29  8:08           ` Kaushik Kumar Ram
2010-06-10 21:59       ` Kaushik Kumar Ram
2010-06-11  8:32         ` Keir Fraser
2010-07-02  6:22           ` Kaushik Kumar Ram
2010-07-02  7:13             ` Keir Fraser
2010-07-02 10:41               ` Keir Fraser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).