Skip to content

Commit a977049

Browse files
Hal RosenstockLinus Torvalds
Hal Rosenstock
authored and
Linus Torvalds
committed
[PATCH] IB: Add the kernel CM implementation
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>
1 parent c3e0164 commit a977049

File tree

3 files changed

+4147
-1
lines changed

3 files changed

+4147
-1
lines changed

drivers/infiniband/core/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
EXTRA_CFLAGS += -Idrivers/infiniband/include
22

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

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

1112
ib_sa-y := sa_query.o
1213

14+
ib_cm-y := cm.o
15+
1316
ib_umad-y := user_mad.o
1417

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

0 commit comments

Comments
 (0)