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

2021-01-29 Thread Ferruh Yigit
On 1/29/2021 12:16 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 <...> @@ -240,7 +246,6 @@ otx_ep_droq_setup_ring_buffe

[dpdk-dev] [PATCH v6 11/12] 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 | 1 + drivers/net/octeontx_ep/otx_ep_ethdev.c | 3 + d