diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2016-01-06 18:56:15 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-11 02:37:07 +0100 |
commit | b518d3e69e7df49bf0bc4efe447338917ef41843 (patch) | |
tree | 103277dd75ef9817169d16cc2173fedf89bf91e2 /drivers/infiniband/sw/rdmavt/Makefile | |
parent | IB/rdmavt: Alloc and dealloc ucontexts (diff) | |
download | linux-b518d3e69e7df49bf0bc4efe447338917ef41843.tar.xz linux-b518d3e69e7df49bf0bc4efe447338917ef41843.zip |
IB/rdmavt: Add queue pair function stubs
Adds the stubs for create, modify, destroy and query functions for queue
pairs.
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Reviewed-by: Ira Weiny <ira.weiny@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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/Makefile b/drivers/infiniband/sw/rdmavt/Makefile index c6751bbf3070..9a9a0953830f 100644 --- a/drivers/infiniband/sw/rdmavt/Makefile +++ b/drivers/infiniband/sw/rdmavt/Makefile @@ -7,5 +7,5 @@ # obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt.o -rdmavt-y := vt.o dma.o pd.o +rdmavt-y := vt.o dma.o pd.o qp.o |