How does dpdk handle memory coherent in user space?
The DPDK will put received data into userspace buffers using DMA, so what’s the DMA mapping used by DPDK? Is it coherent map or streaming map?
The DPDK will put received data into userspace buffers using DMA, so what’s the DMA mapping used by DPDK? Is it coherent map or streaming map?