[IB] uverbs: Implement more commands
authorRoland Dreier <rolandd@cisco.com>
Fri, 14 Oct 2005 22:26:04 +0000 (15:26 -0700)
committerRoland Dreier <rolandd@cisco.com>
Mon, 17 Oct 2005 22:20:31 +0000 (15:20 -0700)
commit67cdb40ca444c09853ab4d8a41cf547ac26a4de4
treefc0ecdf4e2c39db11849c79c594711c9e8e76a13
parent91ecd4ae178bed83da4f6a94ced7992e4d7711eb
[IB] uverbs: Implement more commands

Add kernel support for userspace calling poll CQ, request CQ
notification, post send, post receive, post SRQ receive, create AH and
destroy AH commands.  These commands allow us to support userspace
verbs for devices that can't perform these operations directly from
userspace (eg the PathScale HCA).

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/uverbs.h
drivers/infiniband/core/uverbs_cmd.c
drivers/infiniband/core/uverbs_main.c