[PATCH 2.6.15-rc7] aoe [5/7]: allow network interface migration onpacket retransmit

From: Ed L. Cashin
Date: Tue Jan 03 2006 - 16:30:17 EST


Signed-off-by: "Ed L. Cashin" <ecashin@xxxxxxxxxx>

Retransmit to the current network interface for an AoE device.

Index: 2.6.15-rc7-aoe/drivers/block/aoe/aoecmd.c
===================================================================
--- 2.6.15-rc7-aoe.orig/drivers/block/aoe/aoecmd.c 2006-01-02 13:35:14.000000000 -0500
+++ 2.6.15-rc7-aoe/drivers/block/aoe/aoecmd.c 2006-01-02 13:35:14.000000000 -0500
@@ -239,6 +239,8 @@
h = (struct aoe_hdr *) f->data;
f->tag = n;
h->tag = cpu_to_be32(n);
+ memcpy(h->dst, d->addr, sizeof h->dst);
+ memcpy(h->src, d->ifp->dev_addr, sizeof h->src);

skb = skb_prepare(d, f);
if (skb) {


--
Ed L. Cashin <ecashin@xxxxxxxxxx>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/