lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] low level output question


From: John Kennedy
Subject: [lwip-users] low level output question
Date: Fri, 8 May 2009 10:19:07 -0600

In the Xilinx lwip 1.3.0 port the low_level_output function basically copies the entire pbuf to the Ethernetlite MAC using the pbuf len (or total length if the pbuf is chained).  This seems inefficient, since the actual packet length could be much smaller than the pbuf length.  It seems like it would be more efficient to just to copy the actual packet to the MAC rather than the entire pbuf.  How should this be done?

 

________________________________________
John Kennedy


Idaho Technology Inc.
390 Wakara Way
Salt Lake City, UT 84108, USA

USA: 1-800-735-6544
Bus:+1 (801)736-6354 x448
Fax:+1 (801)588-0507

www.idahotech.com

________________________________________
CONFIDENTIALITY NOTICE: This E-mail and any attachments are confidential information of the sender and are for the exclusive use of the intended recipient. If you are not the intended recipient, be aware that any disclosure, copying, distribution, or use of this E-mail or any attachment is prohibited. If you have received this E-mail in error, please notify us immediately by returning it to the sender and delete this copy from your system. Thank you for your cooperation.
 
 

reply via email to

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