Re: AF_XDP and dma
ratheesh kannoth <[email protected]>
| Newsgroups | org.kernel.vger.xdp-newbies |
|---|---|
| Message-ID | <CAGZFCEGDtF1SfBWEbrYG9=Na+71mJ1kk5L+9W3f-UcKjYGjLCw@mail.gmail.com> |
On Fri, Apr 9, 2021 at 3:13 PM Magnus Karlsson <[email protected]> wrote: > The short answer is that you do not have to worry about that at all in > user space. i am interested in kernel space, where i have to configure these memory address (physical) in HW >>>DMA is taken care of by the kernel. Agreed. For AF_XDP in driver mode (for zero copy mode), I need to configure the DMA address. > /Magnus