Herbert Xu wrote: > BTW, the version I posted to you is missing the following line. > > --- linux-2.6.20.i386/drivers/xen/core/skbuff.c 2007-04-28 15:30:16.000000000 +1000 > +++ build-2.6.20.i386/drivers/xen/core/skbuff.c 2007-04-28 15:30:52.000000000 +1000 > @@ -89,6 +89,7 @@ > skb->h.raw = (unsigned char *)skb->nh.iph + 4*skb->nh.iph->ihl; > if (skb->h.raw >= skb->tail) > goto out; > + skb->csum_start = skb->h.raw - skb->head; > switch (skb->nh.iph->protocol) { > case IPPROTO_TCP: > skb->csum_offset = offsetof(struct tcphdr, check); > drivers/xen/core/skbuff.c? What's that? J - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- References:
- [PATCH 00/25] xen: Xen implementation for paravirt_ops
- From: Jeremy Fitzhardinge <[email protected]>
- [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- From: Jeremy Fitzhardinge <[email protected]>
- Re: [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- From: Herbert Xu <[email protected]>
- Re: [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- From: Jeremy Fitzhardinge <[email protected]>
- Re: [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- From: Herbert Xu <[email protected]>
- Re: [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- From: Jeremy Fitzhardinge <[email protected]>
- Re: [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- From: Herbert Xu <[email protected]>
- Re: [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- From: Jeremy Fitzhardinge <[email protected]>
- Re: [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- From: Herbert Xu <[email protected]>
- [PATCH 00/25] xen: Xen implementation for paravirt_ops
- Prev by Date: Re: [patch] CFS scheduler, -v6
- Next by Date: Re: [DOC] Fix wrong identifier name in Documentation/driver-model/devres.txt
- Previous by thread: Re: [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- Next by thread: Re: [PATCH 22/25] xen: xen-netfront: use skb.cb for storing private data
- Index(es):