From: Rosen Penev <rosenp@gmail.com>
To: linux-scsi@vger.kernel.org
Cc: Saurav Kashyap <skashyap@marvell.com>,
Javed Hasan <jhasan@marvell.com>,
GR-QLogic-Storage-Upstream@marvell.com (maintainer:BROADCOM
BNX2FC 10 GIGABIT FCOE DRIVER),
"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
linux-kernel@vger.kernel.org (open list)
Subject: [PATCH 0/3] scsi: bnx2fc: simplify allocation
Date: Thu, 30 Apr 2026 14:02:42 -0700 [thread overview]
Message-ID: <20260430210245.29840-1-rosenp@gmail.com> (raw)
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
next reply other threads:[~2026-04-30 21:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-30 21:02 Rosen Penev [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260430210245.29840-1-rosenp@gmail.com \
--to=rosenp@gmail.com \
--cc=GR-QLogic-Storage-Upstream@marvell.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=jhasan@marvell.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=skashyap@marvell.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox