BSDCon 2002 Abstract
Design And Implementation of a Direct Access File
System (DAFS) Kernel Server for FreeBSD
Kostas Magoutis, Division of Engineering and Applied Sciences, Harvard
University
Abstract
The Direct Access File System (DAFS) is an emerging commercial standard
for network-attached storage on server cluster interconnects. The DAFS
architecture and protocol leverage network interface controller (NIC) support
for user-level networking, remote direct memory access, efficient event
notification, and reliable communication. This paper describes the design
of the first implementation of a DAFS kernel server for FreeBSD, using
existing interfaces with minor kernel modifications. We experimentally
demonstrate that the current server structure can attain read throughput
of more than 100 MB/s over a 1.25 Gb/s network even for small (i.e. 4K)
block sizes when prefetching using an asynchronous client API. To reduce
multithreading overhead and integrate the NIC with the host virtual memory
system, our forthcoming system will incorporate new FreeBSD kernel support
for asynchronous vnode I/O interfaces, integrating network and disk
event notification and handling, and VM support for remote direct memory
access. We believe our proposed kernel support is necessary to scale event-driven
file servers to multi-gigabit network speeds.
- View the full text of this paper in
HTML and
PDF. Until February 2003, you will need your USENIX membership identification in order to access the full papers.
The Proceedings are published as a collective work, © 2002 by the USENIX Association. All Rights Reserved. Rights to individual papers remain with the author or the author's employer. Permission is granted for the noncommercial reproduction of the complete work for educational or research purposes. USENIX acknowledges all trademarks within this paper.
- If you need the latest Adobe Acrobat Reader, you can download it from Adobe's site.
- To become a USENIX Member, please see our Membership Information.
|