Palmmicro Name Logo
 
   
From PA1688 to PA6488 - Ping Response Time
  
Aug 8, 2009
All PA1688 devices use RTL8019AS ethernet chip. When its internal 8051 runs at 22Mhz, it needs 21ms to answer a 1472 bytes ping generated in a Windows PC. When the internal Z80 of AR1688 runs at 24Mhz, it needs 16ms with RTL8019AS, and 15ms with KSZ8842 ethernet chip. PA6488 has built-in MAC, just tested it only needs 2ms to answer a 1472 bytes ping.
I am testing it on a 10Mbps hub in order to capture and trace ethernet packets. Considering over 1500 bytes sending and receiving in 2ms means more than 6Mbps bandwidth, I guess the performance will be even better on a 100Mbps LAN.
 
Updated on Aug 11, 2009
When testing on a 100Mbps switch, both PA6488 and my Sony VGN-FW235J notebook only take 1ms to reply the 1472 bytes ping packet.
 
Updated on Aug 30, 2009
PA1688 can not fragment outgoing datagrams and reassemble incoming datagrams at all. At that time, we just believed that none streaming voice data packet nor H.323 protocol data packet would be as long as over 1500 bytes. And although PA1688 devices have 1Mx16 bits external SDRAM, the memory space was not well organized. When we found with horror that some SIP signal packets have length exceeded the max ethernet packet size, it was too late for us to change the software structure fundamentally to support it.
AR1688 learned from PA1688's failure to handle large SIP packet. However, as a highly integrated and low cost replacement for PA1688, AR1688 devices do not have external SDRAM memory. We implemented up to 3000 bytes large ip packet fragmentation and reassembly in the very limited AR1688 internal memory, just enough for large SIP messages we had to deal with.
Targeting video and voice over IP applications, all PA6488 devices need large external DDR2 SDRAM for video buffers and other program and data usage as well. It is time for us to support full ip fragmentation and reassembly now.
Using command line ping 192.168.1.122 -t -l 65500, I have just made a 65500 bytes ping test with my 300MHz PA648B board, the response time is 26ms. Noticed that my Sony VGN-FW235J only need 12ms in the same test conditions, I began to check how fast PA6488 can be. I changed to 600MHz PA648A, it is 16ms.
So far, when test with ping, the Intel 2G duel core CPU with 800MHz DDR2 is still 33% faster than my 600MHz PA6488 with 200MHz DDR2.
 
Updated on Aug 31, 2009
Continue with yesterday's test of ping 65500 bytes, with software optimization, now 300MHz PA648B can response in 15ms, and 600MHz PA648A can response in 13ms. It is very close to the 12ms result of my notebook already. Obviously CPU speed is not critical in the response time, bandwidth matters instead.
How much bandwidth is used to response 65500 bytes ping in 13ms? Let us calculate it step by step:
1) 65500 bytes ICMP data equals 65508 bytes IP data.
2) 65508 bytes IP data need to be transmitted in 65508/1480=45 IP packets.
3) Each IP packet needs 20 byte IP head, 14 bytes MAC head, 8 bytes preamble and 4 bytes MAC CRC, totally 46 bytes.
4) The total data transferred in 13ms is 65508+45*46=67578 bytes.
5) Let us suppose both sides use same time to transmit and receive, which is 6.5ms each, 67578 bytes in 6.5ms means 67578*8*1000/6.5=83.2Mbps, rather close to the 100Mbps LAN capacity.
 
Updated on Feb 15, 2015
As I am merging the TCPIP code of PA3288 and PA6488, I tested ping 65500 bytes again after 5 years and 6 months. Now the response time are both 12ms, no matter PA6488 runs at 300Mhz or 600Mhz. This means 90.1Mbps data rate.
When using ENC28J60 ethernet chip, No matter CPU runs at 96Mhz or 192Mhz, PA3288 need 4ms to reply the 1472 bytes ping. The SPI interface is the performance bottleneck, although I have set its working clock to max 20Mhz according to its datasheet.
Same as AR1688, PA3288 does not use external SDRAM memory. I removed as much unrelated code as I could, made room for a big enough heap in the internal SRAM test ping 65500 bytes. When CPU runs at 96Mhz, the response time is 139ms, when CPU runs at 192Mhz, the response time is 136ms, this means about 7.8Mbps actual data rate, good enough for a 10Mbps ethernent chip.
 
The wasted 1x16 SDRAM in PA1688 software.
ESMT 1Mx16-bit SDRAM chip on China Roby PB-35 IP phone inside PCB board.

No comments for this page yet.

More options? Please login or register account.