[openib-general] RE: query_qp and query_srq (and libibverbs 1.0)
Dotan Barak
dotanb at mellanox.co.il
Tue Feb 14 00:57:09 PST 2006
Hi Roland.
The following patch wasn't committed:
Index: last_stable/drivers/infiniband/core/uverbs_main.c
===================================================================
--- last_stable.orig/drivers/infiniband/core/uverbs_main.c
2006-02-07 21:13:38.000000000 +0200
+++ last_stable/drivers/infiniband/core/uverbs_main.c 2006-02-08
09:56:39.000000000 +0200
@@ -107,6 +107,7 @@ static ssize_t (*uverbs_cmd_table[])(str
[IB_USER_VERBS_CMD_DETACH_MCAST] =
ib_uverbs_detach_mcast,
[IB_USER_VERBS_CMD_CREATE_SRQ] = ib_uverbs_create_srq,
[IB_USER_VERBS_CMD_MODIFY_SRQ] = ib_uverbs_modify_srq,
+ [IB_USER_VERBS_CMD_QUERY_SRQ] = ib_uverbs_query_srq,
[IB_USER_VERBS_CMD_DESTROY_SRQ] = ib_uverbs_destroy_srq,
};
thanks
Dotan
More information about the general
mailing list