]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
aoe: increase default cap on outstanding AoE commands in the network
authorEd Cashin <ecashin@coraid.com>
Tue, 18 Dec 2012 00:04:00 +0000 (16:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:25 +0000 (17:15 -0800)
commit7b6ccc5f975f68d96f941c67eab001b390a7cd1a
tree4b8ae70eea9132fb4b61921fccf046bf1f57cec4
parent0a41409c518083133e79015092585d68915865be
aoe: increase default cap on outstanding AoE commands in the network

The aoe driver will never be waiting for more than aoe_maxout AoE
commands from a given remote network port on an AoE target.  Increasing
the cap increases performance.  Users can tighten the setting to reduce
the amount of memory used for handling AoE traffic or the network
bandwidth used for AoE.

Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/aoe/aoecmd.c