aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/Makefile
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-01-06 09:51:48 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:37:05 -0500
commit8afd32eb58b6885fc3e268c69b1b1b627aa2afaf (patch)
tree6a7ad4e7c6efe75d90a726936dce5425ecfce6ac /drivers/infiniband/sw/rdmavt/Makefile
parentIB/rdmavt: Consolidate dma ops in rdmavt. (diff)
downloadlinux-dev-8afd32eb58b6885fc3e268c69b1b1b627aa2afaf.tar.xz
linux-dev-8afd32eb58b6885fc3e268c69b1b1b627aa2afaf.zip
IB/rdmavt: Add protection domain to rdmavt.
Add datastructure for and allocation/deallocation of protection domains for RDMAVT. 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 'drivers/infiniband/sw/rdmavt/Makefile')
-rw-r--r--drivers/infiniband/sw/rdmavt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/Makefile b/drivers/infiniband/sw/rdmavt/Makefile
index 134d2d05e829..c6751bbf3070 100644
--- a/drivers/infiniband/sw/rdmavt/Makefile
+++ b/drivers/infiniband/sw/rdmavt/Makefile
@@ -7,4 +7,5 @@
#
obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt.o
-rdmavt-y := vt.o dma.o
+rdmavt-y := vt.o dma.o pd.o
+