提交 2dd5e422 编写于 作者: E Ed L. Cashin 提交者: Greg Kroah-Hartman

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

Retransmit to the current network interface for an AoE device.
Signed-off-by: N"Ed L. Cashin" <ecashin@coraid.com>
上级 c42b24ca
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册