> @@ -1693,8 +1693,11 @@ struct ib_device {
>                                                 u8 port_num,
>                                                 const struct ib_wc *in_wc,
>                                                 const struct ib_grh *in_grh,
> -                                               const struct ib_mad *in_mad,
> -                                               struct ib_mad *out_mad);
> +                                               const struct ib_mad_hdr 
> *in_mad,
> +                                               size_t in_mad_size,
> +                                               struct ib_mad_hdr *out_mad,
> +                                               size_t *out_mad_size,
> +                                               u16 *out_mad_pkey_index);

I don't have an alternate suggestion at the moment, but this call is getting to 
be a little much.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to