All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] RDMA: convert tasklets to use new
@ 2020-09-03  6:06 Allen Pais
  2020-09-03  6:06 ` [PATCH v2 1/5] RDMA/bnxt_re: convert tasklets to use new tasklet_setup() API Allen Pais
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Allen Pais @ 2020-09-03  6:06 UTC (permalink / raw)
  To: jgg, dledford
  Cc: linux-rdma, selvin.xavier, devesh.sharma, somnath.kotur,
	sriharsha.basavapatna, nareshkumar.pbs, jgg, mike.marciniszyn,
	dennis.dalessandro, faisal.latif, shiraz.saleem, Allen Pais

commit 12cc923f1ccc ("tasklet: Introduce new initialization API")'
introduced a new tasklet initialization API. This series converts
all the infiniband drivers to use the new tasklet_setup() API

The series is based on 5.9-rc3

v2:
 Fixed bnxt_re driver. Suggested by Jason.
 Fixed subject line.

Allen Pais (5):
  RDMA/bnxt_re: convert tasklets to use new tasklet_setup() API
  IB/hfi1: convert tasklets to use new tasklet_setup() API
  RDMA/i40iw: convert tasklets to use new tasklet_setup() API
  RDMA/qib: convert tasklets to use new tasklet_setup() API
  RDMA/rxe: convert tasklets to use new tasklet_setup() API

 drivers/infiniband/hw/bnxt_re/qplib_fp.c   |  7 +++----
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 11 +++++------
 drivers/infiniband/hw/hfi1/sdma.c          | 22 +++++++++++-----------
 drivers/infiniband/hw/i40iw/i40iw_main.c   | 14 +++++++-------
 drivers/infiniband/hw/qib/qib_iba7322.c    |  7 +++----
 drivers/infiniband/hw/qib/qib_sdma.c       | 10 +++++-----
 drivers/infiniband/sw/rxe/rxe_cq.c         |  6 +++---
 drivers/infiniband/sw/rxe/rxe_task.c       |  8 ++++----
 drivers/infiniband/sw/rxe/rxe_task.h       |  2 +-
 9 files changed, 42 insertions(+), 45 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-09-03 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-03  6:06 [PATCH v2 0/5] RDMA: convert tasklets to use new Allen Pais
2020-09-03  6:06 ` [PATCH v2 1/5] RDMA/bnxt_re: convert tasklets to use new tasklet_setup() API Allen Pais
2020-09-03  6:06 ` [PATCH v2 2/5] IB/hfi1: " Allen Pais
2020-09-03  6:06 ` [PATCH v2 3/5] RDMA/i40iw: " Allen Pais
2020-09-03  6:06 ` [PATCH v2 4/5] RDMA/qib: " Allen Pais
2020-09-03  6:06 ` [PATCH v2 5/5] RDMA/rxe: " Allen Pais
2020-09-03 15:06 ` [PATCH v2 0/5] RDMA: convert tasklets to use new 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.