Package ggaoed: Information
Source package: ggaoed
Version: 1.1-alt2
Build time: Sep 11, 2012, 11:59 PM
Category: Networking/Other
Report package bugHome page: http://code.google.com/p/ggaoed/
License: GPL
Summary: AoE target implementation for Linux
Description:
ggaoed is an AoE target implementation for Linux, with the following features: - A single process can handle any number of devices and any number of network interfaces - Uses kernel AIO to avoid blocking on I/O - Request merging: read/write requests for adjacent data blocks can be submitted as a single I/O request - Request batching: multiple I/O requests can be submitted with a single system call - Supports hotplugging/unplugging of network interfaces - Uses eventfd for receiving notifications about I/O completion - Uses epoll for handling event notifications - Uses memory mapped packets to lower system call overhead when receiving and sending data - Devices to export can be identified either by path or by UUID (using the libblkid library) - Delayed I/O submission utilizing timerfd (experimental)
Maintainer: Sergey Bolshakov
Last changed
Sept. 11, 2012 Sergey Bolshakov 1.1-alt2
- fix build
June 2, 2011 Sergey Bolshakov 1.1-alt1
- initial