public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/4] RDMA: Simplify multiple create*_workqueue() invocations
@ 2024-08-23 10:18 Jinjie Ruan
  2024-08-23 10:18 ` [PATCH -next 1/4] RDMA/qib: Simplify an alloc_ordered_workqueue() invocation Jinjie Ruan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jinjie Ruan @ 2024-08-23 10:18 UTC (permalink / raw)
  To: dennis.dalessandro, jgg, leon, linux-rdma, linux-kernel,
	bvanassche
  Cc: ruanjinjie

This patch series follows the SCSI patches of Bart, simplifies snprintf()
to format a workqueue name code by passing the format string and arguments
to alloc_workqueue().

Jinjie Ruan (4):
  RDMA/qib: Simplify an alloc_ordered_workqueue() invocation
  RDMA/mad: Simplify an alloc_ordered_workqueue() invocation
  RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocation
  RDMA/mad: Simplify an alloc_ordered_workqueue() invocation

 drivers/infiniband/core/mad.c           |  5 ++---
 drivers/infiniband/hw/mlx4/alias_GUID.c |  4 +---
 drivers/infiniband/hw/mlx4/mad.c        | 10 +++-------
 drivers/infiniband/hw/qib/qib_init.c    |  9 +++------
 4 files changed, 9 insertions(+), 19 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-08-23 14:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 10:18 [PATCH -next 0/4] RDMA: Simplify multiple create*_workqueue() invocations Jinjie Ruan
2024-08-23 10:18 ` [PATCH -next 1/4] RDMA/qib: Simplify an alloc_ordered_workqueue() invocation Jinjie Ruan
2024-08-23 10:18 ` [PATCH -next 2/4] RDMA/mad: " Jinjie Ruan
2024-08-23 10:18 ` [PATCH -next 3/4] RDMA/mlx4: " Jinjie Ruan
2024-08-23 10:18 ` [PATCH -next 4/4] RDMA/mad: " Jinjie Ruan
2024-08-23 14:39 ` [PATCH -next 0/4] RDMA: Simplify multiple create*_workqueue() invocations Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox