Skip to content

Commit

Permalink
RDMA/cma: Export rdma cm interface to userspace
Browse files Browse the repository at this point in the history
Export the rdma cm interfaces to userspace via a misc device.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
shefty authored and Roland Dreier committed Dec 12, 2006
1 parent 628e5f6 commit 7521663
Show file tree
Hide file tree
Showing 5 changed files with 1,092 additions and 4 deletions.
6 changes: 5 additions & 1 deletion drivers/infiniband/core/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
infiniband-$(CONFIG_INFINIBAND_ADDR_TRANS) := ib_addr.o rdma_cm.o
user_access-$(CONFIG_INFINIBAND_ADDR_TRANS) := rdma_ucm.o

obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o \
ib_cm.o iw_cm.o $(infiniband-y)
obj-$(CONFIG_INFINIBAND_USER_MAD) += ib_umad.o
obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o ib_ucm.o
obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o ib_ucm.o \
$(user_access-y)

ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
device.o fmr_pool.o cache.o
Expand All @@ -18,6 +20,8 @@ iw_cm-y := iwcm.o

rdma_cm-y := cma.o

rdma_ucm-y := ucma.o

ib_addr-y := addr.o

ib_umad-y := user_mad.o
Expand Down
Loading

0 comments on commit 7521663

Please sign in to comment.