mbox series

[for-rc,0/5] bnxt_re bug fixes

Message ID 20241217102649.1377704-1-kalesh-anakkur.purayil@broadcom.com (mailing list archive)
Headers show
Series bnxt_re bug fixes | expand

Message

Kalesh AP Dec. 17, 2024, 10:26 a.m. UTC
This series contains bug fixes related to variable WQE
support in the driver. One fix is for adding a missing
synchronization in the QP create path.

Please review and apply.

Regards,
Kalesh AP

Damodharam Ammepalli (2):
  RDMA/bnxt_re: Add send queue size check for variable wqe
  RDMA/bnxt_re: Fix MSN table size for variable wqe mode

Kalesh AP (1):
  RDMA/bnxt_re: Disable use of reserved wqes

Selvin Xavier (2):
  RDMA/bnxt_re: Fix max_qp_wrs reported
  RDMA/bnxt_re: Fix the locking while accessing the QP table

 drivers/infiniband/hw/bnxt_re/qplib_fp.c |  9 ++++++++-
 drivers/infiniband/hw/bnxt_re/qplib_sp.c | 18 ++++++++++++------
 2 files changed, 20 insertions(+), 7 deletions(-)

Comments

Leon Romanovsky Dec. 19, 2024, 11:58 a.m. UTC | #1
On Tue, 17 Dec 2024 15:56:44 +0530, Kalesh AP wrote:
> This series contains bug fixes related to variable WQE
> support in the driver. One fix is for adding a missing
> synchronization in the QP create path.
> 
> Please review and apply.
> 
> Regards,
> Kalesh AP
> 
> [...]

Applied, thanks!

[1/5] RDMA/bnxt_re: Fix max_qp_wrs reported
      https://git.kernel.org/rdma/rdma/c/40be32303ec829
[2/5] RDMA/bnxt_re: Disable use of reserved wqes
      https://git.kernel.org/rdma/rdma/c/d5a38bf2f35979
[3/5] RDMA/bnxt_re: Add send queue size check for variable wqe
      https://git.kernel.org/rdma/rdma/c/d13be54dc18bae
[4/5] RDMA/bnxt_re: Fix MSN table size for variable wqe mode
      https://git.kernel.org/rdma/rdma/c/bb839f3ace0fee
[5/5] RDMA/bnxt_re: Fix the locking while accessing the QP table
      https://git.kernel.org/rdma/rdma/c/9272cba0ded71b

Best regards,