Re: [dpdk-dev] [PATCH v2 09/11] net/octeontx_ep: Added dev start and stop

2021-01-26 Thread Ferruh Yigit
On 1/18/2021 9:36 AM, Nalla Pradeep wrote: Dev start and stop operations are added. To accomplish this internal functions to enable or disable io queues are incorporated. Signed-off-by: Nalla Pradeep <...> +static int +otx_ep_dev_start(struct rte_eth_dev *eth_dev) +{ + struct otx_ep_d

[dpdk-dev] [PATCH v2 09/11] net/octeontx_ep: Added dev start and stop

2021-01-18 Thread Nalla Pradeep
Dev start and stop operations are added. To accomplish this internal functions to enable or disable io queues are incorporated. Signed-off-by: Nalla Pradeep --- drivers/net/octeontx_ep/otx2_ep_vf.c| 107 drivers/net/octeontx_ep/otx_ep_common.h | 11 ++ drivers/net/octeo