From: <edward.cree@amd.com>
To: <linux-net-drivers@amd.com>, <davem@davemloft.net>,
<kuba@kernel.org>, <edumazet@google.com>, <pabeni@redhat.com>,
<horms@kernel.org>, <andrew+netdev@lunn.ch>
Cc: Edward Cree <ecree.xilinx@gmail.com>, <habetsm.xilinx@gmail.com>,
<jiri@resnulli.us>, <netdev@vger.kernel.org>
Subject: [PATCH v2 net-next 0/4] sfc: support devlink flash
Date: Mon, 10 Feb 2025 11:25:41 +0000 [thread overview]
Message-ID: <cover.1739186252.git.ecree.xilinx@gmail.com> (raw)
From: Edward Cree <ecree.xilinx@gmail.com>
Allow upgrading device firmware on Solarflare NICs through standard tools.
Edward Cree (4):
sfc: parse headers of devlink flash images
sfc: extend NVRAM MCDI handlers
sfc: deploy devlink flash images to NIC over MCDI
sfc: document devlink flash support
Changed in v2:
* Fix build error (unused function) when CONFIG_SFC_MTD=n (kernel test robot)
* Update Kconfig description for CONFIG_SFC_MTD
v1: https://lore.kernel.org/netdev/cover.1738881614.git.ecree.xilinx@gmail.com/
Documentation/networking/devlink/sfc.rst | 16 +-
drivers/net/ethernet/sfc/Kconfig | 5 +-
drivers/net/ethernet/sfc/Makefile | 2 +-
drivers/net/ethernet/sfc/ef10.c | 7 +-
drivers/net/ethernet/sfc/efx_common.c | 1 +
drivers/net/ethernet/sfc/efx_devlink.c | 13 +
drivers/net/ethernet/sfc/efx_reflash.c | 514 +++++++++++++++++++++++
drivers/net/ethernet/sfc/efx_reflash.h | 20 +
drivers/net/ethernet/sfc/fw_formats.h | 114 +++++
drivers/net/ethernet/sfc/mcdi.c | 115 ++++-
drivers/net/ethernet/sfc/mcdi.h | 22 +-
drivers/net/ethernet/sfc/net_driver.h | 2 +
12 files changed, 804 insertions(+), 27 deletions(-)
create mode 100644 drivers/net/ethernet/sfc/efx_reflash.c
create mode 100644 drivers/net/ethernet/sfc/efx_reflash.h
create mode 100644 drivers/net/ethernet/sfc/fw_formats.h
next reply other threads:[~2025-02-10 11:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-10 11:25 edward.cree [this message]
2025-02-10 11:25 ` [PATCH v2 net-next 1/4] sfc: parse headers of devlink flash images edward.cree
2025-02-10 11:25 ` [PATCH v2 net-next 2/4] sfc: extend NVRAM MCDI handlers edward.cree
2025-02-10 11:25 ` [PATCH v2 net-next 3/4] sfc: deploy devlink flash images to NIC over MCDI edward.cree
2025-02-10 11:25 ` [PATCH v2 net-next 4/4] sfc: document devlink flash support edward.cree
2025-02-10 13:51 ` Jiri Pirko
2025-02-10 14:50 ` Edward Cree
2025-02-10 16:21 ` Jiri Pirko
2025-02-10 21:11 ` Jacob Keller
2025-02-12 2:00 ` [PATCH v2 net-next 0/4] sfc: support devlink flash 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=cover.1739186252.git.ecree.xilinx@gmail.com \
--to=edward.cree@amd.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=ecree.xilinx@gmail.com \
--cc=edumazet@google.com \
--cc=habetsm.xilinx@gmail.com \
--cc=horms@kernel.org \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=linux-net-drivers@amd.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).