Re: [dpdk-dev] [PATCH 0/3] net/ena: upgrade to v1.1.1

2018-10-26 Thread Ferruh Yigit
On 10/25/2018 6:59 PM, Michal Krawczyk wrote: > Hi, > > version upgrade containt two major fixes: > * Memory leak fix on ena_start(), if it was called right after stop() > * Provide application with valid hash, instead of queue ID > > The first issue was introduced in 18.08 when the additional st

[dpdk-dev] [PATCH 0/3] net/ena: upgrade to v1.1.1

2018-10-25 Thread Michal Krawczyk
Hi, version upgrade containt two major fixes: * Memory leak fix on ena_start(), if it was called right after stop() * Provide application with valid hash, instead of queue ID The first issue was introduced in 18.08 when the additional states were added, and the second one was from the beginning.