aoe: use dynamic number of remote ports for AoE storage target
commit71114ec45f09eb6ef6f9d41c98d4ab6455086e58
authorEd Cashin <ecashin@coraid.com>
Tue, 18 Dec 2012 00:04:11 +0000 (17 16:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:25 +0000 (17 17:15 -0800)
tree3f25f6e70364656b06387955764cd61e08148d3f
parente52a29326462badd9ceec90a9eb2ac2a8550e02e
aoe: use dynamic number of remote ports for AoE storage target

Many AoE targets have four or fewer network ports, but some existing
storage devices have many, and the AoE protocol sets no limit.

This patch allows the use of more than eight remote MAC addresses per AoE
target, while reducing the amount of memory used by the aoe driver in
cases where there are many AoE targets with fewer than eight MAC addresses
each.

Signed-off-by: Ed Cashin <ecashin@coraid.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/aoe/aoe.h
drivers/block/aoe/aoeblk.c
drivers/block/aoe/aoecmd.c
drivers/block/aoe/aoedev.c