From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Krawczyk Subject: [PATCH 0/3] net/ena: upgrade to v1.1.1 Date: Thu, 25 Oct 2018 19:59:20 +0200 Message-ID: <20181025175923.10858-1-mk@semihalf.com> Cc: dev@dpdk.org To: mk@semihalf.com, mw@semihalf.com, gtzalik@amazon.com, zorik@amazon.com, matua@amazon.com Return-path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) by dpdk.org (Postfix) with ESMTP id 105AA6833 for ; Thu, 25 Oct 2018 19:59:41 +0200 (CEST) Received: by mail-lf1-f66.google.com with SMTP id c24-v6so7484786lfi.12 for ; Thu, 25 Oct 2018 10:59:41 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.14.1