kernel-ark/drivers/infiniband
Roland Dreier f520ba5aa4 [PATCH] IB: userspace SRQ support
Add SRQ support to userspace verbs module.  This adds several commands
and associated structures, but it's OK to do this without bumping the
ABI version because the commands are added at the end of the list so
they don't change the existing numbering.  There are two cases to
worry about:

1. New kernel, old userspace.  This is OK because old userspace simply
   won't try to use the new SRQ commands.  None of the old commands are
   changed.

2. Old kernel, new userspace.  This works perfectly as long as
   userspace doesn't try to use SRQ commands.  If userspace tries to
   use SRQ commands, it will get EINVAL, which is perfectly
   reasonable: the kernel doesn't support SRQs, so we couldn't do any
   better.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2005-08-26 20:37:37 -07:00
..
core [PATCH] IB: userspace SRQ support 2005-08-26 20:37:37 -07:00
hw/mthca [PATCH] IB/mthca: Report correct max_msg_sz 2005-08-26 20:37:36 -07:00
include [PATCH] IB: userspace SRQ support 2005-08-26 20:37:37 -07:00
ulp/ipoib [PATCH] IB: Remove unnecessary includes of <linux/version.h> 2005-08-26 20:37:36 -07:00
Kconfig [PATCH] Kconfig fix (infiniband and PCI) 2005-08-23 18:43:41 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00