[SRU][Xenial][PULLv2] Amazon ENA driver v2.0.1 update

Kamal Mostafa kamal at canonical.com
Thu Oct 25 19:17:14 UTC 2018


Update Amazon ENA driver from latest upstream to version 2.0.1K.

BugLink: http://bugs.launchpad.net/bugs/1798182

All cherry-picks from mainline linux, linux-next, and net-next.

Only the Amazon ENA driver is affected.

 -Kamal

-----

The following changes since commit 04658a2f942e95ef60e1b78a0653c35f2c1bca35:

  UBUNTU: Ubuntu-4.4.0-139.165 (2018-10-24 09:57:17 +0000)

are available in the git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/xenial ena-v201

for you to fetch changes up to 4920c17a1811626aee349fd1a159c85e5e51c3d4:

  net: ena: fix compilation error in xtensa architecture (2018-10-25 09:00:43 -0700)

----------------------------------------------------------------
Arthur Kiyanovski (18):
      net: ena: fix warning in rmmod caused by double iounmap
      net: ena: fix rare bug when failed restart/resume is followed by driver removal
      net: ena: fix NULL dereference due to untimely napi initialization
      net: ena: fix auto casting to boolean
      net: ena: minor performance improvement
      net: ena: complete host info to match latest ENA spec
      net: ena: introduce Low Latency Queues data structures according to ENA spec
      net: ena: add functions for handling Low Latency Queues in ena_com
      net: ena: add functions for handling Low Latency Queues in ena_netdev
      net: ena: use CSUM_CHECKED device indication to report skb's checksum status
      net: ena: explicit casting and initialization, and clearer error handling
      net: ena: limit refill Rx threshold to 256 to avoid latency issues
      net: ena: change rx copybreak default to reduce kernel memory pressure
      net: ena: remove redundant parameter in ena_com_admin_init()
      net: ena: update driver version to 2.0.1
      net: ena: fix indentations in ena_defs for better readability
      net: ena: enable Low Latency Queues
      net: ena: fix compilation error in xtensa architecture

Eric Dumazet (1):
      net: ena: remove ndo_poll_controller

Netanel Belgazal (1):
      net: ena: Fix Kconfig dependency on X86

 drivers/net/ethernet/amazon/Kconfig               |   2 +-
 drivers/net/ethernet/amazon/ena/ena_admin_defs.h  | 425 ++++++++++--------
 drivers/net/ethernet/amazon/ena/ena_com.c         | 302 +++++++++++--
 drivers/net/ethernet/amazon/ena/ena_com.h         |  72 +++-
 drivers/net/ethernet/amazon/ena/ena_common_defs.h |   4 +-
 drivers/net/ethernet/amazon/ena/ena_eth_com.c     | 285 +++++++-----
 drivers/net/ethernet/amazon/ena/ena_eth_com.h     |  72 +++-
 drivers/net/ethernet/amazon/ena/ena_eth_io_defs.h | 229 +++++-----
 drivers/net/ethernet/amazon/ena/ena_ethtool.c     |   2 +
 drivers/net/ethernet/amazon/ena/ena_netdev.c      | 504 +++++++++++++---------
 drivers/net/ethernet/amazon/ena/ena_netdev.h      |  42 +-
 drivers/net/ethernet/amazon/ena/ena_regs_defs.h   | 206 +++++----
 12 files changed, 1354 insertions(+), 791 deletions(-)




More information about the kernel-team mailing list