From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCH net-next 0/8] Bug fixes in ena ethernet driver Date: Fri, 9 Jun 2017 09:55:16 +0300 Message-ID: <1496991325-551-1-git-send-email-netanel@amazon.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Netanel Belgazal , , , , , , , , To: , Return-path: Received: from smtp-fw-4101.amazon.com ([72.21.198.25]:24002 "EHLO smtp-fw-4101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751506AbdFIGzt (ORCPT ); Fri, 9 Jun 2017 02:55:49 -0400 Sender: netdev-owner@vger.kernel.org List-ID: From: Netanel Belgazal This patchset contains fixes for the bugs that were discovered so far. Netanel Belgazal (8): net: ena: fix rare uncompleted admin command false alarm net: ena: fix bug that might cause hang after consecutive open/close interface. net: ena: add missing return when ena_com_get_io_handlers() fails net: ena: fix race condition between submit and completion admin command net: ena: add missing unmap bars on device removal net: ena: fix theoretical Rx hang on low memory systems net: ena: disable admin msix while working in polling mode net: ena: bug fix in lost tx packets detection mechanism drivers/net/ethernet/amazon/ena/ena_com.c | 35 +++-- drivers/net/ethernet/amazon/ena/ena_ethtool.c | 2 +- drivers/net/ethernet/amazon/ena/ena_netdev.c | 179 +++++++++++++++++++------- drivers/net/ethernet/amazon/ena/ena_netdev.h | 16 ++- 4 files changed, 168 insertions(+), 64 deletions(-) -- 2.7.4