From: Jim Westfall <[EMAIL PROTECTED]>
Date: Thu, 21 Feb 2008 11:13:52 -0800

> > 
> > 2) Second, skb_realloc_headroom() is called on 'skb' with
> >    a second argument of 'dsize'.
> 
> This suggestion escapes me.  The skb_put() call in the above 
> code would increase skb->tail.  Wont skb_realloc_headroom() create 
> additional space between skb->head and skb->data when we really want it 
> between skb->tail and skb->end?

My bad, you need to increase the tailroom not the headroom.
--
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