This is a resubmission of a new driver for Solarflare network controllers. The driver supports many types of PHY (10Gbase-T, XFP, CX4) on five different 10G reference designs and one 1G NIC ref design.
The previous thread was: "[PATCH] [RFC] New driver "sfc" for Solarstorm SFC4000 controller" http://marc.info/?l=linux-netdev&m=119583775622559&w=2 Since the 1st patch we have addressed the review comments we received - removed usage of __LINK_STATE_START as unnecessary with latest NAPI - cleaned up many checkpatch violations - used the generic drv_* logging (macros were kept so that the network device name can be printed consistently in all messaging but these can be dissolved if necessary) - Reduced over-use of docbook type comments - replaced uintN_t with uN types - merged some small headers to reduce the file count It is still quite a large driver at ~25k LOC. The main body of the driver is within efx.c, falcon.c, tx.c and rx.c if this helps direct review effort. We welcome more review comments and will try and respond to them more quickly than last time. The patch (against net-2.6.25) is at: https://support.solarflare.com/netdev/2/net-2.6.25-sfc-2.2.0026.patch The new files may also be downloaded as a tarball: https://support.solarflare.com/netdev/2/net-2.6.25-sfc-2.2.0026.tgz And for verification there is: https://support.solarflare.com/netdev/2/MD5SUMS Regards -- Rob Stonehouse -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html