summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDennis Dalessandro2016-01-06 18:50:24 +0100
committerDoug Ledford2016-03-11 02:37:04 +0100
commit0194621b225348428c212f330c26d194fc77bd15 (patch)
treed102d39236a3bded786dbbb92e9e9292b3cef671 /MAINTAINERS
parentstaging/hfi1: check for ARMED->ACTIVE change in recv int (diff)
downloadkernel-qcow2-linux-0194621b225348428c212f330c26d194fc77bd15.tar.gz
kernel-qcow2-linux-0194621b225348428c212f330c26d194fc77bd15.tar.xz
kernel-qcow2-linux-0194621b225348428c212f330c26d194fc77bd15.zip
IB/rdmavt: Create module framework and handle driver registration
This patch introduces the basics for a new module called rdma_vt. This new driver is a software implementation of the InfiniBand verbs and aims to replace the multiple implementations that exist and duplicate each others' code. While the call to actually register the device with the IB core happens in rdma_vt, most of the work is still done in the drivers themselves. This will be changing in a follow on patch this is just laying the groundwork for this infrastructure. Reviewed-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index da3e4d8016d0..1eb4f8e95960 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9075,6 +9075,12 @@ L: rds-devel@oss.oracle.com (moderated for non-subscribers)
S: Supported
F: net/rds/
+RDMAVT - RDMA verbs software
+M: Dennis Dalessandro <dennis.dalessandro@intel.com>
+L: linux-rdma@vger.kernel.org
+S: Supported
+F: drivers/infiniband/sw/rdmavt
+
READ-COPY UPDATE (RCU)
M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
M: Josh Triplett <josh@joshtriplett.org>