Re: [PATCH] ATA over Ethernet driver for 2.6.9

From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 12/06/04

  • Next message: Alan Cox: "Re: The bugzilla story"
    To: Jan-Benedict Glaw <jbglaw@lug-owl.de>
    Date:	Mon, 06 Dec 2004 16:11:59 +0000
    
    

    On Llu, 2004-12-06 at 16:21, Jan-Benedict Glaw wrote:
    > > 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...

    Take a look at their product range and you'll see the intended uses. For
    those I'm not sure routability actually matters too much. In addition
    you'd want to tunnel it on a shared LAN to add crypto.

    > > + n = lhget32(p+4);
    > > + n <<= 32;
    > > + return n |= lhget32(p);
    > > +}
    >
    > There are function available for this, look at the endianess header
    > files.

    Ed:
    cpu_to_le32() and friends to be more exact. These also have the
    advantage they've been optimised and are asm on some systems.

    > 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 :)

    Different problem space IMHO.

    -
    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: Alan Cox: "Re: The bugzilla story"

    Relevant Pages

    • Re: [PATCH] ATA over Ethernet driver for 2.6.9
      ... >> the IEEE. ... Unlike IP, AoE is not routable. ... > So AoE is out of scope for many uses... ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • 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
      ... >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)
    • Re: [PATCH] ATA over Ethernet driver for 2.6.9
      ... Unlike IP, AoE is not routable. ... you'd use the in-kernel NBD driver (or ... saving the host the work of doing TCP/IP. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)