All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Mason <jdmason@us.ibm.com>
To: Jad Naous <jnaous@stanford.edu>
Cc: xen-devel@lists.xensource.com
Subject: Re: Custom Hardware Acceleration
Date: Thu, 26 Jan 2006 14:48:03 -0600	[thread overview]
Message-ID: <20060126204802.GF17021@us.ibm.com> (raw)
In-Reply-To: <43D88DCD.4050006@stanford.edu>

On Thu, Jan 26, 2006 at 12:52:29AM -0800, Jad Naous wrote:
> Hi all,
> I am exploring the possibility of designing a custom hardware 
> acceleration solution using an ASIC or an FPGA to accelerate some part 
> of Xen. Basically, I am looking for some part of the code that could be 
> built in hardware to make it faster. Does anybody know where I could get 
> some statistics on the code, such as the most called functions, the most 
> parallelizable functions, etc... If you could think of something that 
> would be useful in HW I would be very interested to know.
> Thanks,
> Jad.

You could make a custom NIC FPGA that can handle paravirtulized network
receive.  The NIC can inspect the destination MAC address of the incomming 
packet, and DMA it to a pre-alloced space in the domU (removing the need
for the page flip).  It will require modifing the xen network drivers,
but should be pretty cool.

Thanks,
Jon

  reply	other threads:[~2006-01-26 20:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-26  8:52 Custom Hardware Acceleration Jad Naous
2006-01-26 20:48 ` Jon Mason [this message]
2006-01-30 20:41   ` Jad Naous
2006-01-30 22:48     ` Jon Mason
     [not found] ` <43D937BD.1000309@BSDLazarus.com>
2006-01-26 21:32   ` Jad Naous
  -- strict thread matches above, loose matches on Subject: below --
2006-01-26 15:57 Petersson, Mats
2006-01-26 23:02 Ian Pratt

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=20060126204802.GF17021@us.ibm.com \
    --to=jdmason@us.ibm.com \
    --cc=jnaous@stanford.edu \
    --cc=xen-devel@lists.xensource.com \
    /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 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.