mbox series

[linux-aws-xenial,PULL] update EFA driver to version 1.4.0

Message ID 20190917163631.15298-2-kamal@canonical.com
State New
Headers show
Series [linux-aws-xenial,PULL] update EFA driver to version 1.4.0 | expand

Pull-request

git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux-aws/+git/xenial efa-140

Message

Kamal Mostafa Sept. 17, 2019, 4:36 p.m. UTC
The following changes since commit 24890a5a1a5fed24193e251ff82c6de41731f37b:

  UBUNTU: Ubuntu-aws-4.4.0-1093.104 (2019-09-12 17:13:14 +0200)

are available in the Git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux-aws/+git/xenial efa-140

for you to fetch changes up to cec53b7aa84e308506599818bde15506b7ff9fd7:

  UBUNTU: SAUCE: linux/efa: Bump driver version to 1.4.0 (2019-09-16 09:40:31 -0700)

----------------------------------------------------------------
Connor Kuehl (1):
      UBUNTU: SAUCE: efa: don't elide module initialization

Gal Pressman (17):
      UBUNTU: SAUCE: linux/efa: Fix kcompat defines usage before include
      UBUNTU: SAUCE: linux/efa: Bump driver version to 1.3.1
      UBUNTU: SAUCE: linux/efa: Expose device statistics
      UBUNTU: SAUCE: linux/efa: Remove umem check on dereg MR flow
      UBUNTU: SAUCE: linux/efa: Add EFA definitions usage
      UBUNTU: SAUCE: linux/efa: Rate limit admin queue error prints
      UBUNTU: SAUCE: linux/efa: Remove check that prevents destroy of resources in error flows
      UBUNTU: SAUCE: linux/efa: Move driver_id into struct ib_device_ops
      UBUNTU: SAUCE: linux/efa: Move uverbs_abi_ver into struct ib_device_ops
      UBUNTU: SAUCE: linux/efa: Move owner into struct ib_device_ops
      UBUNTU: SAUCE: linux/efa: Clean destroy CQ in drivers do not return errors
      UBUNTU: SAUCE: linux/efa: Combine create CQ functions
      UBUNTU: SAUCE: linux/efa: Fix wrong ifdef clause
      UBUNTU: SAUCE: linux/efa: Align with CQ core allocations
      UBUNTU: SAUCE: linux/efa: Use existing FIELD_SIZEOF macro
      UBUNTU: SAUCE: linux/efa: Assign err when failing to create everbs device
      UBUNTU: SAUCE: linux/efa: Bump driver version to 1.4.0

 drivers/infiniband/hw/efa/efa.h         |  39 +++--
 drivers/infiniband/hw/efa/efa_com.c     |  70 +++++----
 drivers/infiniband/hw/efa/efa_com_cmd.c | 166 ++++++++++++++-------
 drivers/infiniband/hw/efa/efa_com_cmd.h |  27 ++++
 drivers/infiniband/hw/efa/efa_main.c    |  49 +++++-
 drivers/infiniband/hw/efa/efa_verbs.c   | 257 +++++++++++++++++++++-----------
 drivers/infiniband/hw/efa/kcompat.h     |  22 +++
 7 files changed, 444 insertions(+), 186 deletions(-)