From: Chen-Li Tien Date: Tue, 8 Aug 2006 03:49:07 +0000 (-0700) Subject: [PKTGEN]: Fix oops when used with balance-tlb bonding X-Git-Tag: v3.12-rc1~34312^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaf580601ff244df82324fff380ed6740f27ef03;p=kernel%2Fkernel-generic.git [PKTGEN]: Fix oops when used with balance-tlb bonding Signed-off-by: Chen-Li Tien Signed-off-by: David S. Miller --- diff --git a/net/core/pktgen.c b/net/core/pktgen.c index 67ed14d..b174337 100644 --- a/net/core/pktgen.c +++ b/net/core/pktgen.c @@ -2149,6 +2149,8 @@ static struct sk_buff *fill_packet_ipv4(struct net_device *odev, skb->mac.raw = ((u8 *) iph) - 14 - pkt_dev->nr_labels*sizeof(u32); skb->dev = odev; skb->pkt_type = PACKET_HOST; + skb->nh.iph = iph; + skb->h.uh = udph; if (pkt_dev->nfrags <= 0) pgh = (struct pktgen_hdr *)skb_put(skb, datalen);