Re: [PATCH 2.6.24 2/3][BNX2]: Optimize firmware loading.

2007-10-02 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Tue, 02 Oct 2007 17:23:43 -0700 > [BNX2]: Optimize firmware loading. > > This is a follow up to the patches from Denys Vlasenkos > <[EMAIL PROTECTED]> to further optimize firmware loading. > > 1. In bnx2_init_cpus(), we allocate memory for decompres

[PATCH 2.6.24 2/3][BNX2]: Optimize firmware loading.

2007-10-02 Thread Michael Chan
[BNX2]: Optimize firmware loading. This is a follow up to the patches from Denys Vlasenkos <[EMAIL PROTECTED]> to further optimize firmware loading. 1. In bnx2_init_cpus(), we allocate memory for decompression once and use it repeatedly instead of doing this for every firmware image. 2. We elimi