]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async/rdma: Introduce Device.{cc,h} 14001/head
authorAmir Vadai <amir@vadai.me>
Wed, 15 Mar 2017 09:08:38 +0000 (11:08 +0200)
committerAdir Lev <adirl@mellanox.com>
Thu, 16 Mar 2017 14:00:13 +0000 (16:00 +0200)
commitd930a3db13d4a5f9ab408faae7cdc237d20466f2
tree531c65c510a1a011dfd3f9a9bb96bbb088e3e970
parent6a90ae36c4ab7d8d4c89bb88ec27d1df2120c6f0
msg/async/rdma: Introduce Device.{cc,h}

Later on, multidevice support will be added and Device class will be the
main RDMA class (instead of Infiniband as it is today).

Issue: 995322
Change-Id: I060d849de21c8f847dd11ecd3edf1ddfb79b0820
Signed-off-by: Amir Vadai <amir@vadai.me>
src/CMakeLists.txt
src/msg/async/rdma/Device.cc [new file with mode: 0644]
src/msg/async/rdma/Device.h [new file with mode: 0644]
src/msg/async/rdma/Infiniband.cc
src/msg/async/rdma/Infiniband.h
src/msg/async/rdma/RDMAConnectedSocketImpl.cc
src/msg/async/rdma/RDMAStack.cc
src/msg/async/rdma/RDMAStack.h