lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #42633] Write many frames at high speed to a PC stops


From: Sergio R. Caprile
Subject: [lwip-devel] [bug #42633] Write many frames at high speed to a PC stops communication random.
Date: Wed, 02 Jul 2014 13:10:50 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #7, bug #42633 (project lwip):

It is not "rare" to have a 16-bit word (not "byte"), particularly on 16-bit
DSPs, and many of them (since they are DSPs not general processors and so they
are designed to handle DSP tasks not general software) don't support byte
operations.
So:
* If your problem lies on your DSP code, I'm afraid you'll have to fix it
yourself, or ask TI for support.
* In lwIP code, you have many different checksum algorithms to try, you might
want to test them and see if someone does the trick.
* You also have the option to offload the checksum calculation to your chip,
check you are configuring lwIP to behave accordingly.
* There is also a thread in one of the lists regarding the checksum algorithms
and one particular bug, you might want to search for it
* You might want to check the comments for bug #33672 and bug #36153


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?42633>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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