mbox series

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

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

Pull-request

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

Message

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

  UBUNTU: Ubuntu-aws-5.0.0-1015.17 (2019-09-06 16:06:23 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 2f910c9159fca8d2b281433d882f1114fc2e4e03:

  UBUNTU: SAUCE: linux/efa: Bump driver version to 1.4.0 (2019-09-16 09:39:35 -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(-)