[ELDK] nfs: server not responding, still trying

Chris Alfred c.alfred at internode.on.net
Tue Nov 3 22:37:58 CET 2009


> Which board / processor / kernel version is this?

Kernel v2.6.32-rc5-1449-g2c33dca
Based on MPC5200B, DDR, no PCI, large flash mode.
Most importantly, has Micrel 8995 managed switch - currently just 
running in the default power on mode as a basic switch.

>> Any ideas?
>
> Maybe your kernel is too old, i. e. older than March 17?
>
> You are probably missing this commit:
>
> commit c9310920e6e7ae0a5c0accbd57d34c194cb31780
> Author: Piotr Ziecik <kosmo at semihalf.com>
> Date:   Tue Mar 17 09:17:50 2009 -0600
>
>     powerpc/5200: Enable CPU_FTR_NEED_COHERENT for MPC52xx

'git log' shows that we have that commit.

We have a very recent git:
$ git describe
v2.6.32-rc5-1449-g2c33dca

Hmmm. Looks like our fault. Maybe the networking is running slow?

On a previous MPC5200B board, also in large flash mode, we had slow 
networking performance. Denx provided a patch to disable the XLB bus 
snooping:
+ /* Disable (or enable?) BestComm XLB address snooping */
+ out_be32(&xlb->config, in_be32(&xlb->config) | 
MPC5200B_XLB_CONF_BSDIS);

I tried this at the end of mpc52xx_common.c : 
mpc5200_setup_xlb_arbiter(), but no luck.

Any other ideas?

Chris



More information about the eldk mailing list