mbox series

[for-next,0/4] RDMA/bnxt_re: driver update

Message ID 1544122186-7610-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive)
Headers show
Series RDMA/bnxt_re: driver update | expand

Message

Selvin Xavier Dec. 6, 2018, 6:49 p.m. UTC
This is the bnxt_re driver update for next feature
cycle. It includes code re-factoring to simplify
the init/unint path. This series also includes
changes to support bigger MR and increasing the
Control path command Queue depth. Also a patch
to query the HW interface version for driver/fw
compatibility check is included.

This series is dependent on the two bug fix commits
from the following series, which was merged to for-rc tree.
https://www.spinics.net/lists/linux-rdma/msg71065.html
I have applied both the patches from this series on top
of current for-next and these patches are created 
on top of them.

Please apply this to for-next branch.

Thanks,
Selvin Xavier

Devesh Sharma (1):
  RDMA/bnxt_re: Increase depth of control path command queue

Selvin Xavier (1):
  RDMA/bnxt_re: bnxt_re: Query HWRM Interface version from FW

Somnath Kotur (2):
  RDMA/bnxt_re: Increase memory registration size of a single MR
  RDMA/bnxt_re: Refactor rdev init/uninit path and simplifying rtnl_lock
    usage

 drivers/infiniband/hw/bnxt_re/bnxt_re.h    |  19 ++-
 drivers/infiniband/hw/bnxt_re/ib_verbs.c   |  24 ++-
 drivers/infiniband/hw/bnxt_re/main.c       | 236 ++++++++++++++++++-----------
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c |  34 +++--
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.h |  39 +++--
 drivers/infiniband/hw/bnxt_re/qplib_res.c  |  54 ++++++-
 drivers/infiniband/hw/bnxt_re/qplib_res.h  |   5 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.c   |   8 +-
 8 files changed, 276 insertions(+), 143 deletions(-)