On Fri, Jun 30, 2006 at 05:35:34PM -0600, Chris Friesen ([EMAIL PROTECTED]) 
wrote:
> Evgeniy Polyakov wrote:
> 
> >It definitely will.
> >Packet split in hardware means separating data and headers into
> >different pages in different reads, while software page split means that 
> >skb has a list of fragments where part of the packet will be DMAed, so
> >jumbo frame will be converted into several pages.
> 
> Maybe I'm looking at the wrong code then.  Can you point me to where 
> this "software page split" is handled?

Yes, you are correct, e1000 only supports receiving page split for 82571 and
greater adapters.

> Chris

-- 
        Evgeniy Polyakov
-
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