Re: [PATCH] ATA over Ethernet driver for 2.6.9

From: Ed L Cashin (ecashin_at_coraid.com)
Date: 12/06/04

  • Next message: Gregory Giguashvili: "RE: Correctly determine amount of "free memory""
    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/
    

  • Next message: Gregory Giguashvili: "RE: Correctly determine amount of "free memory""

    Relevant Pages

    • Re: Re[2]: ata over ethernet question
      ... >> similar in concept to iSCSI with the biggest difference being that AOE ... "This is a beta release of vblade, ... ethernet local area network via the ATA over Ethernet ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] ATA over Ethernet driver for 2.6.9
      ... Unlike IP, AoE is not routable. ... > So AoE is out of scope for many uses... ... those I'm not sure routability actually matters too much. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] ATA over Ethernet driver for 2.6.9
      ... >and it might be possible to swap over AoE. ... >ARPs are real problem there. ... how about caching the hw address of the AoE device ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: AOE and large filesystems?
      ... While I think AoE is "neat", IMO you really want to use something based ... Your CPU usage w/ zerocopy offload could potentially be lowered w/ TCP, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)