lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SV: [lwip-users] Odd byte packets in LWIP


From: Jan Wester
Subject: SV: [lwip-users] Odd byte packets in LWIP
Date: Tue, 11 Nov 2003 10:31:21 +0100

Hi
I had problem with odd length in the driver for Ethernet Controller, depending on the hardware how the Ethernet Controller is connected
to the processor.
We use ARM with Davicom Ethernet Controller.
We also got problem with odd startaddress for buffer, but I think what is ARM specific.
//Jan
-----Ursprungligt meddelande-----
Från: address@hidden [mailto:address@hiddenFör Nishen Naidu
Skickat: den 11 november 2003 07:29
Till: Mailing list for lwIP users
Ämne: [lwip-users] Odd byte packets in LWIP

Hi
 
I'm having a problem sending out packets of odd length on certain occasions.
Does lwip work well with odd length packets?
I read the following comment in some lwip sample code:
/*
 
Important!!! LwIP data alignment issue:
   As of now LwIP code does not handle odd byte length packets properly. So round packets to even byte
   length by adding space characters (' '). This is true only for processors that cannot handle
   mis-aligned memory access.
 
*/
is this correct??
 
Thanks
Nishen

reply via email to

[Prev in Thread] Current Thread [Next in Thread]