Re: [PATCH 2/8][BNX2]: Restructure RX fast path handling.

2007-12-12 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Wed, 12 Dec 2007 10:58:43 -0800 > [BNX2]: Restructure RX fast path handling. > > Add a new function to handle new SKB allocation and to prepare the > completed SKB. This makes it easier to add support for non-linear > SKB. > > Signed-off-by: Micha

[PATCH 2/8][BNX2]: Restructure RX fast path handling.

2007-12-12 Thread Michael Chan
[BNX2]: Restructure RX fast path handling. Add a new function to handle new SKB allocation and to prepare the completed SKB. This makes it easier to add support for non-linear SKB. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index dfe50c