Skip to content

Commit

Permalink
[PATCH] IB: Add the kernel CM implementation
Browse files Browse the repository at this point in the history
Add the kernel CM implementation

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Hal Rosenstock <halr@voltaire.com>
Cc: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Hal Rosenstock authored and Linus Torvalds committed Jul 27, 2005
1 parent c3e0164 commit a977049
Show file tree
Hide file tree
Showing 3 changed files with 4,147 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/infiniband/core/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
EXTRA_CFLAGS += -Idrivers/infiniband/include

obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o ib_umad.o
obj-$(CONFIG_INFINIBAND) += ib_core.o ib_mad.o ib_sa.o \
ib_cm.o ib_umad.o
obj-$(CONFIG_INFINIBAND_USER_VERBS) += ib_uverbs.o

ib_core-y := packer.o ud_header.o verbs.o sysfs.o \
Expand All @@ -10,6 +11,8 @@ ib_mad-y := mad.o smi.o agent.o mad_rmpp.o

ib_sa-y := sa_query.o

ib_cm-y := cm.o

ib_umad-y := user_mad.o

ib_uverbs-y := uverbs_main.o uverbs_cmd.o uverbs_mem.o

0 comments on commit a977049

Please sign in to comment.