<div dir="ltr">Hi All,<br><br>How do I convert a DMA buffer address to its respective virtual address in Linux PPC world?<br><br>I am not finding appropriate functions to do that?<br>How are people doing it on PPC platforms?<br>

<br>What I trying to do:<br>This is for MCC i.e. Buffer Desc and buffer are in main memory (DMA memory)<br>
I have submitted some DMA buffer from a chunk of memory to Device.<br>
Now at the end of successful receive, where I know the DMA address by reading from the buffer Descriptors.<br>Now from this DMA address, how do I find out the Virtual address so that I can perform a read on that buffer?<br>

<br>Regards,<br>Mukund Jampala</div>