Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2dd5e422 authored by Ed L. Cashin's avatar Ed L. Cashin Committed by Greg Kroah-Hartman
Browse files

[PATCH] aoe [5/8]: allow network interface migration on packet retransmit



Retransmit to the current network interface for an AoE device.

Signed-off-by: default avatar"Ed L. Cashin" <ecashin@coraid.com>
parent c42b24ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -286,6 +286,8 @@ rexmit(struct aoedev *d, struct frame *f)
	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) {