Asymmetric throughput in pq2ads. Help needed

Bastos Fernandez Alexandre ALEBAS at televes.com
Wed Jan 5 00:31:03 EST 2005


Hi to all,

I have been doing some throughput test in the 8272ads board
using it as a router.

Several tests have been done with uboot-1.1.2 (using FCC1 ETHERNET)
and linux kernel 2.6.10-rc3

To support both FCC interfaces on this board, I have enabled
FCC2 in BCSR3:

In platforms/pq2ads.h

#define BCSR3_FETHIEN2          ((uint)0x10000000)
#define BCSR3_FETH2_RST         ((uint)0x80000000)

In 8260_io/fcc_enet.c

*(volatile uint *)(BCSR_ADDR + 12) &= ~BCSR3_FETHIEN2;
*(volatile uint *)(BCSR_ADDR + 12) |=  BCSR3_FETH2_RST;

No other related changes have been done to linuxppc-2.5 top
bitkeeper version of kernel.

In this context I have set this trivial net:


   PC1 -----X-cable------ 8272ADS ------X-cable------ PC2

The ADS is connected to PC1 through FCC1 and to PC2 through FCC2.

Then, throughput from PC1 to PC2 (measured using ttcp) is not the
same than throughput from PC2 to PC1.

 UDP ...  PC1 --> PC2  90 Mbps aprox
              PC2 --> PC1  60 Mbps aprox   !!!!!!!!

  TCP ... PC1 --> PC2   60 Mbps aprox
             PC2 --> PC1   1 Mbps aprox  !!!!!!!!!!!!

It seems as if the ADS were loosing packets arriving at FCC2.

At this point I am a bit lost. I don't know what I should try to change or
where I should set any breakpoint with my BDI to find what is going wrong.
Any idea from guys in the list?

Thanks,

Alex Bastos



More information about the Linuxppc-embedded mailing list