[PATCH] IB uverbs: core implementation
authorRoland Dreier <rolandd@cisco.com>
Fri, 8 Jul 2005 00:57:13 +0000 (17:57 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 01:23:48 +0000 (18:23 -0700)
commitbc38a6abdd5a50e007d0fcd9b9b6280132b79e62
treed811577e4bb3c63847967dfe151c5d07ec7b68c8
parent8a96b3f9af2d0351285665b532f9359d6cd73f42
[PATCH] IB uverbs: core implementation

Add the core of the InfiniBand userspace verbs implementation, including
creating character device nodes, dispatching requests from userspace, and
passing event notifications back up to userspace.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/infiniband/core/uverbs.h [new file with mode: 0644]
drivers/infiniband/core/uverbs_cmd.c [new file with mode: 0644]
drivers/infiniband/core/uverbs_main.c [new file with mode: 0644]