summaryrefslogtreecommitdiff
path: root/net/aoe-vblade
AgeCommit message (Collapse)AuthorFilesLines
2007-07-28Fixed build problem on Linux, infinity recursive call...obache1-2/+2
Patch provided by Ondrej Tuma in PR 36700.
2007-03-31Fix build on NetBSD.obache2-5/+15
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-2/+4
2007-02-15Add DragonFly support.joerg3-4/+18
2007-01-10Guard against attempted compilation on operating systems which are notagc1-1/+9
supported.
2007-01-10Initial import of aoe-vblade, an ATA over Ethernet server, or target,agc5-0/+67
into the Packages Collection. With thanks to the anonymous person at EuroBSDcon 2006 in Milano who asked if I was aware of it (I wasn't). ATA over Ethernet (AoE) delivers a simple, high performance, low cost alternative to iSCSI and FibreChannel for networked block storage by eliminating the processing overhead of TCP/IP. + ATA-over-Ethernet (AoE) is a thin protocol layer directly on top of Ethernet. + ATA disk commands (ie. read disk sector x, write disk sector y) are put directly into standard Ethernet frames using the AoE protocol. AoE is a block storage protocol. + AoE is a non-routed protocol, therefore does not require IP or TCP protocol layers. This eliminates unnecessary processing and makes network connection to disks simple. It also limits AoE to the local network segment. The AoE protocol specification can be found at: http://www.coraid.com/documents/AoEr8.txt