[openib-general] Got FW area not aligned to 4096

Batwara, Ashish Ashish.Batwara at lsi.com
Mon Nov 27 16:21:13 PST 2006


Hi,
I am getting following messages on "Arbel" when running memfree mode.

Do you know what may be the problem? If I remove the check for 4K
alignment, and continue the below *for* loop, then it is an infinite
loop. It seems that the loop termination condition is never meeting. Are
there any changes in the code to fix?

Thanks
Ashish

for (mthca_icm_first(icm, &iter);
             !mthca_icm_last(&iter);
             mthca_icm_next(&iter))


11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  FW version 000500010190, max
commands 0
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  Catastrophic error buffer at
0xc0182a50, size 0x10
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  FW supports commands through
doorbells
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  Mapped doorbell page for
posting FW commands
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  FW size 5136 KB
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  FW size after alignment:
5136 KB
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  Clear int @ c01f00d8, EQ arm
@ c014d748, EQ set CI @ c018a000
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  No HCA-attached memory
(running in MemFree mode)
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  Got FW area not aligned to
4096 (20/c0100004).
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  MAP_FA command failed,
aborting.
11/27/06-19:13:04 (GMT) (L3c84e240): NOTE:  Failed to start FW,
aborting.


               if (lg < MTHCA_ICM_PAGE_SHIFT) {
                        mthca_warn(dev, "Got FW area not aligned to %d
(%llx/%lx).\n",
                                   MTHCA_ICM_PAGE_SIZE,
                                   (unsigned long long)
mthca_icm_addr(&iter),
                                   mthca_icm_size(&iter));




More information about the general mailing list