Re: [dpdk-dev] [PATCH v5 05/11] net/octeontx_ep: add dev info get and configure

2021-01-28 Thread Ferruh Yigit
On 1/28/2021 3:22 PM, Nalla Pradeep wrote: Add device information get and device configure operations. Signed-off-by: Nalla Pradeep <...> +static int +otx_ep_dev_configure(struct rte_eth_dev *eth_dev) +{ + struct otx_ep_device *otx_epvf = OTX_EP_DEV(eth_dev); + struct rte_eth_de

[dpdk-dev] [PATCH v5 05/11] net/octeontx_ep: add dev info get and configure

2021-01-28 Thread Nalla Pradeep
Add device information get and device configure operations. Signed-off-by: Nalla Pradeep --- doc/guides/nics/features/octeontx_ep.ini | 1 + drivers/net/octeontx_ep/otx_ep_common.h | 15 + drivers/net/octeontx_ep/otx_ep_ethdev.c | 81 +++- drivers/net/octeontx_ep/otx_e