From: Ed L Cashin <ecashin@coraid.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] ETH_P_AOE (was Re: [PATCH] ATA over Ethernet driver for 2.6.10-rc3-bk11)
Date: Mon, 20 Dec 2004 11:21:05 -0500 [thread overview]
Message-ID: <87k6rd7xfy.fsf@coraid.com> (raw)
In-Reply-To: 1103356085.3369.140.camel@sfeldma-mobl.dsl-verizon.net
[-- Attachment #1: Type: text/plain, Size: 387 bytes --]
Scott Feldman <sfeldma@pobox.com> writes:
> On Fri, 2004-12-17 at 07:38, Ed L Cashin wrote:
>
>> + ETH_P_AOE = 0x88a2,
>
> include/linux/if_ether.h already defines this as ETH_P_EDP2=0x88A2; use
> that.
Ah, that's old. It's not just "EtherDrive protocol" but the ATA over
Ethernet protocol.
Here's a patch for 2.6.10-rc3-bk11 that goes on top of the aoe patch
in this thread.
[-- Attachment #2: diff --]
[-- Type: text/plain, Size: 966 bytes --]
diff -urNp linux-2.6.10-rc3-bk11-aoe/drivers/block/aoe/aoe.h linux-2.6.10-rc3-bk11-aoe-2/drivers/block/aoe/aoe.h
--- linux-2.6.10-rc3-bk11-aoe/drivers/block/aoe/aoe.h 2004-12-20 11:15:04.000000000 -0500
+++ linux-2.6.10-rc3-bk11-aoe-2/drivers/block/aoe/aoe.h 2004-12-20 11:16:23.000000000 -0500
@@ -26,7 +26,6 @@ enum {
AOECCMD_FSET,
AOE_HVER = 0x10,
- ETH_P_AOE = 0x88a2,
};
struct aoe_hdr {
diff -urNp linux-2.6.10-rc3-bk11-aoe/include/linux/if_ether.h linux-2.6.10-rc3-bk11-aoe-2/include/linux/if_ether.h
--- linux-2.6.10-rc3-bk11-aoe/include/linux/if_ether.h 2004-12-20 10:51:20.000000000 -0500
+++ linux-2.6.10-rc3-bk11-aoe-2/include/linux/if_ether.h 2004-12-20 11:16:55.000000000 -0500
@@ -69,7 +69,7 @@
#define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport
* over Ethernet
*/
-#define ETH_P_EDP2 0x88A2 /* Coraid EDP2 */
+#define ETH_P_AOE 0x88A2 /* ATA over Ethernet */
/*
* Non DIX types. Won't clash for 1500 types.
[-- Attachment #3: Type: text/plain, Size: 41 bytes --]
--
Ed L Cashin <ecashin@coraid.com>
next prev parent reply other threads:[~2004-12-20 16:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-17 15:38 [PATCH] ATA over Ethernet driver for 2.6.10-rc3-bk11 Ed L Cashin
2004-12-17 22:53 ` Greg KH
2004-12-18 7:48 ` Scott Feldman
2004-12-18 7:55 ` Jeff Garzik
2004-12-20 16:21 ` Ed L Cashin [this message]
2004-12-21 18:54 ` [PATCH] ETH_P_AOE (was Re: [PATCH] ATA over Ethernet driver for 2.6.10-rc3-bk11) Greg KH
2004-12-21 15:21 ` [PATCH] ATA over Ethernet driver for 2.6.10-rc3-bk11 Ed L Cashin
2004-12-22 13:19 ` Ed L Cashin
2004-12-22 13:55 ` Alan Cox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k6rd7xfy.fsf@coraid.com \
--to=ecashin@coraid.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.