Re: [PATCH 7/8][BNX2]: Enable S/G for jumbo RX.

2007-12-12 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 12 Dec 2007 11:00:11 -0800 > [BNX2]: Enable S/G for jumbo RX. > > If the MTU requires more than 1 page for the SKB, enable the page ring > and calculate the size of the page ring. This will guarantee order-0 > allocation regardless of the MTU s

[PATCH 7/8][BNX2]: Enable S/G for jumbo RX.

2007-12-12 Thread Michael Chan
[BNX2]: Enable S/G for jumbo RX. If the MTU requires more than 1 page for the SKB, enable the page ring and calculate the size of the page ring. This will guarantee order-0 allocation regardless of the MTU size. Fixup loopback test packet size so that we don't deal with the pages during loopback