diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2016-01-06 18:51:48 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-11 02:37:05 +0100 |
commit | 8afd32eb58b6885fc3e268c69b1b1b627aa2afaf (patch) | |
tree | 6a7ad4e7c6efe75d90a726936dce5425ecfce6ac /drivers/infiniband/sw/rdmavt/vt.h | |
parent | IB/rdmavt: Consolidate dma ops in rdmavt. (diff) | |
download | linux-8afd32eb58b6885fc3e268c69b1b1b627aa2afaf.tar.xz linux-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/vt.h')
-rw-r--r-- | drivers/infiniband/sw/rdmavt/vt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/sw/rdmavt/vt.h b/drivers/infiniband/sw/rdmavt/vt.h index cfe59a7ba428..ba2f806cec9d 100644 --- a/drivers/infiniband/sw/rdmavt/vt.h +++ b/drivers/infiniband/sw/rdmavt/vt.h @@ -50,5 +50,6 @@ #include <rdma/rdma_vt.h> #include "dma.h" +#include "pd.h" #endif /* DEF_RDMAVT_H */ |