WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2007-Mar-15 17:55:06

jlliu
Member
Registered: 2007-Jan-25
Posts: 31

Questions about Ethernet Test of Power PC

hi,

When I tested the Ethernet Interface of WARP in polling method, I found out when the host PC sent out a packet which length was less than 60bytes the PowerPC would receive a packet which length was equal to 64bytes. I do not know why does this happen?I also fould out when the host PC sent out a packet which length was more than or equal to 60bytes,  the PowerPC would receive a packet which length was 4bytes more than the transmitted one. I do not know what does the additional 4 bytes mean?

Thanks

Last edited by jlliu (2007-Mar-15 17:58:44)

Offline

 

#2 2007-Mar-15 22:10:50

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: Questions about Ethernet Test of Power PC

I think you're seeing the normal behavior of standard Ethernet devices. First, every packet has a 4-byte check sum appended to the end of the user payload. Second, the minimum Ethernet frame size is 64 bytes, including this checksum. A quick Google search turns up pages like this and this, which explain the Ethernet frame format in more detail.

Offline

 

Board footer