From: linux@treblig.org
To: manishc@marvell.com, andrew+netdev@lunn.ch, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
"Dr. David Alan Gilbert" <linux@treblig.org>
Subject: [PATCH net-next 0/5] qed deadcoding
Date: Mon, 14 Apr 2025 01:52:42 +0100 [thread overview]
Message-ID: <20250414005247.341243-1-linux@treblig.org> (raw)
From: "Dr. David Alan Gilbert" <linux@treblig.org>
Hi,
This is a set of deadcode removals for the qed ethernet
device. I've tried to avoid removing anything that
are trivial firmware wrappers.
One odd one I've not removed is qed_bw_update(),
it doesn't seem to be called but looks like the only
caller of the bw_update(..) method which qedf does
define. Perhaps qed_bw_update is supposed to be called
somewhere?
Dave
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Dr. David Alan Gilbert (5):
qed: Remove unused qed_memset_*ctx functions
qed: Remove unused qed_calc_*_ctx_validation functions
qed: Remove unused qed_ptt_invalidate
qed: Remove unused qed_print_mcp_trace_*
qed: Remove unused qed_db_recovery_dp
drivers/net/ethernet/qlogic/qed/qed.h | 1 -
drivers/net/ethernet/qlogic/qed/qed_dbg_hsi.h | 31 ----
drivers/net/ethernet/qlogic/qed/qed_debug.c | 25 ----
drivers/net/ethernet/qlogic/qed/qed_dev.c | 19 ---
drivers/net/ethernet/qlogic/qed/qed_hsi.h | 52 -------
drivers/net/ethernet/qlogic/qed/qed_hw.c | 11 --
drivers/net/ethernet/qlogic/qed/qed_hw.h | 9 --
.../ethernet/qlogic/qed/qed_init_fw_funcs.c | 138 ------------------
8 files changed, 286 deletions(-)
--
2.49.0
next reply other threads:[~2025-04-14 0:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 0:52 linux [this message]
2025-04-14 0:52 ` [PATCH net-next 1/5] qed: Remove unused qed_memset_*ctx functions linux
2025-04-14 0:52 ` [PATCH net-next 2/5] qed: Remove unused qed_calc_*_ctx_validation functions linux
2025-04-14 0:52 ` [PATCH net-next 3/5] qed: Remove unused qed_ptt_invalidate linux
2025-04-14 0:52 ` [PATCH net-next 4/5] qed: Remove unused qed_print_mcp_trace_* linux
2025-04-14 0:52 ` [PATCH net-next 5/5] qed: Remove unused qed_db_recovery_dp linux
2025-04-15 15:40 ` [PATCH net-next 0/5] qed deadcoding patchwork-bot+netdevbpf
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=20250414005247.341243-1-linux@treblig.org \
--to=linux@treblig.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=manishc@marvell.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 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.