Re: [PATCH] ATA over Ethernet driver for 2.6.9
From: Ed L Cashin (ecashin_at_coraid.com)
Date: 12/06/04
- Previous message: Adam Belay: "Re: [2.6.9+] PnPBIOS: Missing SMALL_TAG_ENDDEP tag"
- In reply to: Jan-Benedict Glaw: "Re: [PATCH] ATA over Ethernet driver for 2.6.9"
- Next in thread: Alan Cox: "Re: [PATCH] ATA over Ethernet driver for 2.6.9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: linux-kernel@vger.kernel.org Date: Mon, 06 Dec 2004 12:06:46 -0500
Jan-Benedict Glaw <jbglaw@lug-owl.de> writes:
> On Mon, 2004-12-06 10:51:46 -0500, Ed L Cashin <ecashin@coraid.com>
...
>> Like IP, AoE is an ethernet-level network protocol, registered with
>> the IEEE. Unlike IP, AoE is not routable.
>
> So AoE is out of scope for many uses...
The usual way of using it is to use an ethernet switch and then put
all your AoE storage on that LAN.
You could probably get creative with tunnelling or something, but it's
easier to just configure a LAN. If you really need storage over the
internet, you'd probably use something else like iSCSI.
...
[helpful style comments, thanks]
...
> After all, especially keeping in mind that AoE isn't routeable, my
> thinking is that this had better written as a (E)NBD server process
> running in userspace. This way, you'd use the in-kernel NBD driver (or
> the ENBD which isn't in the kernel) and you the the routing stuff for
> free :)
We looked at the NBD stuff, but it's a different model, and it goes
over TCP/IP, if I recall correctly. ATA over Ethernet is a simpler,
lower-level protocol, saving the host the work of doing TCP/IP.
-- Ed L Cashin <ecashin@coraid.com> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Adam Belay: "Re: [2.6.9+] PnPBIOS: Missing SMALL_TAG_ENDDEP tag"
- In reply to: Jan-Benedict Glaw: "Re: [PATCH] ATA over Ethernet driver for 2.6.9"
- Next in thread: Alan Cox: "Re: [PATCH] ATA over Ethernet driver for 2.6.9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|