netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/27] HFI minimal device driver/network driver
@ 2011-03-02 21:19 dykmanj
  2011-03-02 22:42 ` Ben Hutchings
  0 siblings, 1 reply; 2+ messages in thread
From: dykmanj @ 2011-03-02 21:19 UTC (permalink / raw)
  To: netdev; +Cc: Jim Dykman

From: Jim Dykman <dykmanj@linux.vnet.ibm.com>

The HFI ("Host Fabric Interface") network interface is the internal cluster 
fabric of IBM's PERCS supercomputer. The hardware design is under US export 
control, so we cannot release hardware specs. There is a writeup of 
publically available information about the system available here:
http://sourceforge.net/projects/hfidevicedriver/files/docs/hfi_general_desc_v2.1.txt

hfi_core contains the resource management to set up communications paths for
network traffic. Calls are provided for kernel drivers, and also for setting
up direct user-space access to HFI windows.
hf_if contains the kernel network driver.

The driver has been running in the lab for several months. The full patch is
around 22000 lines, so we've split out a minimal device/network driver that 
can send and receive through the simplest path.  Once that much gets reviewed 
we'll start adding on to it.

Patches are against net-2.6 (Is that the correct tree for us to use?).

Jim Dykman

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

end of thread, other threads:[~2011-03-02 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 21:19 [PATCH 00/27] HFI minimal device driver/network driver dykmanj
2011-03-02 22:42 ` Ben Hutchings

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).