mbox series

[for-next,0/6] RDMA/bnxt_re: Initial support for GenP7 adapters

Message ID 1701946060-13931-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive)
Headers show
Series RDMA/bnxt_re: Initial support for GenP7 adapters | expand

Message

Selvin Xavier Dec. 7, 2023, 10:47 a.m. UTC
This is the first series for adding support for Gen P7 Adapters. Includes
the basic changes to detect the device and load. Adds the Doorbell changes
for the new adapter and MSN capability to enable the FW initialization
of the adapter.

Please review and apply.

Thanks,
Selvin Xavier

Selvin Xavier (6):
  RDMA/bnxt_re: Support new 5760X P7 devices
  RDMA/bnxt_re: Update the BAR offsets
  RDMA/bnxt_re: Update the HW interface definitions
  RDMA/bnxt_re: Get the toggle bits from CQ completions
  RDMA/bnxt_re: Doorbell changes
  RDMA/bnxt_re: Adds MSN table capability for Gen P7 adapters

 drivers/infiniband/hw/bnxt_re/hw_counters.c |  4 +-
 drivers/infiniband/hw/bnxt_re/ib_verbs.c    | 10 ++--
 drivers/infiniband/hw/bnxt_re/main.c        | 33 +++++--------
 drivers/infiniband/hw/bnxt_re/qplib_fp.c    | 77 ++++++++++++++++++++++++++---
 drivers/infiniband/hw/bnxt_re/qplib_fp.h    | 15 ++++++
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c  |  4 +-
 drivers/infiniband/hw/bnxt_re/qplib_res.c   |  2 +-
 drivers/infiniband/hw/bnxt_re/qplib_res.h   | 76 ++++++++++++++++++++++------
 drivers/infiniband/hw/bnxt_re/qplib_sp.c    | 11 +++--
 drivers/infiniband/hw/bnxt_re/roce_hsi.h    | 67 +++++++++++++++++++++----
 include/uapi/rdma/bnxt_re-abi.h             |  1 +
 11 files changed, 234 insertions(+), 66 deletions(-)

Comments

Leon Romanovsky Dec. 11, 2023, 7:56 a.m. UTC | #1
On Thu, 07 Dec 2023 02:47:34 -0800, Selvin Xavier wrote:
> This is the first series for adding support for Gen P7 Adapters. Includes
> the basic changes to detect the device and load. Adds the Doorbell changes
> for the new adapter and MSN capability to enable the FW initialization
> of the adapter.
> 
> Please review and apply.
> 
> [...]

Applied, thanks!

[1/6] RDMA/bnxt_re: Support new 5760X P7 devices
      https://git.kernel.org/rdma/rdma/c/1801d87b3598b1
[2/6] RDMA/bnxt_re: Update the BAR offsets
      https://git.kernel.org/rdma/rdma/c/a62d6858144166
[3/6] RDMA/bnxt_re: Update the HW interface definitions
      https://git.kernel.org/rdma/rdma/c/880a5dd1880a29
[4/6] RDMA/bnxt_re: Get the toggle bits from CQ completions
      https://git.kernel.org/rdma/rdma/c/6027c20dad1ad1
[5/6] RDMA/bnxt_re: Doorbell changes
      https://git.kernel.org/rdma/rdma/c/cdae3936b2fe7f
[6/6] RDMA/bnxt_re: Adds MSN table capability for Gen P7 adapters
      https://git.kernel.org/rdma/rdma/c/07f830ae4913d0

Best regards,