]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA: iWARP Connection Manager.
authorTom Tucker <tom@opengridcomputing.com>
Thu, 3 Aug 2006 21:02:40 +0000 (16:02 -0500)
committerRoland Dreier <rolandd@cisco.com>
Fri, 22 Sep 2006 22:22:46 +0000 (15:22 -0700)
commita76bc45d391b18c9c1bccbaf2fa0e069c14f599d
tree54af57ac9f2ddcaf0e6fdead4d9175eecd9e06e2
parentea867de82c4fafb90b553f4a760d9114d19631fa
RDMA: iWARP Connection Manager.

Add an iWARP Connection Manager (CM), which abstracts connection
management for iWARP devices (RNICs).  It is a logical instance of the
xx_cm where xx is the transport type (ib or iw).  The symbols exported
are used by the transport independent rdma_cm module, and are
available also for transport dependent ULPs.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/iwcm.c [new file with mode: 0644]
drivers/infiniband/core/iwcm.h [new file with mode: 0644]
include/rdma/iw_cm.h [new file with mode: 0644]