]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0e3166a0f7986a77839892f9ff482b160f7e2151
treed811577e4bb3c63847967dfe151c5d07ec7b68c8
parent9dd9ef03ac0dc0038e7958a1203cea054e60ea82
[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]