> enum ibv_event_type {
> ...
> + IBV_EVENT_GID
> ...
> struct ibv_async_event {
> union {
> + struct ibv_gid_event *gid_event;
> ...
> + int ibv_reg_gid_event(struct ibv_context *context, uint8_t port_num);
We need to get Roland's thoughts on this, since he maintains libibverbs. As
just a thought, I think you can still use a more generic API with kernel checks
to verify that an application has permission to register for certain types of
events.
--
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