net/octeontx_ep: add Tx queue setup and release
authorNalla Pradeep <pnalla@marvell.com>
Fri, 29 Jan 2021 12:45:06 +0000 (04:45 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 29 Jan 2021 17:16:12 +0000 (18:16 +0100)
commitedb1273cb62cbad57526157ea3de4cfa5ea40591
tree3549295f6a3258d33deca8a88cb338db5349d733
parent242e18c0568902083bad5a551a420e8e8f703eae
net/octeontx_ep: add Tx queue setup and release

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 <pnalla@marvell.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/octeontx_ep/otx_ep_common.h
drivers/net/octeontx_ep/otx_ep_ethdev.c
drivers/net/octeontx_ep/otx_ep_rxtx.c