diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2016-01-06 20:51:48 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-11 04:37:05 +0300 |
commit | 8afd32eb58b6885fc3e268c69b1b1b627aa2afaf (patch) | |
tree | 6a7ad4e7c6efe75d90a726936dce5425ecfce6ac /drivers/infiniband/sw/rdmavt/Makefile | |
parent | c1b332bc16a6e9d42b4ab0b5282e3937f776bf71 (diff) | |
download | linux-8afd32eb58b6885fc3e268c69b1b1b627aa2afaf.tar.xz |
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/Makefile | 3 |
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 + |