On Mon, Sep 29, 2003 at 11:38:16PM +0200, Duncan Sands wrote: > From: Duncan Sands <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED]
> + memcpy (skb->data, sarb->tail - pdu_length, length); > + __skb_put (skb, length); Usually memcpy(skb_put(skb, length), ptr, length). Also, did you think about using some partial csum routine? I understand eth_copy_and_sum won't work for ATM... But something like it? Or is it not worth, considering DSL speeds? -- Pete ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
