2006-01-03 21:31:05

by Ed L. Cashin

[permalink] [raw]
Subject: [PATCH 2.6.15-rc7] aoe [5/7]: allow network interface migration on packet retransmit

Signed-off-by: "Ed L. Cashin" <[email protected]>

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 <[email protected]>