Re: [dpdk-dev] [PATCH v7 07/12] net/octeontx_ep: added rxq setup and release

2021-01-29 Thread Ferruh Yigit
On 1/29/2021 12:45 PM, Nalla Pradeep wrote: Receive queue setup involves allocating memory for the queue, initializing data structure representing the queue and filling queue with receive buffers of rx descriptor count. Receive queues are referred as droq. Hardware fills the receive buffers in qu

[dpdk-dev] [PATCH v7 07/12] net/octeontx_ep: added rxq setup and release

2021-01-29 Thread Nalla Pradeep
Receive queue setup involves allocating memory for the queue, initializing data structure representing the queue and filling queue with receive buffers of rx descriptor count. Receive queues are referred as droq. Hardware fills the receive buffers in queue with the packet. In receive queue release