From: Ben Hutchings <bhutchings@solarflare.com>
To: netdev@vger.kernel.org
Cc: Jeff Garzik <jgarzik@pobox.com>, linux-net-drivers@solarflare.com
Subject: [PATCH] New driver "sfc" for Solarstorm SFC4000 controller
Date: Tue, 29 Jan 2008 16:22:02 +0000 [thread overview]
Message-ID: <20080129162201.GC28089@solarflare.com> (raw)
This is a resubmission of a new driver for Solarflare network controllers.
The driver supports several types of PHY (10Gbase-T, XFP, CX4) on six
different 10G and 1G boards. It is accompanied by an MTD driver that
allows access to the flash/EEPROM.
NICs based on this controller are now available from SMC as part numbers
SMC10GPCIe-XFP and SMC10GPCIe-10BT.
FYI the previous thread was:
http://marc.info/?l=linux-netdev&m=120067352032298&w=4
Things that have changed since the last patch:
- Changed ethtool support to use the default ethtool implementations
where possible
- Removed unused MDIO functions
- Combined struct efx_nic and struct efx_nic_port, since the driver
now only supports 1-port configurations
- Removed/combined redundant members of struct efx_nic
- Moved some constant members of struct efx_nic into struct efx_nic_type
- Moved the two steps of efx_nic::dma_mask initialisation together
- Eliminated efx_nic::features and efx_nic_type::features; moved all
feature flag setting into efx_init_netdev()
- Fixed page-based RX buffer alignment for architectures with strict
alignment
- Replaced spinlocks with mutexes where possible
- Merged efx_{init,fini}_debugfs_nic_symlink into
efx_{init,fini}_debugfs_netdev
- Renamed efx_{init,fini}_netdev and corrected comments to
indicate that they only (un)register the net device
- Added EFX_FTL - fatal in debug builds otherwise equivalent to EFX_ERR
- Changed RX FIFO watermarks to more reasonable values
- Fixed various corner cases in PHY reconfiguration
- Changed NET_DEV_NAME() to use efx->name, making races with
(un)registration harmless
- Fixed repetition of PCI or net device name in log messages
- Renamed falcon_nic_params structure to falcon_nic_data
- Fixed spelling, capitalisation, grammar, punctuation, spacing
in various comments and log messages
We believe this is ready to be merged now and would like to know if
there is anything remaining that we need to fix or improve.
The patch (against netdev-2.6) is at:
https://support.solarflare.com/netdev/6/netdev-2.6-sfc-2.2.0056.patch
The new files may also be downloaded as a tarball:
https://support.solarflare.com/netdev/6/netdev-2.6-sfc-2.2.0056.tgz
And for verification there is:
https://support.solarflare.com/netdev/6/MD5SUMS
Ben.
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
reply other threads:[~2008-01-29 16:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080129162201.GC28089@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).