On 1/12/06, Andi Kleen <[EMAIL PROTECTED]> wrote:
> On Friday 13 January 2006 01:51, Jeff Kirsher wrote:
> > Adds the ability to disability packet split at compile time and use the
> > legacy receive path on PCI express hardware.
>
> Does this patch really do what you described?
>
> > -#ifdef CONFIG_E1000_PACKET_SPLIT
> > +#ifndef DISABLE_PACKET_SPLIT
> >       uint32_t pages = 0;
> >  #endif
>
>
> ...
> -
> 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
>

Yes, it does.  By setting pages to 0, the packet split registers will
not be used, which is done later in e1000_setup_rctl().

--
Cheers,
Jeff
-
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