mbox series

[v4,for-next,0/2] RDMA/bnxt_re: MSN table capability check for latest adapters

Message ID 1716876697-25970-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive)
Headers show
Series RDMA/bnxt_re: MSN table capability check for latest adapters | expand

Message

Selvin Xavier May 28, 2024, 6:11 a.m. UTC
Add MSN table capbility check for newer adapters. Expose
this capability to user library.

Please review and apply.

Thanks,
Selvin Xavier

v3 -> v4:
  Rebasing the code to latest for-next branch
v2 -> v3:
  Use data type bool instead of u16 for is_host_msn_tbl
v1 -> v2:
  Updated the commit message of both the patches with more details

Selvin Xavier (2):
  RDMA/bnxt_re: Allow MSN table capability check
  RDMA/bnxt_re: Expose the MSN table capability for user library

 drivers/infiniband/hw/bnxt_re/ib_verbs.c  |  3 +++
 drivers/infiniband/hw/bnxt_re/qplib_fp.c  | 12 ++++++------
 drivers/infiniband/hw/bnxt_re/qplib_fp.h  |  2 +-
 drivers/infiniband/hw/bnxt_re/qplib_res.h |  6 ++++++
 drivers/infiniband/hw/bnxt_re/qplib_sp.c  |  1 +
 drivers/infiniband/hw/bnxt_re/qplib_sp.h  |  1 +
 drivers/infiniband/hw/bnxt_re/roce_hsi.h  | 30 +++++++++++++++++++++++++++++-
 include/uapi/rdma/bnxt_re-abi.h           |  2 +-
 8 files changed, 48 insertions(+), 9 deletions(-)

Comments

Leon Romanovsky May 30, 2024, 10:28 a.m. UTC | #1
On Mon, 27 May 2024 23:11:35 -0700, Selvin Xavier wrote:
> Add MSN table capbility check for newer adapters. Expose
> this capability to user library.
> 
> Please review and apply.
> 
> Thanks,
> Selvin Xavier
> 
> [...]

Applied, thanks!

[1/2] RDMA/bnxt_re: Allow MSN table capability check
      https://git.kernel.org/rdma/rdma/c/8d310ba845827a
[2/2] RDMA/bnxt_re: Expose the MSN table capability for user library
      https://git.kernel.org/rdma/rdma/c/6f6bfbc595fbae

Best regards,