[SRU][PULL][Bionic] update ENA driver, incl. new ethtool stats

Kamal Mostafa kamal at canonical.com
Tue Jan 5 21:44:38 UTC 2021


BugLink: https://bugs.launchpad.net/bugs/1910291


The following changes since commit dcdd15bcc5a4609a997b078aecdd3d9aeefd7705:

  qxl: hook monitors_config updates into crtc, not encoder. (2020-12-18 11:46:33 -0600)

are available in the Git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/bionic ena-update

for you to fetch changes up to 5cc450dbbc38edf28c22527c5e6acf476a5e0ceb:

  net: ena: Change RSS related macros and variables names (2021-01-05 11:26:19 -0800)

----------------------------------------------------------------
Arthur Kiyanovski (2):
      net: ena: cosmetic: change ena_com_stats_admin stats to u64
      net: ena: cosmetic: remove unnecessary code

Colin Ian King (2):
      net: ena: ethtool: remove redundant non-zero check on rc
      net: ena: ethtool: clean up minor indentation issue

Leon Romanovsky (1):
      net/amazon: Ensure that driver version is aligned to the linux kernel

Sameeh Jubran (7):
      net: ena: change num_queues to num_io_queues for clarity and consistency
      net: ena: ethtool: get_channels: use combined only
      net: ena: ethtool: support set_channels callback
      net: ena: remove code that does nothing
      net: ena: add unmask interrupts statistics to ethtool
      net: ena: ethtool: convert stat_offset to 64 bit resolution
      net: ena: ethtool: Add new device statistics

Shay Agroskin (3):
      net: ena: set initial DMA width to avoid intel iommu issue
      net: ena: Change license into format to SPDX in all files
      net: ena: Change RSS related macros and variables names

 Documentation/networking/ena.txt                  |   2 +-
 drivers/net/ethernet/amazon/ena/ena_admin_defs.h  |  75 ++++----
 drivers/net/ethernet/amazon/ena/ena_com.c         |  72 ++++----
 drivers/net/ethernet/amazon/ena/ena_com.h         |  50 ++----
 drivers/net/ethernet/amazon/ena/ena_common_defs.h |  31 +---
 drivers/net/ethernet/amazon/ena/ena_eth_com.c     |  31 +---
 drivers/net/ethernet/amazon/ena/ena_eth_com.h     |  31 +---
 drivers/net/ethernet/amazon/ena/ena_eth_io_defs.h |  31 +---
 drivers/net/ethernet/amazon/ena/ena_ethtool.c     | 204 +++++++++++++---------
 drivers/net/ethernet/amazon/ena/ena_netdev.c      | 174 +++++++++---------
 drivers/net/ethernet/amazon/ena/ena_netdev.h      |  52 ++----
 drivers/net/ethernet/amazon/ena/ena_pci_id_tbl.h  |  31 +---
 drivers/net/ethernet/amazon/ena/ena_regs_defs.h   |  31 +---
 13 files changed, 317 insertions(+), 498 deletions(-)



More information about the kernel-team mailing list