Package ggaoed: Information

    Source package: ggaoed
    Version: 1.1-alt2
    Build time:  Sep 11, 2012, 11:59 PM
    Category: Networking/Other
    Report package bug
    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)

    List of RPM packages built from this SRPM:
    ggaoed (x86_64, i586)
    ggaoed-debuginfo (x86_64, i586)

    Maintainer: Sergey Bolshakov

    List of contributors:
    Sergey Bolshakov

      1. libblkid-devel
      2. glib2-devel
      3. docbook2X
      4. libaio-devel
      5. libatomic_ops-devel-static
      6. xsltproc

    Last changed


    Sept. 11, 2012 Sergey Bolshakov 1.1-alt2
    - fix build
    June 2, 2011 Sergey Bolshakov 1.1-alt1
    - initial