Direct memory access (DMA) is a feature of modern computers and microprocessors that allows certain hardware subsystems within the computer to access system memory for reading and/or writing independently of the central processing unit.
I know that for a network card, OS must allocate tx/rx rings for it so that when OS wants …
linux networking linux-kernel dma nic