On Tue, 2006-06-20 at 19:28 +1000, Herbert Xu wrote:

> [NET]: Add generic segmentation offload
> 
> +static int dev_gso_segment(struct sk_buff *skb)
> +{
> +       struct sk_buff *segs;
> +
> +       segs = skb_gso_segment(skb, skb->dev->features & NETIF_F_SG &&
> +                                   !illegal_highdma(dev, skb));

I think you need !illegal_highdma(skb->dev, skb)

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to