opnsense-src/contrib/ofed/libibcm
2011-03-21 09:58:24 +00:00
..
config - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
include/infiniband - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
src - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
aclocal.m4 - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
AUTHORS - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
ChangeLog - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
config.h.in - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
configure - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
configure.in - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
COPYING - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
INSTALL - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
libibcm.spec - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
libibcm.spec.in - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
Makefile.am - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
Makefile.in - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
NEWS - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
README - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00

This README is for userspace cm library.

Building

To make this directory, run:
./autogen.sh && ./configure && make && make install

Typically the autogen and configure steps only need be done the first
time unless configure.in or Makefile.am changes.

Libraries are installed by default at /usr/local/lib.

Device files

The userspace CM uses a device file per adapter present.

To create the appropriate character device file automatically with
udev, a rule like

    KERNEL="ucm*", NAME="infiniband/%k", MODE="0666"

can be used.  This will create the device node named

    /dev/infiniband/ucm0

for the first HCA in the system, or you can create it manually

  mknod /dev/infiniband/ucm0 c 231 224