TCP Checksum offloading

John Wood jwood at scisol.com
Sat Sep 3 20:21:56 UTC 2011


Greetings all,

I am currently have a DMA based port completed for the hard temac in the Xilinx virtex 4 devices.
Performance is not adequate for my needs even with DMA  I achieve excellent performance with Xilkernel 5.0 and lwip version 1.3.2 which utilizes both data caching and the TCP checksum offloading except I find stalls in streaming data, not necessarily in LWIP, could be in Xilinx's adapter/driver but I have not been able to isolate this.  

I would prefer to use rtems as it has more services and I am hoping that the network stack is more stable than lwip as well.  My port is based on rtems 4.9.2, I have not had time to bring it up to 4.9.6 or 4.10.  I have the following questions...

1.  If my driver sets the TCP checksum to zero, will the stack pay attention to this and not do the calcs?
2.  On the tx side, is there a flag to disable TCP checksum in the stack?
3.  Is there an existing BSP that support this functionality that I could reference?
4.  If TCP checksum offloading is implemented, what version of rtems is it available?
5.  If this is not implemented is anyone working on it or could someone point out where I should look to modify this?

Thanks a lot,
John
 




More information about the users mailing list