]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/libibcm/README
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / libibcm / README
1 This README is for userspace cm library.
2
3 Building
4
5 To make this directory, run:
6 ./autogen.sh && ./configure && make && make install
7
8 Typically the autogen and configure steps only need be done the first
9 time unless configure.in or Makefile.am changes.
10
11 Libraries are installed by default at /usr/local/lib.
12
13 Device files
14
15 The userspace CM uses a device file per adapter present.
16
17 To create the appropriate character device file automatically with
18 udev, a rule like
19
20     KERNEL="ucm*", NAME="infiniband/%k", MODE="0666"
21
22 can be used.  This will create the device node named
23
24     /dev/infiniband/ucm0
25
26 for the first HCA in the system, or you can create it manually
27
28   mknod /dev/infiniband/ucm0 c 231 224