public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next v2 0/7] RDMA/bnxt_re: Enable Congestion control by default
@ 2023-03-25 18:44 Selvin Xavier
  2023-03-25 18:44 ` [PATCH for-next v2 1/7] RDMA/bnxt_re: Update HW interface headers Selvin Xavier
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Selvin Xavier @ 2023-03-25 18:44 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, andrew.gospodarek, Selvin Xavier

[-- Attachment #1: Type: text/plain, Size: 1675 bytes --]

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

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

-- 
2.5.5


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4224 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-03-29  7:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-25 18:44 [PATCH for-next v2 0/7] RDMA/bnxt_re: Enable Congestion control by default Selvin Xavier
2023-03-25 18:44 ` [PATCH for-next v2 1/7] RDMA/bnxt_re: Update HW interface headers Selvin Xavier
2023-03-25 18:44 ` [PATCH for-next v2 2/7] RDMA/bnxt_re: Remove HW queue mapping from RoCE Driver Selvin Xavier
2023-03-25 18:44 ` [PATCH for-next v2 3/7] RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline function Selvin Xavier
2023-03-25 18:44 ` [PATCH for-next v2 4/7] RDMA/bnxt_re: Reduce number of argumets to control path command APIs Selvin Xavier
2023-03-25 18:44 ` [PATCH for-next v2 5/7] RDMA/bnxt_re: RoCE slow path TLV support Selvin Xavier
2023-03-25 18:44 ` [PATCH for-next v2 6/7] RDAM/bnxt_re: Use tlv apis while processing the slow path commands Selvin Xavier
2023-03-25 18:44 ` [PATCH for-next v2 7/7] RDMA/bnxt_re: Enable congestion control by default Selvin Xavier
2023-03-29  7:25   ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox