Re: [dpdk-dev] [PATCH v5 03/11] net/octeontx_ep: add device init and uninit

2021-01-28 Thread Ferruh Yigit
On 1/28/2021 3:22 PM, Nalla Pradeep wrote: Add basic init and uninit function which includes initializing fields of ethdev private structure. Signed-off-by: Nalla Pradeep --- drivers/common/octeontx2/otx2_common.h | 2 +- drivers/net/octeontx_ep/otx_ep_common.h | 19 ++- drivers/net/o

[dpdk-dev] [PATCH v5 03/11] net/octeontx_ep: add device init and uninit

2021-01-28 Thread Nalla Pradeep
Add basic init and uninit function which includes initializing fields of ethdev private structure. Signed-off-by: Nalla Pradeep --- drivers/common/octeontx2/otx2_common.h | 2 +- drivers/net/octeontx_ep/otx_ep_common.h | 19 ++- drivers/net/octeontx_ep/otx_ep_ethdev.c | 72