QDMA Pointer

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

QDMA Pointer

1,034 Views
timober
Contributor I

Hi,

I am looking for good example code of using QDMA for the LX2160a.  Basically I want to use it to DMA across PCIe bus , where the LX2160A is the EP.  

I see there is QDMA buried into the raw/dpaa2_qdma of DPDK and I could try to tear this apart and use it but I am trying to see if there any test code or SDK for QDMA in the user space that would allow me to use this over the PCIe bus?

Appreciate any pointers or insight to where I should look or if the DPDK implementation is it.  I know there is some kernel level examples that I could look at as well but I am looking for something in the user space. 

 Thanks,

    Tim Ober

Labels (1)
Tags (3)
0 Kudos
1 Reply

787 Views
hemantagrawal
NXP Employee
NXP Employee

I am not sure, if you already got answers for your questions. But QDMA can be used across PCI as well. the existing qdma_demo in LSDK based dpdk supports all configs i.e. mem to mem, mem to PCI or PCI to mem.

0 Kudos