All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Support accelerated network plugin modules
@ 2007-05-08  9:54 Kieran Mansley
  2007-05-08 10:43 ` Keir Fraser
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Kieran Mansley @ 2007-05-08  9:54 UTC (permalink / raw)
  To: xen-devel

This series of patches adds support to netfront and netback to allow
accelerated drivers to plug in and support a fast path for network
traffic.  This is designed to allow use of virtualisable "smart" NICs
directly from domU, with help/control from dom0.  Experiments with
Solarflare hardware have shown a doubling in network performance when
using this approach on 10Gbps networks, compared to the traditional
network path through netfront/netback.  i.e. Performance from domU
approaches that normally seen in dom0.

The patches are as follows:

1/4:  Add xenbus_for_each_[back,front]end functions to iterate each bus
 - this is just a pair of simple helper functions to allow each item on
the backend/frontend bus to be iterated.

2/4:  Add accel option to vif xend config
 - this allows users to specify which vif interfaces should be
accelerated, and which plugin module should be used.

3/4:  Frontend net driver acceleration
 - this provides hooks in the netfront driver to allow a plugin module
to attach and be called at appropriate points.

4/4:  Backend net driver acceleration
 - this provides hooks in the netback driver to allow a plugin module to
attach and be called at appropriate points.  


Kieran

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

end of thread, other threads:[~2007-06-01 10:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-08  9:54 [PATCH 0/4] Support accelerated network plugin modules Kieran Mansley
2007-05-08 10:43 ` Keir Fraser
2007-05-09  9:37 ` Herbert Xu
2007-05-09 11:26   ` Muli Ben-Yehuda
2007-05-09 11:59     ` Kieran Mansley
2007-05-31 16:34 ` Jambunathan K
2007-06-01  9:04   ` Kieran Mansley
2007-06-01 10:55     ` Jambunathan K

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.