Re: [dpdk-dev] [PATCH v2 10/11] net/octeontx_ep: Receive data path function added

2021-01-26 Thread Ferruh Yigit
On 1/18/2021 9:36 AM, Nalla Pradeep wrote: Function to deliver packets from DROQ to application is added. It also fills DROQ with receive buffers timely such that device can fill them with incoming packets. Signed-off-by: Nalla Pradeep <...> @@ -327,7 +333,8 @@ otx_ep_init_droq(struct otx_e

[dpdk-dev] [PATCH v2 10/11] net/octeontx_ep: Receive data path function added

2021-01-18 Thread Nalla Pradeep
Function to deliver packets from DROQ to application is added. It also fills DROQ with receive buffers timely such that device can fill them with incoming packets. Signed-off-by: Nalla Pradeep --- drivers/net/octeontx_ep/otx_ep_common.h | 3 + drivers/net/octeontx_ep/otx_ep_ethdev.c | 3 + d