Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a977049d authored by Hal Rosenstock's avatar Hal Rosenstock Committed by Linus Torvalds
Browse files

[PATCH] IB: Add the kernel CM implementation



Add the kernel CM implementation

Signed-off-by: default avatarSean Hefty <sean.hefty@intel.com>
Signed-off-by: default avatarHal Rosenstock <halr@voltaire.com>
Cc: Roland Dreier <rolandd@cisco.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c3e01647
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
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 \
@@ -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
+3324 −0

File added.

Preview size limit exceeded, changes collapsed.

+819 −0

File added.

Preview size limit exceeded, changes collapsed.