linux/drivers/block/aoe
Ed Cashin 64a80f5ac7 aoe: associate frames with the AoE storage target
In the driver code, "target" and aoetgt refer to a particular remote
interface on the AoE storage target.  The latter is identified by its AoE
major and minor addresses.  Commands that are being sent to an AoE storage
target {major, minor} can be sent or retransmitted to any of the remote
MAC addresses associated with the AoE storage target.

That is, frames are naturally associated with not an aoetgt (AoE major,
AoE minor, remote MAC address) but an aoedev (AoE major, AoE minor).
Making the code reflect that reality simplifies the driver, especially
when the path to a remote MAC address becomes unusable.

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>
2012-10-06 03:05:27 +09:00
..
aoe.h aoe: associate frames with the AoE storage target 2012-10-06 03:05:27 +09:00
aoeblk.c aoe: become I/O request queue handler for increased user control 2012-10-06 03:05:25 +09:00
aoechr.c aoe: do revalidation steps in order 2012-10-06 03:05:26 +09:00
aoecmd.c aoe: associate frames with the AoE storage target 2012-10-06 03:05:27 +09:00
aoedev.c aoe: associate frames with the AoE storage target 2012-10-06 03:05:27 +09:00
aoemain.c aoe: kernel thread handles I/O completions for simple locking 2012-10-06 03:05:24 +09:00
aoenet.c aoe: use a kernel thread for transmissions 2012-10-06 03:05:25 +09:00
Makefile drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y 2011-01-19 08:25:02 -07:00