search for: xen_checksum_setup

Displaying 2 results from an estimated 2 matches for "xen_checksum_setup".

2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
...| illegal_highdma(dev, skb)) && >- __skb_linearize(skb, GFP_ATOMIC)) >- goto out_kfree_skb; >- > #ifdef CONFIG_XEN >- /* If a checksum-deferred packet is forwarded to a device that needs a >- * checksum, correct the pointers and force checksumming. >- */ >+int xen_checksum_setup(struct sk_buff *skb) >+{ > if (skb->proto_csum_blank) { >+ skb->proto_csum_blank = 0; > if (skb->protocol != htons(ETH_P_IP)) >- goto out_kfree_skb; >+ goto out; > skb->h.raw = (unsigned char *)skb->nh.iph + 4*skb->nh.iph->ihl; > if (skb->...
2006 Mar 13
1
[BUG 143] [RFC] Patch submitted, not in tree yet.
I was cleaning out old sandboxes on my machine and realized that the fix for bug 143 was not in the tree yet. Jon Mason posted a patch, with no negative feedback: http://lists.xensource.com/archives/html/xen-devel/2006-02/msg00162.html The bug originator tested the patch successfully on -rc4: http://lists.xensource.com/archives/html/xen-devel/2006-02/msg00763.html I''ve retested on