IB: IP address based RDMA connection manager
authorSean Hefty <sean.hefty@intel.com>
Sun, 18 Jun 2006 03:37:29 +0000 (20:37 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 18 Jun 2006 03:37:29 +0000 (20:37 -0700)
commite51060f08a61965c4dd91516d82fe90617152590
tree19a8a0cc519e215e12ce460258a356cdac842f6e
parent7025fcd36bd62af2c6ca0ea3490c00b216c4d168
IB: IP address based RDMA connection manager

Kernel connection management agent over InfiniBand that connects based
on IP addresses.  The agent defines a generic RDMA connection
abstraction to support clients wanting to connect over different RDMA
devices.

The agent also handles RDMA device hotplug events on behalf of clients.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/Makefile
drivers/infiniband/core/cma.c [new file with mode: 0644]
include/rdma/rdma_cm.h [new file with mode: 0644]
include/rdma/rdma_cm_ib.h [new file with mode: 0644]