WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Physical address mapping to user space in dom0 problem

To: "Keir Fraser" <keir@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Physical address mapping to user space in dom0 problem
From: "Haw-Yuan Yang" <hawyuan@xxxxxxxxx>
Date: Fri, 16 Mar 2007 17:36:42 -0700
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 16 Mar 2007 17:35:43 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=mZCWW6wdeVzc0iDA4sdZ5ViKRb0XqFNxnqywMq10K2sVq7dvrol+TGj/IBG8w+karzR5nRh2OW3PyeGZKcqzSfNmFyxkTsr22idUpRJRoHTofLYiPR1IIru+pe9CczFvOgF/S/6tp9Okzqd0pKsRl6yCWFLF1S/3V1Zggd9/yOY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Hj7PERiq6gm87sjSdZi0UtyW46iauXK8Ni2tnhlMD9hD3NDwesHB3bEb/Qs+wm5zAsBA2XOR7Nz54DT7bxdB+aBE3lB+JAJPV0NXJ0FXyEV4VOgdDuQCnwxxyICg2CMYPg92reB+DRfPnHr3xH7py/Upze70J2J8DvSWBlNHwRw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <C220D954.47F1%keir@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <63c711180703161627t1157b3bi64b348aee24964de@xxxxxxxxxxxxxx> <C220D954.47F1%keir@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
It still not working. Here is what I did:
 
In driver I have an IOCTL option IO_DMA_ALLOC to allocate the DMA buffer by using pci_alloc_consistent() and return the allocated physical address to user space.
 
In user space testing program:
 
1. Call IOCTL IO_DMA_ALLOC to allocate a 64Kbyte DMA buffer. The physical address of the allocated buffer is 0x03bb0000.
2. Open /dev/mem and call mmap(0,64*1024,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0x03bb0000) ;  
 
the return of mmap is -1.
 
 
On 3/16/07, Keir Fraser <keir@xxxxxxxxxxxxx> wrote:



On 16/3/07 23:27, "Haw-Yuan Yang" < hawyuan@xxxxxxxxx> wrote:

Is there any alternative way to map the DMA address to user space in XEN dom0?

Mmap via /dev/mem will work. It uses direct_remap_pfn_range().

 -- Keir

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel