diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2016-01-06 18:58:37 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-11 02:37:09 +0100 |
commit | 3dd1faf89b418f036ff664edbf04d4e266e2ceaa (patch) | |
tree | 8ee258b2d1db15fb4f3eae7f12a687d0bbd106b4 /drivers/infiniband/sw/rdmavt/Makefile | |
parent | IB/rdmavt: Add multicast stubs (diff) | |
download | linux-3dd1faf89b418f036ff664edbf04d4e266e2ceaa.tar.xz linux-3dd1faf89b418f036ff664edbf04d4e266e2ceaa.zip |
IB/rdmavt: Add process MAD stub
This adds the stub for process mad. More study is needed to determine the
final MAD interaction between the driver and rvt.
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 d2af1144857d..fe65410e4484 100644 --- a/drivers/infiniband/sw/rdmavt/Makefile +++ b/drivers/infiniband/sw/rdmavt/Makefile @@ -7,4 +7,4 @@ # obj-$(CONFIG_INFINIBAND_RDMAVT) += rdmavt.o -rdmavt-y := vt.o ah.o dma.o mcast.o mr.o pd.o qp.o srq.o +rdmavt-y := vt.o ah.o dma.o mad.o mcast.o mr.o pd.o qp.o srq.o |