Re: [dpdk-dev] [PATCH v6 04/12] net/octeontx_ep: add device init and uninit

2021-01-29 Thread Ferruh Yigit
On 1/29/2021 12:16 AM, Nalla Pradeep wrote: Add basic init and uninit function which includes initializing fields of ethdev private structure. Signed-off-by: Nalla Pradeep <...> @@ -43,6 +104,7 @@ otx_ep_eth_dev_pci_remove(struct rte_pci_device *pci_dev) /* Set of PCI devices this driver

[dpdk-dev] [PATCH v6 04/12] 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/net/octeontx_ep/otx_ep_common.h | 24 +++- drivers/net/octeontx_ep/otx_ep_ethdev.c | 75 +++-- 2 files changed, 93 insertions(+), 6