mbox series

[V1,net,0/7] ENA driver bug fixes

Message ID 1584362304-274-1-git-send-email-akiyano@amazon.com
Headers show
Series ENA driver bug fixes | expand

Message

Kiyanovski, Arthur March 16, 2020, 12:38 p.m. UTC
From: Arthur Kiyanovski <akiyano@amazon.com>

ENA driver bug fixes

Arthur Kiyanovski (7):
  net: ena: fix incorrect setting of the number of msix vectors
  net: ena: avoid unnecessary admin command when RSS function set fails
  net: ena: fix inability to set RSS hash function without changing the
    key
  net: ena: remove code that does nothing
  net: ena: fix request of incorrect number of IRQ vectors
  net: ena: avoid memory access violation by validating req_id properly
  net: ena: fix continuous keep-alive resets

 drivers/net/ethernet/amazon/ena/ena_com.c     | 17 ++++++++----
 drivers/net/ethernet/amazon/ena/ena_com.h     | 21 ++++++++++-----
 drivers/net/ethernet/amazon/ena/ena_ethtool.c | 15 +++++------
 drivers/net/ethernet/amazon/ena/ena_netdev.c  | 27 +++++++++++++------
 4 files changed, 52 insertions(+), 28 deletions(-)

Comments

David Miller March 16, 2020, 10 p.m. UTC | #1
From: <akiyano@amazon.com>
Date: Mon, 16 Mar 2020 14:38:17 +0200

> From: Arthur Kiyanovski <akiyano@amazon.com>
> 
> ENA driver bug fixes

Please repost this series, removing the patches that aren't actually bug
fixes but that are rather just cleanups.

Thank you.