Commit 70e3aac3 authored by Ben Walker's avatar Ben Walker Committed by Darek Stojaczyk
Browse files

doc: Improve title of memory management concept page

parent 1589ce9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Memory Management for User Space Drivers {#memory}
# Direct Memory Access (DMA) From User Space {#memory}

The following is an attempt to explain why all data buffers passed to SPDK must
be allocated using spdk_dma_malloc() or its siblings, and why SPDK relies on