Re: [PATCH 3/9][BNX2]: Introduce new bnx2_napi structure.

2007-12-20 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Thu, 20 Dec 2007 12:31:44 -0800 > [BNX2]: Introduce new bnx2_napi structure. > > Introduce a bnx2_napi structure that will hold a napi_struct and > other fields to handle NAPI polling for the napi_struct. Various tx > and rx indexes and status block

[PATCH 3/9][BNX2]: Introduce new bnx2_napi structure.

2007-12-20 Thread Michael Chan
[BNX2]: Introduce new bnx2_napi structure. Introduce a bnx2_napi structure that will hold a napi_struct and other fields to handle NAPI polling for the napi_struct. Various tx and rx indexes and status block pointers will be moved from the main bnx2 structure to this bnx2_napi structure. Most NA