mbox series

[V1,net,0/8] Bug fixes for ENA Ethernet driver

Message ID 20190501134710.8938-1-sameehj@amazon.com
Headers show
Series Bug fixes for ENA Ethernet driver | expand

Message

Jubran, Samih May 1, 2019, 1:47 p.m. UTC
From: Sameeh Jubran <sameehj@amazon.com>

Sameeh Jubran (8):
  net: ena: fix swapped parameters when calling
    ena_com_indirect_table_fill_entry
  net: ena: fix: set freed objects to NULL to avoid failing future
    allocations
  net: ena: fix: Free napi resources when ena_up() fails
  net: ena: fix incorrect test of supported hash function
  net: ena: fix return value of ena_com_config_llq_info()
  net: ena: improve latency by disabling adaptive interrupt moderation
    by default
  net: ena: fix ena_com_fill_hash_function() implementation
  net: ena: gcc 8: fix compilation warning

 drivers/net/ethernet/amazon/ena/ena_com.c     | 11 ++++++--
 drivers/net/ethernet/amazon/ena/ena_ethtool.c |  4 +--
 drivers/net/ethernet/amazon/ena/ena_netdev.c  | 28 +++++++++++--------
 3 files changed, 27 insertions(+), 16 deletions(-)

Comments

David Miller May 4, 2019, 4:17 a.m. UTC | #1
From: <sameehj@amazon.com>
Date: Wed, 1 May 2019 16:47:02 +0300

> From: Sameeh Jubran <sameehj@amazon.com>
> 
> Sameeh Jubran (8):
>   net: ena: fix swapped parameters when calling
>     ena_com_indirect_table_fill_entry
>   net: ena: fix: set freed objects to NULL to avoid failing future
>     allocations
>   net: ena: fix: Free napi resources when ena_up() fails
>   net: ena: fix incorrect test of supported hash function
>   net: ena: fix return value of ena_com_config_llq_info()
>   net: ena: improve latency by disabling adaptive interrupt moderation
>     by default
>   net: ena: fix ena_com_fill_hash_function() implementation
>   net: ena: gcc 8: fix compilation warning

Series applied.

Please provide a real commit message in your header posting next time,
rather than just the shortlog.

Thank you.