[dpdk-dev] [PATCH 0/2] net/ena: check for free descriptors

2016-11-07 Thread Thomas Monjalon
2016-10-29 03:06, Jakub Palider: > In some configurations there is mismatch between declared and actual > descriptor count which under heavy load may lead to resource shortage. > > The first patch unifies the way head and tail indexes are handled and > is crucial for compactness and succeeding

[dpdk-dev] [PATCH 0/2] net/ena: check for free descriptors

2016-10-29 Thread Jakub Palider
In some configurations there is mismatch between declared and actual descriptor count which under heavy load may lead to resource shortage. The first patch unifies the way head and tail indexes are handled and is crucial for compactness and succeeding patch correctness. The second patch runs