mbox series

[for-next,v3,0/7] RDMA/bnxt_re: Enable Congestion control by default

Message ID 1680169540-10029-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive)
Headers show
Series RDMA/bnxt_re: Enable Congestion control by default | expand

Message

Selvin Xavier March 30, 2023, 9:45 a.m. UTC
This series includes the code reorgnization in the
driver control path. HW interface header file is updated
to the latest version. Also, adds support for a new
command format which is required for enabling RoCE
congestion control. 

This series is prepared on top of the resize_cq
(https://lore.kernel.org/all/1678868215-23626-1-git-send-email-selvin.xavier@broadcom.com/)
patch which is under review.

Please review and apply.

Thanks,
Selvin

v2 -> v3:
 - Fix the sparse warnings

v1 -> v2:
 - Fix the warning reported by kbuild test robot about missing static keyword
 - Reported-by: kernel test robot <lkp@intel.com>

Selvin Xavier (7):
  RDMA/bnxt_re: Update HW interface headers
  RDMA/bnxt_re: Remove HW queue mapping from RoCE Driver
  RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline function
  RDMA/bnxt_re: Reduce number of argumets to control path command APIs
  RDMA/bnxt_re: RoCE slow path TLV support
  RDAM/bnxt_re: Use tlv apis while processing the slow path commands
  RDMA/bnxt_re: Enable congestion control by default

 drivers/infiniband/hw/bnxt_re/main.c          |  101 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c      |  161 +-
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c    |   97 +-
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.h    |   66 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.c      |  337 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.h      |   68 +-
 drivers/infiniband/hw/bnxt_re/qplib_tlv.h     |  162 +
 drivers/infiniband/hw/bnxt_re/roce_hsi.h      | 7423 +++++++++++++++----------
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h |   81 +
 9 files changed, 5108 insertions(+), 3388 deletions(-)
 create mode 100644 drivers/infiniband/hw/bnxt_re/qplib_tlv.h

Comments

Leon Romanovsky April 4, 2023, 6:21 a.m. UTC | #1
On Thu, 30 Mar 2023 02:45:33 -0700, Selvin Xavier wrote:
> This series includes the code reorgnization in the
> driver control path. HW interface header file is updated
> to the latest version. Also, adds support for a new
> command format which is required for enabling RoCE
> congestion control.
> 
> This series is prepared on top of the resize_cq
> (https://lore.kernel.org/all/1678868215-23626-1-git-send-email-selvin.xavier@broadcom.com/)
> patch which is under review.
> 
> [...]

Applied, thanks!

[1/7] RDMA/bnxt_re: Update HW interface headers
      https://git.kernel.org/rdma/rdma/c/a9a457f338e771
[2/7] RDMA/bnxt_re: Remove HW queue mapping from RoCE Driver
      https://git.kernel.org/rdma/rdma/c/b400acee0622d5
[3/7] RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline function
      https://git.kernel.org/rdma/rdma/c/e576adf583b525
[4/7] RDMA/bnxt_re: Reduce number of argumets to control path command APIs
      https://git.kernel.org/rdma/rdma/c/ff015bcd213b5d
[5/7] RDMA/bnxt_re: RoCE slow path TLV support
      https://git.kernel.org/rdma/rdma/c/0722f1f7bf85c8
[6/7] RDAM/bnxt_re: Use tlv apis while processing the slow path commands
      https://git.kernel.org/rdma/rdma/c/c682c6eda08140
[7/7] RDMA/bnxt_re: Enable congestion control by default
      https://git.kernel.org/rdma/rdma/c/f13bcef04ba046

Best regards,