[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241012023646.3124717-1-lee@trager.us>
Date: Fri, 11 Oct 2024 19:34:02 -0700
From: Lee Trager <lee@...ger.us>
To: Alexander Duyck <alexanderduyck@...com>,
Jakub Kicinski <kuba@...nel.org>,
kernel-team@...a.com,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Jonathan Corbet <corbet@....net>,
Mohsin Bashir <mohsin.bashr@...il.com>,
Simon Horman <horms@...nel.org>,
Lee Trager <lee@...ger.us>,
Vadim Fedorenko <vadim.fedorenko@...ux.dev>,
Sanman Pradhan <sanmanpradhan@...a.com>,
Al Viro <viro@...iv.linux.org.uk>
Cc: netdev@...r.kernel.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH net-next 0/2] eth: fbnic: Add devlink dev flash support
fbnic supports updating firmware using a PLDM image signed and distributed
by Meta. PLDM images are written into stored flash. Flashing does not
interrupt operation.
Mailbox support additional adds support to utilize the kernel completion
API with firmware. This allows the driver to block on firmware response.
Initial support is only for firmware updates, future patches will add
support for additional features.
Lee Trager (2):
eth: fbnic: Add mailbox support for PLDM updates
eth: fbnic: Add devlink dev flash support
.../device_drivers/ethernet/meta/fbnic.rst | 11 +
drivers/net/ethernet/meta/Kconfig | 1 +
drivers/net/ethernet/meta/fbnic/fbnic.h | 1 +
.../net/ethernet/meta/fbnic/fbnic_devlink.c | 270 +++++++++++++++++-
drivers/net/ethernet/meta/fbnic/fbnic_fw.c | 263 +++++++++++++++++
drivers/net/ethernet/meta/fbnic/fbnic_fw.h | 59 ++++
6 files changed, 604 insertions(+), 1 deletion(-)
--
2.43.5
Powered by blists - more mailing lists