netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] sfc: Changes for 2.6.29
@ 2008-11-04 20:31 Ben Hutchings
  2008-11-04 20:32 ` [PATCH 1/6] sfc: Correct address of gPXE boot configuration in EEPROM Ben Hutchings
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ben Hutchings @ 2008-11-04 20:31 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev, linux-net-drivers

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-11-06  5:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 20:31 [PATCH 0/6] sfc: Changes for 2.6.29 Ben Hutchings
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

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).