[openib-general] [PATCH]libibcm: updated README for device node configuration

William Jordan bjordan.ics at gmail.com
Thu Jun 2 14:31:39 PDT 2005


Libor,

Ignore this patch. I'll submit a different one to change
the ib_ucm device node from /dev/infiniband/cm
to /dev/infiniband_cm. This makes the udev setup
unnecessary.

And, this probably wasn't the right README file for the udev
rules anyway. They belong with the module, not with the library,
as pointed out by Tom.

On 6/2/05, Bill Jordan <bjordan at sbc2.infiniconsys.com> wrote:
> Patch to add basic content to the CM library
> README file. Add build instructions, install
> directory, and device node configuration.
> 
> Signed-off-by: Bill Jordan <bjordan at silverstorm.com>
> 
> Index: README
> ===================================================================
> --- README      (revision 2523)
> +++ README      (working copy)
> @@ -0,0 +1,27 @@
> +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/infiniband.
> +
> +Device files
> +
> +The userspace CM uses a single device file regardless of the number
> +of adapters or ports 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/ucm
> +
> +
> _______________________________________________
> openib-general mailing list
> openib-general at openib.org
> http://openib.org/mailman/listinfo/openib-general
> 
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
> 


-- 
Bill Jordan
SilverStorm Technologies



More information about the general mailing list