kernel-ark/drivers/block/aoe
Ed L. Cashin 7df620d852 aoe: add module parameter for users who need more outstanding I/O
An AoE target provides an estimate of the number of outstanding commands that
the AoE initiator can send before getting a response.  The aoe_maxout
parameter provides a way to set an even lower limit.  It will not allow a user
to use more outstanding commands than the target permits.  If a user discovers
a problem with a large setting, this parameter provides a way for us to work
with them to debug the problem.  We expect to improve the dynamic window
sizing algorithm and drop this parameter.  For the time being, it is a
debugging aid.

Signed-off-by: Ed L. Cashin <ecashin@coraid.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-08 09:22:32 -08:00
..
aoe.h aoe: dynamically allocate a capped number of skbs when necessary 2008-02-08 09:22:32 -08:00
aoeblk.c aoe: mac_addr: avoid 64-bit arch compiler warnings 2008-02-08 09:22:31 -08:00
aoechr.c aoe: user can ask driver to forget previously detected devices 2008-02-08 09:22:31 -08:00
aoecmd.c aoe: add module parameter for users who need more outstanding I/O 2008-02-08 09:22:32 -08:00
aoedev.c aoe: dynamically allocate a capped number of skbs when necessary 2008-02-08 09:22:32 -08:00
aoemain.c
aoenet.c aoe: mac_addr: avoid 64-bit arch compiler warnings 2008-02-08 09:22:31 -08:00
Makefile