summaryrefslogtreecommitdiffstats
path: root/src/ceph/README.xio
diff options
context:
space:
mode:
authorQiaowei Ren <qiaowei.ren@intel.com>2018-03-01 14:38:11 +0800
committerQiaowei Ren <qiaowei.ren@intel.com>2018-03-01 14:38:11 +0800
commit7da45d65be36d36b880cc55c5036e96c24b53f00 (patch)
treed4f944eb4f8f8de50a9a7584ffa408dc3a3185b2 /src/ceph/README.xio
parent691462d09d0987b47e112d6ee8740375df3c51b2 (diff)
remove ceph code
This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'src/ceph/README.xio')
-rw-r--r--src/ceph/README.xio37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/ceph/README.xio b/src/ceph/README.xio
deleted file mode 100644
index 857211a..0000000
--- a/src/ceph/README.xio
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-Building
-
-The Accelio XioMessenger is built conditionally only, when --enable-xio is
-provided to configure.
-
-Accelio depends on OpenFabrics verbs development headers/libraries.
-Prior to installing the Accelio package, the following prerequisites are required:
-
-RedHat (RHEL 6.4 and above)
-
- yum groupinstall "Infiniband Support"
- yum install libtool autoconf automake
- yum install infiniband-diags perftest libibverbs-utils librdmacm-utils
- yum install librdmacm-devel libibverbs-devel numactl numactl-devel libaio-devel libevent-devel
-
-
-Ubuntu (Ubuntu 13.04 and above)
-
- apt-get install libtool autoconf automake build-essential
- apt-get install ibverbs-utils rdmacm-utils infiniband-diags perftest
- apt-get install librdmacm-dev libibverbs-dev numactl libnuma-dev libaio-dev libevent-dev
-
-
-MLNX_OFED
-
- Mellanox OFED pacakage is optional and recommended
- look for latest OFED packages at:
- http://www.mellanox.com/page/products_dyn?product_family=26
-
-
-If either the Accelio or OFED development environments are in non-standard locations,
-include and library paths must be added to both CFLAGS and CXXFLAGS, in the Autotools
-build as of 1/1/2015.
-
--Matt