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

2021-01-26 Thread Ferruh Yigit
On 1/18/2021 9:35 AM, Nalla Pradeep wrote: Add basic init and uninit function which includes initializing fields of ethdev private structure. Signed-off-by: Nalla Pradeep <...> ep/otx_ep_common.h +++ b/drivers/net/octeontx_ep/otx_ep_common.h @@ -4,11 +4,28 @@ #ifndef _OTX_EP_COMMON_H_ #

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

2021-01-19 Thread Jerin Jacob
On Mon, Jan 18, 2021 at 3:07 PM Nalla Pradeep wrote: > > Add basic init and uninit function which includes > initializing fields of ethdev private structure. > > Signed-off-by: Nalla Pradeep > --- > drivers/net/octeontx_ep/otx_ep_common.h | 19 +- > drivers/net/octeontx_ep/otx_ep_ethdev.c |