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

2021-01-28 Thread Ferruh Yigit
On 1/28/2021 3:22 PM, 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 <...> +/* Check for response arrival from OCTEON TX2 +

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

2021-01-28 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 | 2 + drivers/net/octeontx_ep/otx_ep_ethdev.c | 3 + d