From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kieran Mansley Subject: [Patch 0/4] Accelerated network drivers Date: Fri, 15 Feb 2008 08:47:52 +0000 Message-ID: <1203065272.14484.0.camel@moonstone.uk.level5networks.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This patch set provides the standard net driver and accelerated network driver plug-ins for Solarflare range of 10G network cards. The accelerated network plug-ins make use of the modifications contributed to netfront and netback last year. The four patches are as follows: Patch 1: standard Linux net driver (provides module "sfc") Patch 2: resource manager driver (provides module "sfc_resource") Patch 3: netfront plug-in module (provides module "sfc_netfront" and "sfc_netutil") Patch 4: netback plug-in module (provides module "sfc_netback") Signed-off-by: Kieran Mansley Thanks, Kieran