Пакет ggaoed: Информация

    Исходный пакет: ggaoed
    Версия: 1.1-alt3
    Последняя версия по данным Repology
    Собран:  10 декабря 2020 г. 14:13 в задании #263207
    Категория: Сети/Прочее
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/ggaoed/

    Лицензия: GPL-2.0-or-later
    О пакете: AoE target implementation for Linux
    Описание: 
    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)

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    ggaoed (x86_64, ppc64le, i586, armh, aarch64)
    ggaoed-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Sergey Bolshakov

    Список участников:
    Sergey Bolshakov

    Права:
    Sergey Bolshakov
    @everybody

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

    Последнее изменение


    10 декабря 2020 г. Sergey Bolshakov 1.1-alt3
    - added systemd unit
    - fixed build with gcc10
    11 сентября 2012 г. Sergey Bolshakov 1.1-alt2
    - fix build
    2 июня 2011 г. Sergey Bolshakov 1.1-alt1
    - initial