Re: [PATCH 2/3][BNX2]: Fix RX packet rot.

2007-12-10 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Sun, 09 Dec 2007 13:17:14 -0800 > [BNX2]: Fix RX packet rot. > > Packets can be left in the RX ring if the NAPI budget is reached. > This is caused by storing the latest rx index at the beginning of > bnx2_rx_int(). We may not process all the work u

[PATCH 2/3][BNX2]: Fix RX packet rot.

2007-12-09 Thread Michael Chan
[BNX2]: Fix RX packet rot. Packets can be left in the RX ring if the NAPI budget is reached. This is caused by storing the latest rx index at the beginning of bnx2_rx_int(). We may not process all the work up to this index if the budget is reached and so some packets in the RX ring may rot when w