All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next v2 0/9] RDMA/rxe: Various fixes
@ 2022-06-30 19:04 Bob Pearson
  2022-06-30 19:04 ` [PATCH for-next v2 1/9] RDMA/rxe: Add rxe_is_fenced() subroutine Bob Pearson
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Bob Pearson @ 2022-06-30 19:04 UTC (permalink / raw)
  To: jgg, zyjzyj2000, linux-rdma; +Cc: Bob Pearson

This patch series is a collection of fixes to the rdma_rxe driver.
Some are new and some are replacements of eariler patches that are
rebased and improved.

These patches apply cleanly to current wip/jgg-for-next.

Bob Pearson (9):
  RDMA/rxe: Add rxe_is_fenced() subroutine
  RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbs
  RDMA/rxe: Remove unnecessary include statement
  RDMA/rxe: Replace include statement
  RDMA/rxe: Fix rnr retry behavior
  RDMA/rxe: Fix deadlock in rxe_do_local_ops()
  RDMA/rxe: Make the tasklet exits the same
  RDMA/rxe: Limit the number of calls to each tasklet
  RDMA/rxe: Replace __rxe_do_task by rxe_run_task

 drivers/infiniband/sw/rxe/rxe_comp.c  |  43 ++++++----
 drivers/infiniband/sw/rxe/rxe_cq.c    |   8 +-
 drivers/infiniband/sw/rxe/rxe_param.h |   6 ++
 drivers/infiniband/sw/rxe/rxe_qp.c    |   1 +
 drivers/infiniband/sw/rxe/rxe_queue.h |   5 +-
 drivers/infiniband/sw/rxe/rxe_req.c   | 116 ++++++++++++++++++--------
 drivers/infiniband/sw/rxe/rxe_resp.c  |  25 ++++--
 drivers/infiniband/sw/rxe/rxe_task.c  |  16 +++-
 drivers/infiniband/sw/rxe/rxe_verbs.h |   2 +-
 9 files changed, 148 insertions(+), 74 deletions(-)


base-commit: e5d12406b94a4d0bb63cb4d78e568c6d9fadacfd
-- 
2.34.1


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

end of thread, other threads:[~2022-07-22 21:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 19:04 [PATCH for-next v2 0/9] RDMA/rxe: Various fixes Bob Pearson
2022-06-30 19:04 ` [PATCH for-next v2 1/9] RDMA/rxe: Add rxe_is_fenced() subroutine Bob Pearson
2022-07-18  2:13   ` lizhijian
2022-06-30 19:04 ` [PATCH for-next v2 2/9] RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbs Bob Pearson
2022-06-30 19:04 ` [PATCH for-next v2 3/9] RDMA/rxe: Remove unnecessary include statement Bob Pearson
2022-06-30 19:04 ` [PATCH for-next v2 4/9] RDMA/rxe: Replace " Bob Pearson
2022-06-30 19:04 ` [PATCH for-next v2 5/9] RDMA/rxe: Fix rnr retry behavior Bob Pearson
2022-06-30 19:04 ` [PATCH for-next v2 6/9] RDMA/rxe: Fix deadlock in rxe_do_local_ops() Bob Pearson
2022-06-30 19:04 ` [PATCH for-next v2 7/9] RDMA/rxe: Make the tasklet exits the same Bob Pearson
2022-06-30 19:04 ` [PATCH for-next v2 8/9] RDMA/rxe: Limit the number of calls to each tasklet Bob Pearson
2022-06-30 19:04 ` [PATCH for-next v2 9/9] RDMA/rxe: Replace __rxe_do_task by rxe_run_task Bob Pearson
2022-07-01  1:24   ` lizhijian
2022-07-01  0:20 ` [PATCH for-next v2 0/9] RDMA/rxe: Various fixes Jason Gunthorpe
2022-07-22 21:14 ` Jason Gunthorpe

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.