On 11/21/2018 8:21 AM, Rafal Kozik wrote:
> rx_buffer_info should be refill not linearly, but out of order.
> IDs should be taken from empty_rx_reqs array.
>
> rx_refill_buffer is introduced to temporary storage
> bulk of mbufs taken from pool.
>
> In case of error unused mbufs are put back to pool.
>
> Fixes: c2034976673d ("net/ena: add Rx out of order completion")
> Cc: [email protected]
>
> Signed-off-by: Rafal Kozik <[email protected]>
> Acked-by: Michal Krawczyk <[email protected]>
Applied to dpdk-next-net/master, thanks.