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

Categories

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...