mbox series

[for-next,v2,0/2] RDMA/bnxt_re: Share the CQ pages for GenP7 adapters

Message ID 1702535484-26844-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive)
Headers show
Series RDMA/bnxt_re: Share the CQ pages for GenP7 adapters | expand

Message

Selvin Xavier Dec. 14, 2023, 6:31 a.m. UTC
This is the follow up series that adds support for GenP7
Adapters. Implements mechanism to share the toggle bits
received from the HW to user space. Adds a new UAPI routine as
the toggle bit is required for both CQ and SRQ. Current
patch series is adding support for only CQ.

Please review and apply. Will be posting the user lib changes soon.

Thanks,
Selvin Xavier

v1 - v2:
	- Fixes the issues reported by Kernel test robot
	- Addressed review comments from Leon

Selvin Xavier (2):
  RDMA/bnxt_re: Add UAPI to share a page with user space
  RDMA/bnxt_re: Share a page to expose per CQ info with userspace

 drivers/infiniband/hw/bnxt_re/bnxt_re.h   |   3 +
 drivers/infiniband/hw/bnxt_re/ib_verbs.c  | 166 ++++++++++++++++++++++++++++--
 drivers/infiniband/hw/bnxt_re/ib_verbs.h  |   3 +
 drivers/infiniband/hw/bnxt_re/main.c      |  10 +-
 drivers/infiniband/hw/bnxt_re/qplib_res.h |   6 ++
 include/uapi/rdma/bnxt_re-abi.h           |  31 ++++++
 6 files changed, 211 insertions(+), 8 deletions(-)

Comments

Leon Romanovsky Dec. 17, 2023, 1:36 p.m. UTC | #1
On Wed, 13 Dec 2023 22:31:22 -0800, Selvin Xavier wrote:
> This is the follow up series that adds support for GenP7
> Adapters. Implements mechanism to share the toggle bits
> received from the HW to user space. Adds a new UAPI routine as
> the toggle bit is required for both CQ and SRQ. Current
> patch series is adding support for only CQ.
> 
> Please review and apply. Will be posting the user lib changes soon.
> 
> [...]

Applied, thanks!

[1/2] RDMA/bnxt_re: Add UAPI to share a page with user space
      https://git.kernel.org/rdma/rdma/c/9b0a7a2cb87d9c
[2/2] RDMA/bnxt_re: Share a page to expose per CQ info with userspace
      https://git.kernel.org/rdma/rdma/c/e275919d96693c

Best regards,