public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] scsi: bnx2fc: simplify allocation
@ 2026-04-30 21:02 Rosen Penev
  2026-04-30 21:02 ` [PATCH 1/3] scsi: bnx2fc: simplify allocation of cmgr Rosen Penev
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rosen Penev @ 2026-04-30 21:02 UTC (permalink / raw)
  To: linux-scsi
  Cc: Saurav Kashyap, Javed Hasan,
	maintainer:BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER,
	James E.J. Bottomley, Martin K. Petersen, open list

Use flexible array members to combine allocations and simplify freeing.

Rosen Penev (3):
  scsi: bnx2fc: simplify allocation of cmgr
  scsi: bnx2fc: no double pointer for io_bdt_pool
  scsi: bnx2fc: tgt_ofld_list to FAM

 drivers/scsi/bnx2fc/bnx2fc.h      | 10 ++---
 drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 14 +-----
 drivers/scsi/bnx2fc/bnx2fc_io.c   | 73 +++++--------------------------
 3 files changed, 18 insertions(+), 79 deletions(-)

--
2.54.0


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

end of thread, other threads:[~2026-04-30 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 21:02 [PATCH 0/3] scsi: bnx2fc: simplify allocation Rosen Penev
2026-04-30 21:02 ` [PATCH 1/3] scsi: bnx2fc: simplify allocation of cmgr Rosen Penev
2026-04-30 21:02 ` [PATCH 2/3] scsi: bnx2fc: no double pointer for io_bdt_pool Rosen Penev
2026-04-30 21:02 ` [PATCH 3/3] scsi: bnx2fc: tgt_ofld_list to FAM Rosen Penev

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