mbox series

[0/3] net/ena: upgrade to v1.1.1

Message ID 20181025175923.10858-1-mk@semihalf.com (mailing list archive)
Headers
Series net/ena: upgrade to v1.1.1 |

Message

Michal Krawczyk Oct. 25, 2018, 5:59 p.m. UTC
  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.

Michal Krawczyk (3):
  net/ena: recreate HW IO rings on start and stop
  net/ena: fix passing RSS hash to mbuf
  net/ena: change version to v1.1.1

 drivers/net/ena/ena_ethdev.c | 200 ++++++++++++++++++++-----------------------
 1 file changed, 93 insertions(+), 107 deletions(-)
  

Comments

Ferruh Yigit Oct. 26, 2018, 2:36 p.m. UTC | #1
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 states were
> added, and the second one was from the beginning.
> 
> Michal Krawczyk (3):
>   net/ena: recreate HW IO rings on start and stop
>   net/ena: fix passing RSS hash to mbuf
>   net/ena: change version to v1.1.1

Series applied to dpdk-next-net/master, thanks.