[SPDK] memory allocated from spdk_zmalloc is cached or un cached?
wyqprince at 126.com
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <[email protected]> |
Hey guys. I found the memory allocated for sq/cq pair is from spdk_zmalloc. So I wanna to know if the memory is cachable or not? If the allocated memory is cachable, How spdk guarantee the dma-cache coherency?