package shared-memory-ring

  1. Overview
  2. Docs
Shared memory rings for RPC and bytestream communications.

Install

Dune Dependency

Authors

Maintainers

Sources

shared-memory-ring-3.0.1.tbz
md5=d1e22d8e2e437bad2ae11f445b75d251

Description

Includes concrete implementations of Xen console and Xenstore rings.

Tags

org:mirage org:xapi-project

Published: 10 Jul 2018

README

shared-memory-ring

This repository contains a set of libraries for creating shared memory producer/consumer rings. The rings follow the Xen ABI and may be used to create or implement Xen virtual devices.

Example use:

One program wishes to create data records and push them efficiently to a second process on the same physical machine for sampling/analysis/archiving.

Example use:

A Xen virtual machine wishes to send and receive network packets to and from a backend driver domain.

Dependencies (6)

  1. ocaml-migrate-parsetree < "2.0.0"
  2. mirage-profile
  3. ppx_cstruct >= "3.2.0"
  4. cstruct >= "2.4.1"
  5. jbuilder >= "1.0+beta9"
  6. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. ounit with-test

Used by (10)

  1. mirage = "0.9.0"
  2. mirage-block-xen < "1.4.0" | >= "2.0.0"
  3. mirage-console-xen >= "4.0.0"
  4. mirage-console-xen-backend >= "5.0.0"
  5. mirage-net-xen >= "1.5.0" & < "1.7.1"
  6. mirage-unix < "3.0.8"
  7. netchannel
  8. shared-memory-ring-lwt >= "3.0.1" & < "3.1.1"
  9. xen-block-driver >= "0.2.2"
  10. xentropyd

Conflicts

None