25/07/2022 14:48, Bruce Richardson:
> On Mon, Jul 25, 2022 at 08:22:00PM +0800, Chengwen Feng wrote:
> > Currently the example using DMA in asynchronous mode, which are:
> > nb_rx = rte_eth_rx_burst();
> > if (nb_rx == 0)
> > continue;
> > ...
> > dma_enqueue(); // enque
On 25/07/2022 13:22, Chengwen Feng wrote:
Currently the example using DMA in asynchronous mode, which are:
nb_rx = rte_eth_rx_burst();
if (nb_rx == 0)
continue;
...
dma_enqueue(); // enqueue the received packets copy request
nb_cpl = dma_deq
On Mon, Jul 25, 2022 at 08:22:00PM +0800, Chengwen Feng wrote:
> Currently the example using DMA in asynchronous mode, which are:
> nb_rx = rte_eth_rx_burst();
> if (nb_rx == 0)
> continue;
> ...
> dma_enqueue(); // enqueue the received packets copy request
>
3 matches
Mail list logo