All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/4] RDMA/bnxt_re: Use variable size Work Queue entry for Gen P7 adapters
@ 2024-08-10 19:19 Selvin Xavier
  2024-08-10 19:19 ` [PATCH for-next 1/4] RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters Selvin Xavier
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Selvin Xavier @ 2024-08-10 19:19 UTC (permalink / raw)
  To: leon, jgg; +Cc: linux-rdma, andrew.gospodarek, Selvin Xavier

Enable the Variable size Work Queue entry support for Gen P7 adapters. This would
help in the better utilization of the queue memory and pci bandwidth due to the
smaller send queue Work entries.

Please review and apply.

Thanks,
Selvin Xavier

Selvin Xavier (4):
  RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters
  RDMA/bnxt_re: Get the WQE index from slot index while completing the
    WQEs
  RDMA/bnxt_re: Handle variable WQE support for user applications
  RDMA/bnxt_re: Enable variable size WQEs for user space applications

 drivers/infiniband/hw/bnxt_re/ib_verbs.c | 119 +++++++++++++++++++------------
 drivers/infiniband/hw/bnxt_re/ib_verbs.h |  16 ++++-
 drivers/infiniband/hw/bnxt_re/main.c     |  21 +++---
 drivers/infiniband/hw/bnxt_re/qplib_fp.c |  58 ++++++++++++---
 drivers/infiniband/hw/bnxt_re/qplib_fp.h |  24 ++++++-
 drivers/infiniband/hw/bnxt_re/qplib_sp.c |   7 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.h |   6 ++
 include/uapi/rdma/bnxt_re-abi.h          |   7 ++
 8 files changed, 186 insertions(+), 72 deletions(-)

-- 
2.5.5


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

end of thread, other threads:[~2024-08-12 10:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10 19:19 [PATCH for-next 0/4] RDMA/bnxt_re: Use variable size Work Queue entry for Gen P7 adapters Selvin Xavier
2024-08-10 19:19 ` [PATCH for-next 1/4] RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters Selvin Xavier
2024-08-10 19:19 ` [PATCH for-next 2/4] RDMA/bnxt_re: Get the WQE index from slot index while completing the WQEs Selvin Xavier
2024-08-12  8:48   ` Zhu Yanjun
2024-08-12 10:08     ` Leon Romanovsky
2024-08-12 10:45       ` Zhu Yanjun
2024-08-10 19:19 ` [PATCH for-next 3/4] RDMA/bnxt_re: Handle variable WQE support for user applications Selvin Xavier
2024-08-10 19:19 ` [PATCH for-next 4/4] RDMA/bnxt_re: Enable variable size WQEs for user space applications Selvin Xavier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.