Re: [PATCH 6/8][BNX2]: Add fast path code to handle RX pages.

2007-12-12 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 12 Dec 2007 11:00:00 -0800 > [BNX2]: Add fast path code to handle RX pages. > > Add function to reuse a page in case of allocation or other errors. > Add code to construct the completed SKB with the additional data in > the pages. > > Signed-of

[PATCH 6/8][BNX2]: Add fast path code to handle RX pages.

2007-12-12 Thread Michael Chan
[BNX2]: Add fast path code to handle RX pages. Add function to reuse a page in case of allocation or other errors. Add code to construct the completed SKB with the additional data in the pages. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c i