This is the bnxt_re driver update for next feature cycle. This series 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. Changelog: v1 -> v2: - Dropped the refactor patch which involve the usage of rtnl_lock. This will be reworked based on the comments from Jason and will be pushed as a separate series. - Changed some of the macro definitions to inline functions 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 (1): RDMA/bnxt_re: Increase memory registration size of a single MR drivers/infiniband/hw/bnxt_re/bnxt_re.h | 3 ++ drivers/infiniband/hw/bnxt_re/ib_verbs.c | 24 +++++------- drivers/infiniband/hw/bnxt_re/main.c | 32 ++++++++++++++++ drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 34 +++++++++++------ drivers/infiniband/hw/bnxt_re/qplib_rcfw.h | 59 +++++++++++++++++++++++------- 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, 165 insertions(+), 54 deletions(-) -- 2.5.5