From: Ben Hutchings <bhutchings@solarflare.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: netdev@vger.kernel.org, linux-net-drivers@solarflare.com
Subject: [PATCH 0/6] sfc: Changes for 2.6.29
Date: Tue, 4 Nov 2008 20:31:18 +0000 [thread overview]
Message-ID: <20081104203117.GW7331@solarflare.com> (raw)
This patch series includes one bug fix also submitted for .28, and a
number of features that were removed from the out-of-tree driver before
submission and have now been simplified and cleaned up.
The MTD driver exposes only the flash partition used for the "expansion
ROM". We are working on gPXE support for our boards and this makes it
easy for users and developers to update their boards. We do not want
to expose flash through the ethtool EEPROM access functions because
they are unsuitable for flash and we already map them to the gPXE
configuration partition which really is in EEPROM.
The hardware monitoring code is now mostly contained in the lm87 and
lm90 drivers. We just configure the sensor limits as necessary and
shut down the PHY in case of an alarm.
Driverlink provides an API to share the NIC's resources with other
drivers that implement hardware-assisted network device virtualisation.
This has already been used to good effect in Xen Linux. We hope to do
the same for mainline Linux kernels acting as a hypervisor or dom0.
Ben.
Ben Hutchings (6):
sfc: Correct address of gPXE boot configuration in EEPROM
sfc: Clean up non-volatile memory partitioning
sfc: Expose flash region storing boot code as MTD
sfc: Use lm87 and lm90 drivers for board temperature/power monitoring
sfc: Do not reset when hardware monitor detects a fault
sfc: Add driverlink API to support virtual NIC drivers
drivers/net/sfc/Kconfig | 8 +
drivers/net/sfc/Makefile | 4 +-
drivers/net/sfc/boards.c | 136 ++++++++++
drivers/net/sfc/driverlink.c | 481 +++++++++++++++++++++++++++++++++++
drivers/net/sfc/driverlink.h | 70 +++++
drivers/net/sfc/driverlink_api.h | 516 ++++++++++++++++++++++++++++++++++++++
drivers/net/sfc/efx.c | 70 ++++--
drivers/net/sfc/efx.h | 10 +
drivers/net/sfc/enum.h | 4 +-
drivers/net/sfc/ethtool.c | 15 +-
drivers/net/sfc/falcon.c | 102 +++++++-
drivers/net/sfc/falcon_hwdefs.h | 1 -
drivers/net/sfc/mdio_10g.c | 35 +++
drivers/net/sfc/mdio_10g.h | 7 +
drivers/net/sfc/mtd.c | 268 ++++++++++++++++++++
drivers/net/sfc/net_driver.h | 23 ++
drivers/net/sfc/sfe4001.c | 116 ++++-----
drivers/net/sfc/spi.h | 34 +++-
drivers/net/sfc/tenxpress.c | 18 ++-
drivers/net/sfc/workarounds.h | 2 +
drivers/net/sfc/xfp_phy.c | 9 +
21 files changed, 1818 insertions(+), 111 deletions(-)
create mode 100644 drivers/net/sfc/driverlink.c
create mode 100644 drivers/net/sfc/driverlink.h
create mode 100644 drivers/net/sfc/driverlink_api.h
create mode 100644 drivers/net/sfc/mtd.c
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
next reply other threads:[~2008-11-04 20:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-04 20:31 Ben Hutchings [this message]
2008-11-04 20:32 ` [PATCH 1/6] sfc: Correct address of gPXE boot configuration in EEPROM Ben Hutchings
2008-11-06 5:36 ` Jeff Garzik
2008-11-06 5:38 ` Jeff Garzik
2008-11-06 5:53 ` Jeff Garzik
2008-11-04 20:33 ` [PATCH 2/6] sfc: Clean up non-volatile memory partitioning Ben Hutchings
2008-11-04 20:34 ` [PATCH 3/6] sfc: Expose flash region storing boot code as MTD Ben Hutchings
2008-11-04 20:34 ` [PATCH 4/6] sfc: Use lm87 and lm90 drivers for board temperature/power monitoring Ben Hutchings
2008-11-04 20:35 ` [PATCH 5/6] sfc: Do not reset when hardware monitor detects a fault Ben Hutchings
2008-11-04 20:36 ` [PATCH 6/6] sfc: Add driverlink API to support virtual NIC drivers Ben Hutchings
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=20081104203117.GW7331@solarflare.com \
--to=bhutchings@solarflare.com \
--cc=jgarzik@pobox.com \
--cc=linux-net-drivers@solarflare.com \
--cc=netdev@vger.kernel.org \
/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).