> diff --git a/include/infiniband/verbs.h b/include/infiniband/verbs.h
> index 4b1ab57..a1d6c3d 100644
> --- a/include/infiniband/verbs.h
> +++ b/include/infiniband/verbs.h
> @@ -712,6 +712,7 @@ struct ibv_context_ops {
>       int                     (*detach_mcast)(struct ibv_qp *qp, const union 
> ibv_gid
> *gid,
>                                               uint16_t lid);
>       void                    (*async_event)(struct ibv_async_event *event);
> +     int                     (*query_port_max_datagram)(struct ibv_context 
> *context,
> uint8_t port_num, uint32_t *max_datagram);
>  };

This breaks the libibverbs ABI.  You can't modify ibv_context_ops because it 
changes struct ibv_context.

--
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