On Thu, Oct 15, 2015 at 07:07:12PM +0300, Matan Barak wrote:
> diff --git a/include/rdma/ib_sa.h b/include/rdma/ib_sa.h
> index 0a40ed2..5bea0e8 100644
> +++ b/include/rdma/ib_sa.h
> @@ -206,6 +206,9 @@ struct ib_sa_mcmember_rec {
> u8 scope;
> u8 join_state;
> int proxy_join;
> + int ifindex;
> + struct net *net;
> + enum ib_gid_type gid_type;
> };
This is really gross.
Make ib_init_ah_from_mcmember accept a QP and get the above stuff from
the QP.
Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html