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.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…