diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2016-01-22 22:00:55 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-11 02:37:26 +0100 |
commit | 4e74080b248701c0c2d1af2764bf02f9c531020a (patch) | |
tree | cef6036254dc84bce2c92130f9649c3f6abbf850 /drivers/infiniband/sw/rdmavt/mcast.h | |
parent | IB/rdmavt: Add post receive to rdmavt (diff) | |
download | linux-4e74080b248701c0c2d1af2764bf02f9c531020a.tar.xz linux-4e74080b248701c0c2d1af2764bf02f9c531020a.zip |
IB/rdmavt: Add multicast functions
This patch adds in the multicast add and remove functions as well as the
ancillary infrastructure needed.
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/mcast.h')
-rw-r--r-- | drivers/infiniband/sw/rdmavt/mcast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/sw/rdmavt/mcast.h b/drivers/infiniband/sw/rdmavt/mcast.h index 21647c367340..cd15a981d7bf 100644 --- a/drivers/infiniband/sw/rdmavt/mcast.h +++ b/drivers/infiniband/sw/rdmavt/mcast.h @@ -50,7 +50,9 @@ #include <rdma/rdma_vt.h> +void rvt_driver_mcast_init(struct rvt_dev_info *rdi); int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid); int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid); +int rvt_mcast_tree_empty(struct rvt_dev_info *rdi); #endif /* DEF_RVTMCAST_H */ |