Re: [dpdk-dev] [PATCH v7 08/12] net/octeontx_ep: added tx queue setup and release

2021-01-29 Thread Ferruh Yigit
On 1/29/2021 12:45 PM, Nalla Pradeep wrote: Transmit queue setup involves allocating memory for the command queue considering tx descriptor count and initializing data structure representing the queue. Transmit queue release function frees the command queue. Signed-off-by: Nalla Pradeep <...>

[dpdk-dev] [PATCH v7 08/12] net/octeontx_ep: added tx queue setup and release

2021-01-29 Thread Nalla Pradeep
Transmit queue setup involves allocating memory for the command queue considering tx descriptor count and initializing data structure representing the queue. Transmit queue release function frees the command queue. Signed-off-by: Nalla Pradeep --- drivers/net/octeontx_ep/otx_ep_common.h | 88 ++