Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

operating system - How to import non-DMA memory with spdk?

I am working with ioat using SPDK but not familiar with SPDK. To be brief, I need to open a file on persistent memory and map it into the userspace using mmap(), then use ioat to perform memcpy. But now I am lost because it seem that only memory that using spdk_malloc() can pass to spdk_ioat_submit_copy(). So my question is, how can I perform ioat copy with memory in my own application like memory mapped address? I really need some help on this and I'll be really graduteful for your answers.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...