From: "Jesse Brandeburg" <[EMAIL PROTECTED]>
Date: Mon, 7 Aug 2006 17:09:39 -0700

> also, eth_type_trans wants skb->data to point to header, which would
> require us to memcpy data from a page back to skb->data.

You merely would need to call pskb_may_pull() right before invoking
eth_type_trans.  Meeting that functions expectations with a non-linear
SKB is not brain surgery. :-)

-
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