Re: [PATCH 7/9][BNX2]: Add support for a new tx ring.

2007-12-20 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Thu, 20 Dec 2007 12:33:00 -0800 > [BNX2]: Add support for a new tx ring. > > To separate TX IRQs into a different MSIX vector, we need to > support a new tx ring. The original tx ring will still be used > when not using MSIX. > > Signed-off-by: Mic

[PATCH 7/9][BNX2]: Add support for a new tx ring.

2007-12-20 Thread Michael Chan
[BNX2]: Add support for a new tx ring. To separate TX IRQs into a different MSIX vector, we need to support a new tx ring. The original tx ring will still be used when not using MSIX. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 196d