Re: [dpdk-dev] [PATCH 2/4] net/ena: fix delayed cleanup of Rx descriptors

2017-04-12 Thread Jakub Palider
On Fri, Apr 7, 2017 at 12:48 PM, Marcin Wojtas wrote: > From: Michal Krawczyk > > On RX path, after receiving bunch of packets, variable tracking > available descriptors in HW queue was not updated. > > To fix this issue, additional variable was added which is storing number > of depleted descri

[dpdk-dev] [PATCH 2/4] net/ena: fix delayed cleanup of Rx descriptors

2017-04-07 Thread Marcin Wojtas
From: Michal Krawczyk On RX path, after receiving bunch of packets, variable tracking available descriptors in HW queue was not updated. To fix this issue, additional variable was added which is storing number of depleted descriptors updated by number of descriptors used in this cycle. Finally